You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
726 B
33 lines
726 B
<?php |
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/roles?lang_cible=pt_br |
|
// ** ne pas modifier le fichier ** |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
// A |
|
'ajouter_role' => 'Incluir um papel', |
|
|
|
// C |
|
'choisir_role' => 'Selecionar…', |
|
|
|
// E |
|
'enlever_role' => 'Excluir um papel', |
|
|
|
// M |
|
'modifier_roles' => 'Alterar', |
|
'modifier_roles_title' => 'Alterar os papeis', |
|
|
|
// R |
|
'role_titre' => 'Papel', |
|
'roles_titre' => 'Papeis', |
|
|
|
// S |
|
'saisir_role' => 'Indicar um papel…', |
|
'saisir_valeur' => 'Valor', |
|
'selectionner_roles' => 'Selecionar o papel ou papeis desejados' |
|
);
|
|
|