[SPIP] ~maj 3.0.13 -> 3.0.14
[ptitvelo/web/www.git] / www / plugins-dist / textwheel / lang / tw_nl.php
diff --git a/www/plugins-dist/textwheel/lang/tw_nl.php b/www/plugins-dist/textwheel/lang/tw_nl.php
new file mode 100644 (file)
index 0000000..3fe7e4f
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/334?lang_cible=nl
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // R
+       'retour_ligne_auto' => 'Automatische regelterugloop',
+       'retour_ligne_ignore' => 'Terugloop negeren',
+       'retour_ligne_manuel' => 'Handmatige terugloop'
+);
+
+?>