[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / traduction_articles_autrement / lang / taa_pt_br.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://www.spip.net/trad-lang/
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // A
11 'affichage_edition_seule' => 'Exibição das matérias apenas em modo de edição',
12 'affichage_liste_compacte' => 'Exibição compacta da lista de matérias',
13
14 // C
15 'changer_langue' => 'Alterar o idioma da matéria',
16
17 // F
18 'fermer' => 'Fechar',
19
20 // L
21 'lier_traduction' => 'Anexar uma tradução',
22
23 // M
24 'modifier_options_langue' => 'opções',
25
26 // N
27 'necesite_afficher_objet' => 'Para poder usar esta função você precisa instalar o plugin',
28
29 // O
30 'options' => 'Alterar as opções de idioma',
31
32 // R
33 'rang' => 'Classificar',
34
35 // T
36 'titre_plugin' => 'Tradução das matérias diferentemente',
37 'traductions' => 'Traduções',
38
39 // V
40 'voir_traductions' => 'Ver os detalhes das traduções'
41 );
42
43 ?>