[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / yaml / lang / paquet-yaml_de.php
diff --git a/www/plugins/yaml/lang/paquet-yaml_de.php b/www/plugins/yaml/lang/paquet-yaml_de.php
new file mode 100644 (file)
index 0000000..9239b39
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-yaml?lang_cible=de
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // Y
+       'yaml_description' => 'Dieses Plugin stellt die Funtkionen zum lesen/schreiben des Formats YAML bereit :
+       <code>yaml_decode()</code> und <code>yaml_encode()</code>. Es ermöglicht die Verwendung des Formats YAML in Schleifen (DATA).',
+       'yaml_slogan' => 'Ein einfaches Dateiformat um Datenlisten zu bearbeiten'
+);