[PLUGINS] +les plugins de bases
[ptitvelo/web/www.git] / www / plugins / menus_1 / lang / paquet-menus_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-menus?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 // M
11 'menus_description' => 'When you are not using the plugin {{menus}}, you have to define all the menus in your templates, so that site administrators do not have direct hands on it and when they want to change something in it, they are forced to make a request to the person in charge of the templates.
12
13 In addition, when you want static links (a link to a specific article, to a specific page or to an external site) they should be hard written in the template of the menu.
14
15 The purpose of the plugin {{Menus}} is to allow you to create easily menus using an intuitive interface, directly into the private area.
16
17 {{Warning}} This plugin does not deal with the way menus are displayed. It allows their easy creation and to generate the HTML code.',
18 'menus_nom' => 'Menus',
19 'menus_slogan' => 'Create your own custom menus.',
20 'menus_titre' => 'Menus'
21 );
22
23 ?>