function _s ( key ) {
	var text = localeText[key];
	if ( text )
		return text;
	return key;
}
