
var custom_label_map = {
"Portuguese(Brazil)" : {
}
};

function GetCustomLabel(name)
{
	return custom_label_map[current_language][name];
}
