[PLUGINS] +pages
[ptitvelo/web/www.git] / www / plugins / pages / lang / paquet-pages_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-pages?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // P
11 'pages_description' => 'This plugin allows you to create pages of articles that are not linked to any particular hierarchy.
12 However they may be associated with a name template.
13 This allows the creation of pages of legal information, about, contact, etc..
14 ',
15 'pages_slogan' => 'Unlinked pages'
16 );
17
18 ?>