// Machine generated, do not edit.
var L10N = {
	msg: function(id, vars) {
		var str = L10N._msgs[id];
		if(!str)
			return '';
		if(!vars)
			return str;
		for(var k in vars) {
			var pat = new RegExp('\\$\\{' + k + '\\}', 'g');
			str = str.replace(pat, this._encode(vars[k]));
		}
		return str;
	},
	errorBox: function(id, vars) {
		var msg = L10N.msg(id, vars);
		return '<div class="errorBox">'
		     + '<ul><li>'
		     + msg
		     + '</ul></li>'
		     + '</div>';
	},
	warningBox: function(id, vars) {
		var msg = L10N.msg(id, vars);
		return '<div class="warningBox">'
		     + '<ul><li>'
		     + msg
		     + '</ul></li>'
		     + '</div>';
	},
	messageBox: function(id, vars) {
		var msg = L10N.msg(id, vars);
		return '<div class="messageBox">'
		     + '<ul><li>'
		     + msg
		     + '</ul></li>'
		     + '</div>';
	},
	_encode: function(s) {
		var div = document.createElement('div');
		div.appendChild(document.createTextNode(s));
		return div.innerHTML;
	},
	_msgs: {"feed.component.promotionson":"All new promotions on ${hostname}","feed.component.universe":"All new content on ${hostname}","feed.component.tag":"New uViews with all of these tags: ${tags}","link.feed.uview":"uViews","link.feed.quote":"Quotes","cms.save-changes":"Save Changes?","pub.preview-only":"Preview only, links have been disabled.","cms.preview":"Preview: ${title}","feed.component.author":"New uViews from ${userid}","testing.html":"<strong>TEST</strong> MESSAGE ${x}","feed.component.thread":"New comments in the ${title} comment thread","feed.component.jobson":"All new jobs on ${hostname}","testing.vars":"TEST MESSAGE ${x}","link.feed.tags":"uViews: ${tags}","session.cookie":"The Citizens Media uses cookies to identify our users. Your web browser must accept cookies before you can sign in.","feed.component.uview":"All new uViews on ${hostname}","feed.component.promotionsfrom":"All new promotions from ${title}","feed.component.qaq":"New questions to group ${title}","testing.novars":"TEST MESSAGE","link.feed.universe":"All New Content","feed.component.quote":"All new quotes on ${hostname}","feed.component.section":"New uViews in the ${title} section","feed.component.jobsfrom":"All new jobs from ${title}","cms.feature_image":"Feature Image: ${title}","link.feed.section":"${title} Section","feed.component.qaa":"New answers from group ${title}"}};
// $HeadURL: http://192.168.1.66/svn/isos/tmpl/sys/l10n.js $
// $Id: l10n.js 4603 2009-09-11 22:24:22Z mu $
