 
i18nDict = { 
		
};

function __(str) {
	if (i18nDict && i18nDict[str])
		return i18nDict[str];
	return str;
}