/**
 * @author root
 */

function __(key){
	if(_language[key]){
		return _language[key];
	}else{
		return key;
	}	
}
