From e5f1e1292bcc182735055db0c7b52029824c3abc Mon Sep 17 00:00:00 2001
From: "nolwenn.berbey@gmail.com" <>
Date: Tue, 27 Feb 2018 04:36:32 +0000
Subject: [PATCH] [Salvatore] [source:_core_/plugins/filtres_images/lang/
 paquet-images] Export depuis http://trad.spip.net de la langue br

---
 .gitattributes            |  1 +
 lang/paquet-images.xml    |  3 +++
 lang/paquet-images_br.php | 15 +++++++++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 lang/paquet-images_br.php

diff --git a/.gitattributes b/.gitattributes
index 50c6e2b..19cbce1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11,6 +11,7 @@ images/image_filtre-32.png -text
 /images_fonctions.php -text
 lang/paquet-images.xml -text
 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_es.php -text
diff --git a/lang/paquet-images.xml b/lang/paquet-images.xml
index 51207c3..2f93877 100644
--- a/lang/paquet-images.xml
+++ b/lang/paquet-images.xml
@@ -2,6 +2,9 @@
 	<langue code="ar" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=ar" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 		<traducteur nom="George" lien="https://trad.spip.net/auteur/جورج-قندلفت" />
 	</langue>
+	<langue code="br" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=br" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
+		<traducteur nom="nonobreizh" lien="https://trad.spip.net/auteur/nonobreizh" />
+	</langue>
 	<langue code="de" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=de" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 		<traducteur nom="klaus++" lien="https://trad.spip.net/auteur/klaus" />
 	</langue>
diff --git a/lang/paquet-images_br.php b/lang/paquet-images_br.php
new file mode 100644
index 0000000..1f2c67e
--- /dev/null
+++ b/lang/paquet-images_br.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=br
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+	// I
+	'images_description' => 'Siloù treuzfurmadur skeudennoù ha livioù',
+	'images_slogan' => 'Siloù treuzfurmadur skeudennoù ha livioù'
+);
-- 
GitLab