function _(value){
	if(translation_table[value]){
		return translation_table[value];
	}else{
		return value + ' (translation missing)';
	}
}