In that installation create a file called pt_br.custom.php and put inside an array with the specific translation you want for that install:
you can put any label that exists in the main language file you want to override.
These pt_br.custom.php language files must be inside the same directory that the pt_br.lang.php file is.
PHP Code:
<?php
$custom_strings = array (
'label to translate' => 'your translation',
};
you can put any label that exists in the main language file you want to override.
These pt_br.custom.php language files must be inside the same directory that the pt_br.lang.php file is.
Joe
TSolucio
TSolucio