[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / textwheel / lang / tw_fr.php
diff --git a/www/plugins-dist/textwheel/lang/tw_fr.php b/www/plugins-dist/textwheel/lang/tw_fr.php
new file mode 100644 (file)
index 0000000..d4ee28f
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_core_/plugins/textwheel/lang/
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // R
+       'retour_ligne_auto' => 'Retour ligne automatique',
+       'retour_ligne_ignore' => 'Retour ligne ignoré',
+       'retour_ligne_manuel' => 'Retour ligne manuel'
+);
+
+?>