function __(value)
{
	if(typeof(c_translations[value]) != "undefined")
		return c_translations[value];
	else
		return value;
}

