var Translate = {
	translations: {},
	'__': function(key) {
		return Translate.translations[key];
	}
}
