From c24297c5ab60421ec8e17cb46c40302005fa2c0c Mon Sep 17 00:00:00 2001 From: "gpl@long-player.net" <> Date: Sat, 3 Mar 2018 04:37:15 +0000 Subject: [PATCH] [Salvatore] [source:_core_/plugins/filtres_images/lang/ paquet-images] Export depuis http://trad.spip.net de la langue eo --- .gitattributes | 1 + lang/paquet-images.xml | 3 +++ lang/paquet-images_eo.php | 15 +++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 lang/paquet-images_eo.php diff --git a/.gitattributes b/.gitattributes index 19cbce1..cc4fdad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,7 @@ lang/paquet-images_ar.php -text lang/paquet-images_br.php -text lang/paquet-images_de.php -text lang/paquet-images_en.php -text +lang/paquet-images_eo.php -text lang/paquet-images_es.php -text lang/paquet-images_fa.php -text lang/paquet-images_fr_fem.php -text diff --git a/lang/paquet-images.xml b/lang/paquet-images.xml index 2f93877..e5f103a 100644 --- a/lang/paquet-images.xml +++ b/lang/paquet-images.xml @@ -11,6 +11,9 @@ <langue code="en" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> <traducteur nom="kent1" lien="https://trad.spip.net/auteur/kent1" /> </langue> + <langue code="eo" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=eo" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> + <traducteur nom="gpl" lien="https://trad.spip.net/auteur/gpl" /> + </langue> <langue code="es" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=es" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> <traducteur nom="dani" lien="https://trad.spip.net/auteur/dani" /> </langue> diff --git a/lang/paquet-images_eo.php b/lang/paquet-images_eo.php new file mode 100644 index 0000000..8c2c938 --- /dev/null +++ b/lang/paquet-images_eo.php @@ -0,0 +1,15 @@ +<?php +// This is a SPIP language file -- Ceci est un fichier langue de SPIP +// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-images?lang_cible=eo +// ** ne pas modifier le fichier ** + +if (!defined('_ECRIRE_INC_VERSION')) { + return; +} + +$GLOBALS[$GLOBALS['idx_lang']] = array( + + // I + 'images_description' => 'Filtriloj de bild- kaj kolor-transformo', + 'images_slogan' => 'Filtriloj de bild- kaj kolor-transformo' +); -- GitLab