mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
50 lines
1.7 KiB
PHP
50 lines
1.7 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
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// B
|
|
'breve' => 'Notícia',
|
|
'breves' => 'Notícia',
|
|
|
|
// E
|
|
'entree_breve_publiee' => 'Esta notícia é: ',
|
|
'entree_texte_breve' => 'Escrever o texto da notícia',
|
|
|
|
// I
|
|
'icone_breves' => 'Notícias',
|
|
'icone_ecrire_nouvel_article' => 'As notícias contidas nesta rubrica',
|
|
'icone_modifier_breve' => 'Modificar esta notícia',
|
|
'icone_nouvelle_breve' => 'Escrever uma notícia curta',
|
|
'info_1_breve' => '1 notícia',
|
|
'info_aucun_breve' => 'Sem notícias',
|
|
'info_breves' => 'O seu sítio utiliza o sistema de notícias',
|
|
'info_breves_02' => 'Notícia',
|
|
'info_breves_valider' => 'Notícias a validar',
|
|
'info_gauche_numero_breve' => 'NOTÍCIA NÚMERO',
|
|
'info_nb_breves' => '@nb@ notícias',
|
|
'item_breve_proposee' => 'notícia proposta',
|
|
'item_breve_refusee' => 'Notícia recusada',
|
|
'item_breve_validee' => 'Notícia aceite',
|
|
'item_non_utiliser_breves' => 'Não utilizar as notícias',
|
|
'item_utiliser_breves' => 'Utilizar as notícias',
|
|
|
|
// L
|
|
'logo_breve' => 'Logotipo da notícia',
|
|
|
|
// T
|
|
'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...',
|
|
'titre_breve_proposee' => 'Notícia proposta',
|
|
'titre_breve_publiee' => 'Notícia publicada',
|
|
'titre_breve_refusee' => 'Notícia recusada',
|
|
'titre_breves' => 'Notícias',
|
|
'titre_langue_breve' => 'Idioma da notícia',
|
|
'titre_nouvelle_breve' => 'Nova notícia',
|
|
'titre_page_breves' => 'Notícias'
|
|
);
|
|
|
|
?>
|