mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
41 lines
2 KiB
PHP
41 lines
2 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/medias?lang_cible=ne
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// B
|
|
'bouton_ajouter_document' => 'प्रलेख थप्नुहोस्',
|
|
'bouton_ajouter_image' => 'तस्वीर थप्नुहोस्',
|
|
'bouton_ajouter_image_document' => 'प्रतिमा वा प्रलेख थप्नुहोस्',
|
|
|
|
// E
|
|
'entree_dimensions' => 'आकार:',
|
|
'entree_titre_document' => 'प्रलेखको शिर्षक :',
|
|
'entree_titre_image' => 'प्रतिमाको शिर्षक :',
|
|
|
|
// I
|
|
'image_tourner_180' => '१८०° घुमाउनुहोस्',
|
|
'image_tourner_droite' => '९०° दायाँ घुमाउनुहोस्',
|
|
'image_tourner_gauche' => '९०° बायाँ घुमाउनुहोस्',
|
|
'info_document' => 'प्रलेख',
|
|
'info_document_indisponible' => 'यो प्रलेख उपलब्ध छैन',
|
|
'info_documents' => 'प्रलेखहरु',
|
|
'info_inclusion_directe' => 'सिधै समावेश:',
|
|
'info_inclusion_vignette' => 'बेलबुट्टा सम्मिलित गर्नु:',
|
|
'info_installer_tous_documents' => 'सबै प्रलेख स्थापना गर्नुहोस्',
|
|
'info_logo_max_taille' => 'लोगो अनिवार्य कपमा @maxi@ भन्दा घटी हुनुपर्दछ (यो मिसिल @actuel@ हो)।',
|
|
'info_portfolio' => 'एल्बम',
|
|
'info_telecharger' => 'तपाईको कम्प्युटर तानेर हाल्नुहोस्:',
|
|
|
|
// T
|
|
'texte_documents_joints' => 'You can allow the addition of documents (office files, images,
|
|
multimedia, etc.) to articles and/or sections. These files
|
|
could then be referenced in
|
|
the article or displayed separately.' # MODIF
|
|
);
|
|
|
|
?>
|