[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / safehtml / lang / paquet-safehtml_de.php
diff --git a/www/plugins-dist/safehtml/lang/paquet-safehtml_de.php b/www/plugins-dist/safehtml/lang/paquet-safehtml_de.php
new file mode 100644 (file)
index 0000000..fee27e1
--- /dev/null
@@ -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-safehtml?lang_cible=de
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // S
+       'safehtml_description' => 'Schutz der Foren gegen cross-site scripting Attacken',
+       'safehtml_slogan' => 'Schutz der Foren gegen cross-site scripting Attacken'
+);