mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
50 lines
1.6 KiB
PHP
50 lines
1.6 KiB
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de http://trad.spip.net/tradlang_module/breves?lang_cible=pt_br
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// B
|
|
'breve' => 'Nota',
|
|
'breves' => 'Notas',
|
|
|
|
// E
|
|
'entree_breve_publiee' => 'Esta nota está:',
|
|
'entree_texte_breve' => 'Texto da nota',
|
|
|
|
// I
|
|
'icone_breves' => 'Notas',
|
|
'icone_ecrire_nouvel_article' => 'As notas contidas nesta seção',
|
|
'icone_modifier_breve' => 'Editar esta nota',
|
|
'icone_nouvelle_breve' => 'Escrever uma nova nota',
|
|
'info_1_breve' => '1 nota',
|
|
'info_aucun_breve' => 'Nenhuma nota',
|
|
'info_breves' => 'O seu site utiliza o sistema de notas?',
|
|
'info_breves_02' => 'Notas',
|
|
'info_breves_valider' => 'Notas para validar',
|
|
'info_gauche_numero_breve' => 'Nota número',
|
|
'info_nb_breves' => '@nb@ notas',
|
|
'item_breve_proposee' => 'Proposta para publicação',
|
|
'item_breve_refusee' => 'recusada',
|
|
'item_breve_validee' => 'validada',
|
|
'item_non_utiliser_breves' => 'Não utilizar as notas',
|
|
'item_utiliser_breves' => 'Utilizar as notas',
|
|
|
|
// L
|
|
'logo_breve' => 'Logo da nota',
|
|
|
|
// T
|
|
'texte_breves' => 'As notas são textos curtos e simples que permitem rapidamente disponibilizar online informações concisas, gerenciar o clipping, um calendário de eventos...',
|
|
'titre_breve_proposee' => 'Nota proposta',
|
|
'titre_breve_publiee' => 'Nota publicada',
|
|
'titre_breve_refusee' => 'Nota recusada',
|
|
'titre_breves' => 'As notas',
|
|
'titre_langue_breve' => 'Idioma da nota',
|
|
'titre_nouvelle_breve' => 'Nova nota',
|
|
'titre_page_breves' => 'Notas'
|
|
);
|
|
|
|
?>
|