1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/breves/lang/breves_ne.php

26 lines
863 B
PHP
Raw Normal View History

2015-04-28 17:10:23 +02:00
<?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' => 'खबर अस्वीकारेको'
);
?>