X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fpages%2Flang%2Fpages_en.php;fp=www%2Fplugins%2Fpages%2Flang%2Fpages_en.php;h=3c9900a14b84303f2500ead0f5ad1cdb3c391b10;hp=0000000000000000000000000000000000000000;hb=e7a69b6480a4dcdf34e74b6d62d7f3f4a10a752b;hpb=29b39a068934cc6a39f07e91930e06dc09b56ea7 diff --git a/www/plugins/pages/lang/pages_en.php b/www/plugins/pages/lang/pages_en.php new file mode 100644 index 0000000..3c9900a --- /dev/null +++ b/www/plugins/pages/lang/pages_en.php @@ -0,0 +1,37 @@ + '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' +); + +?>