// 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"><p>'
		     + msg
		     + '</p></div>';
	},
	warningBox: function(id, vars) {
		var msg = L10N.msg(id, vars);
		return '<div class="warningBox"><p>'
		     + msg
		     + '</p></div>';
	},
	messageBox: function(id, vars) {
		var msg = L10N.msg(id, vars);
		return '<div class="messageBox"><p>'
		     + msg
		     + '</p></div>';
	},
	_encode: function(s) {
		var div = document.createElement('div');
		div.appendChild(document.createTextNode(s));
		return div.innerHTML;
	},
	_msgs: {"pagetitle.cms.picture.upload":"Upload Picture","feed.component.promotionson":"All new promotions on ${hostname}","feed.component.universe":"All new content on ${hostname}","feed.component.tag":"New blogs with all of these tags: ${tags}","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 blogs from ${userid}","testing.html":"<strong>TEST</strong> MESSAGE ${x}","pagetitle.cms.picture.lib":"Picture Library","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":"Blogs: ${tags}","session.cookie":"The Citizens Media uses cookies to identify our users. Your web browser must accept cookies before you can sign in.","link.feed.blog":"Blogs","feed.component.promotionsfrom":"All new promotions from ${title}","feed.component.qaq":"New questions to group ${title}","feed.component.blog":"All new blogs on ${hostname}","testing.novars":"TEST MESSAGE","link.feed.universe":"All New Content","feed.component.quote":"All new quotes on ${hostname}","feed.component.section":"New blogs in the ${title} section","feed.component.microsites":"All new microsites on ${hostname}","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://localhost/svn/isos/tmpl/sys/l10n.js $
// $Id: l10n.js 5939 2010-08-10 18:43:05Z mu $

