mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
53 lines
1.8 KiB
PHP
53 lines
1.8 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=eo
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// B
|
|||
|
'breve' => 'Fulm-informo',
|
|||
|
'breves' => 'Fulm-informoj',
|
|||
|
|
|||
|
// E
|
|||
|
'entree_breve_publiee' => 'Tiu fulm-informo estas :',
|
|||
|
'entree_texte_breve' => 'Teksto de la fulm-informo',
|
|||
|
|
|||
|
// I
|
|||
|
'icone_breves' => 'Fulm-informoj',
|
|||
|
'icone_ecrire_nouvel_article' => 'La fulm-informoj troviĝantaj en tiu rubriko',
|
|||
|
'icone_modifier_breve' => 'Modifi tiun ĉi fulm-informon',
|
|||
|
'icone_nouvelle_breve' => 'Skribi novan fulm-informon',
|
|||
|
'info_1_breve' => '1 fulm-informo',
|
|||
|
'info_aucun_breve' => 'Neniu fulm-informo',
|
|||
|
'info_breves' => 'Ĉu via retejo uzas la fulm-informilon ?',
|
|||
|
'info_breves_02' => 'Fulm-informoj',
|
|||
|
'info_breves_valider' => 'Validigendaj fulm-informoj',
|
|||
|
'info_gauche_numero_breve' => 'Fulm-informo numero',
|
|||
|
'info_nb_breves' => '@nb@ fulm-informoj',
|
|||
|
'item_breve_proposee' => 'proponita por taksado',
|
|||
|
'item_breve_refusee' => 'rifuzita',
|
|||
|
'item_breve_validee' => 'validigita',
|
|||
|
'item_non_utiliser_breves' => 'Ne uzi la fulm-informojn',
|
|||
|
'item_utiliser_breves' => 'Uzi la fulm-informojn',
|
|||
|
|
|||
|
// L
|
|||
|
'logo_breve' => 'Vinjeto de la fulm-informo',
|
|||
|
|
|||
|
// T
|
|||
|
'texte_breves' => 'La fulm-informoj estas mallongaj kaj simplaj tekstoj ebligantaj
|
|||
|
rapide ĉeretigi koncizajn informojn, mastrumi
|
|||
|
gazetarrevuon, kalendaron de eventoj...',
|
|||
|
'titre_breve_proposee' => 'Proponita fulm-informo',
|
|||
|
'titre_breve_publiee' => 'Publikigita fulm-informo',
|
|||
|
'titre_breve_refusee' => 'Rifuzita fulm-informo',
|
|||
|
'titre_breves' => 'La fulm-informoj',
|
|||
|
'titre_langue_breve' => 'Lingvo de la furm-informo',
|
|||
|
'titre_nouvelle_breve' => 'Nova fulm-informo',
|
|||
|
'titre_page_breves' => 'Fulm-informoj'
|
|||
|
);
|
|||
|
|
|||
|
?>
|