if (typeof i18n == "undefined") i18n = new Array();

function __(string, domain)
{
 return i18n[domain][string] || string;
}