From bce436d4da2708f991de13231d3bcb78f0b59b1c Mon Sep 17 00:00:00 2001 From: "george@middleeastwatch.net" <> Date: Mon, 13 Feb 2012 09:48:31 +0000 Subject: [PATCH] langues (paquet-images) --- .gitattributes | 1 + lang/paquet-images.xml | 3 +++ lang/paquet-images_ar.php | 15 +++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 lang/paquet-images_ar.php diff --git a/.gitattributes b/.gitattributes index 3eeda45..2ff31ff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ images/image_filtre-32.png -text inc/filtres_images.php -text inc/filtres_images_compat.php -text lang/paquet-images.xml -text +lang/paquet-images_ar.php -text lang/paquet-images_en.php -text lang/paquet-images_sk.php -text modeles/favicon.html -text diff --git a/lang/paquet-images.xml b/lang/paquet-images.xml index 483b65e..795e59b 100644 --- a/lang/paquet-images.xml +++ b/lang/paquet-images.xml @@ -1,4 +1,7 @@ <traduction module="paquet-images" gestionnaire="salvatore" url="http://trad.spip.org" source="svn://zone.spip.org/spip-zone/_core_/plugins/filtres_images/lang/" reference="fr"> + <langue code="ar"> + <traducteur nom="George" lien="http://trad.spip.org/auteur/george" /> + </langue> <langue code="en"> <traducteur nom="kent1" lien="http://trad.spip.org/auteur/kent1" /> </langue> diff --git a/lang/paquet-images_ar.php b/lang/paquet-images_ar.php new file mode 100644 index 0000000..1182d20 --- /dev/null +++ b/lang/paquet-images_ar.php @@ -0,0 +1,15 @@ +<?php +// This is a SPIP language file -- Ceci est un fichier langue de SPIP +// extrait automatiquement de http://trad.spip.org +// ** ne pas modifier le fichier ** + +if (!defined('_ECRIRE_INC_VERSION')) return; + +$GLOBALS[$GLOBALS['idx_lang']] = array( + + // I + 'images_description' => 'مرشØات معالجة الصور والألوان ', + 'images_slogan' => 'مرشØات معالجة الصور والألوان' +); + +?> -- GitLab