mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
23 lines
728 B
PHP
23 lines
728 B
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=wo
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// I
|
|
'icone_breves' => 'Xibaar-tuut ; ',
|
|
'icone_nouvelle_breve' => ' Bindal xibaar tuut bu bees ; ',
|
|
'info_breves_02' => 'Xibaar tuut yi;',
|
|
'info_breves_valider' => 'Xibaar tuut yi ñu wara weral;',
|
|
'item_breve_proposee' => 'Xibaar tuut bi tegu.', # MODIF
|
|
|
|
// T
|
|
'titre_breve_proposee' => 'Xibaar tuut bi ñu teg.',
|
|
'titre_breve_publiee' => 'Xibaar tuut bu ñu siiwal.',
|
|
'titre_breve_refusee' => 'Xibaar bu ñu nanguwul.'
|
|
);
|
|
|
|
?>
|