[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / breves / lang / breves_pt.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/breves?lang_cible=pt
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // B
13 'breve' => 'Notícia',
14 'breves' => 'Notícia',
15
16 // E
17 'entree_breve_publiee' => 'Esta notícia é: ',
18 'entree_texte_breve' => 'Escrever o texto da notícia',
19
20 // I
21 'icone_breves' => 'Notícias',
22 'icone_ecrire_nouvel_article' => 'As notícias contidas nesta rubrica',
23 'icone_modifier_breve' => 'Modificar esta notícia',
24 'icone_nouvelle_breve' => 'Escrever uma notícia curta',
25 'info_1_breve' => '1 notícia',
26 'info_aucun_breve' => 'Sem notícias',
27 'info_breves' => 'O seu sítio utiliza o sistema de notícias',
28 'info_breves_02' => 'Notícia',
29 'info_breves_valider' => 'Notícias a validar',
30 'info_gauche_numero_breve' => 'NOTÍCIA NÚMERO',
31 'info_nb_breves' => '@nb@ notícias',
32 'item_breve_proposee' => 'notícia proposta',
33 'item_breve_refusee' => 'Notícia recusada',
34 'item_breve_validee' => 'Notícia aceite',
35 'item_non_utiliser_breves' => 'Não utilizar as notícias',
36 'item_utiliser_breves' => 'Utilizar as notícias',
37
38 // L
39 'logo_breve' => 'Logotipo da notícia',
40
41 // T
42 'texte_breves' => 'As notícias são mensagens curtas que permitem a publicação de informações concisas, a gestão de revisões de imprensa, de um calendário de eventos...',
43 'titre_breve_proposee' => 'Notícia proposta',
44 'titre_breve_publiee' => 'Notícia publicada',
45 'titre_breve_refusee' => 'Notícia recusada',
46 'titre_breves' => 'Notícias',
47 'titre_langue_breve' => 'Idioma da notícia',
48 'titre_nouvelle_breve' => 'Nova notícia',
49 'titre_page_breves' => 'Notícias'
50 );