[PLUGINS] +pages
[ptitvelo/web/www.git] / www / plugins / pages / lang / pages_en.php
diff --git a/www/plugins/pages/lang/pages_en.php b/www/plugins/pages/lang/pages_en.php
new file mode 100644 (file)
index 0000000..3c9900a
--- /dev/null
@@ -0,0 +1,37 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/pages?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // A
+       'aucune_page' => 'There are no pages at the moment.',
+
+       // C
+       'convertir_article' => 'Convert to an article',
+       'convertir_page' => 'Convert to a page',
+       'creer_page' => 'Create a new page',
+
+       // E
+       'erreur_champ_page_doublon' => 'That ID is already in use',
+       'erreur_champ_page_format' => 'Lowercase alphanumerical characters or "_" only',
+       'erreur_champ_page_taille' => 'Up to 255 characters max',
+
+       // L
+       'label_champ_page' => 'Page :',
+
+       // M
+       'modifier_page' => 'Edit page:',
+
+       // P
+       'pages_uniques' => 'Unique pages',
+
+       // T
+       'titre_page' => 'Page',
+       'toutes_les_pages' => 'All pages'
+);
+
+?>