mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
26 lines
863 B
PHP
26 lines
863 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=ne
|
||
|
// ** ne pas modifier le fichier **
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// B
|
||
|
'breves' => 'छोटकरीमा',
|
||
|
|
||
|
// I
|
||
|
'icone_breves' => 'छोटकरीमा',
|
||
|
'icone_nouvelle_breve' => 'नयाँ खबर लेख्नुहोस्',
|
||
|
'info_breves_02' => 'छोटकरीमा',
|
||
|
'info_breves_valider' => 'समाचार मान्य हुन बाँकी',
|
||
|
'item_breve_proposee' => 'खबर पेश गर्नु भएको', # MODIF
|
||
|
|
||
|
// T
|
||
|
'titre_breve_publiee' => 'खबर प्रकाशित भएको',
|
||
|
'titre_breve_refusee' => 'खबर अस्वीकारेको'
|
||
|
);
|
||
|
|
||
|
?>
|