From 4b108d1a53b091eb8b1ae5f468ce70611ce214af Mon Sep 17 00:00:00 2001 From: "olly.olga@gmail.com" <> Date: Wed, 27 May 2015 03:33:26 +0000 Subject: [PATCH] [Salvatore] [source:_core_/plugins/medias/lang/ paquet-medias] Export depuis http://trad.spip.net de la langue uk --- .gitattributes | 1 + lang/paquet-medias.xml | 3 +++ lang/paquet-medias_uk.php | 15 +++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 lang/paquet-medias_uk.php diff --git a/.gitattributes b/.gitattributes index ce163537..17d2835b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -121,6 +121,7 @@ lang/paquet-medias_pt.php -text lang/paquet-medias_pt_br.php -text lang/paquet-medias_ru.php -text lang/paquet-medias_sk.php -text +lang/paquet-medias_uk.php -text lib/getid3/extension.cache.dbm.php -text lib/getid3/extension.cache.mysql.php -text lib/getid3/extension.cache.sqlite3.php -text diff --git a/lang/paquet-medias.xml b/lang/paquet-medias.xml index 86ddfab5..3f4775e7 100644 --- a/lang/paquet-medias.xml +++ b/lang/paquet-medias.xml @@ -46,4 +46,7 @@ <langue code="sk" url="http://trad.spip.net/tradlang_module/paquet-medias?lang_cible=sk" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> <traducteur nom="jaro" lien="http://trad.spip.net/auteur/jaro" /> </langue> + <langue code="uk" url="http://trad.spip.net/tradlang_module/paquet-medias?lang_cible=uk" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> + <traducteur nom="olly" lien="http://trad.spip.net/auteur/olly" /> + </langue> </traduction> diff --git a/lang/paquet-medias_uk.php b/lang/paquet-medias_uk.php new file mode 100644 index 00000000..3e9d2bdc --- /dev/null +++ b/lang/paquet-medias_uk.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.net/tradlang_module/paquet-medias?lang_cible=uk +// ** ne pas modifier le fichier ** + +if (!defined('_ECRIRE_INC_VERSION')) return; + +$GLOBALS[$GLOBALS['idx_lang']] = array( + + // M + 'medias_description' => 'Ð£Ð¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ð¼ÐµÐ´Ñ–Ð°-файлами', + 'medias_slogan' => 'Ð£Ð¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ Ð¼ÐµÐ´Ñ–Ð°-файлами' +); + +?> -- GitLab