[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / menus_1 / lang / menus_en.php
index ee8adad..be464e8 100644 (file)
@@ -3,25 +3,29 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/menus?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // C
+       'configurer_entrees_masquees_explication' => 'Indicate the entries that you want to <strong>hide</strong> during the creation of a menu.',
+       'configurer_titre' => 'Configure the entries of the Menus plugin',
        'confirmer_supprimer_entree' => 'Do you really want delete this entry?',
 
        // D
-       'description_menu_accueil' => 'Link to website\'s home page.',
+       'description_menu_accueil' => 'Link to websites home page.',
        'description_menu_articles_rubrique' => 'Display the list of articles in a section.',
        'description_menu_deconnecter' => 'If the visitor is connected, add an entry offering disconnection.',
-       'description_menu_espace_prive' => 'Link enabling the connection to the site if you aren\'t already connected, and then to enter the private space if you are authorised to do so.',
+       'description_menu_espace_prive' => 'Link enabling the connection to the site if you arent already connected, and then to enter the private space if you are authorised to do so.',
        'description_menu_groupes_mots' => 'Automatically show a menu listing the keyword of the group and the linked articles. By default it shows the list of keyword groups and the keywords within them. If a groupes_mots.html template exists, the link to the group is used.',
        'description_menu_lien' => 'Adds an individually specified link, either an internal one (relative URL), or an external one (http://...).',
        'description_menu_mapage' => 'If visitors are connected, add a link to their author page.',
        'description_menu_mots' => 'Automatically shows a menu listing the articles linked to a keyword.',
        'description_menu_objet' => 'Creates a link to s SPIP object: article, section or other. By default, the entry will bear the the title of the object.',
        'description_menu_page_speciale' => 'Adds a link to a page template using a URL of the form <code>spip.php?page=name&param1=xx&param2=yyy...</code> Such pages are often used by plugins.',
-       'description_menu_page_speciale_zajax' => 'Add a link to a block in a page accessible by a URL of the type <code>spip.php?page=name&param1=xx&param2=yyy...</code> This requires a Z type template and the <a href="http://www.spip-contrib.net/MediaBox">médiabox</a> plugin.',
+       'description_menu_page_speciale_zajax' => 'Add a link to a block in a page accessible by a URL of the type <code>spip.php?page=name&param1=xx&param2=yyy...</code> This requires a Z type template and the <a href="http://contrib.spip.net/MediaBox">médiabox</a> plugin.',
        'description_menu_rubriques_articles' => 'Display a list of sections, optionally including sub-sections and articles nested to several levels. By default, all sections will be displayed starting from the site root and sorted by title (numerically then alphabetically).Articles in a given section will always be listed after any sub-sections.',
        'description_menu_rubriques_completes' => 'Displays a list of topics and, if you want, sub-sections on many levels. By default, displays all entries from the root, sorted by title (alphabetically and numerically).',
        'description_menu_secteurlangue' => 'This entry can be used by sites which have one language per sector. It displays a menu which lists the sections of the sector corresponding to the language of the page, and if desired the subsections to several levels. By default, all sections are shown from the site root, sorted by title (numerically then alphabetically).',
@@ -71,15 +75,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'entree_titre_connecter' => 'The title for accessing the identification form',
        'entree_titre_prive' => 'The title for accessing the private zone',
        'entree_traduction_articles_rubriques' => 'If possible, show the articles of the section in the language of the context (put "trad" for this)',
-       'entree_traduction_objet' => 'For an article, select the translation depending on the context (insert "trad" to accomplish this)',
-       'entree_tri_alpha' => 'Sort criterion of the sections (alphabetical). If you type "date", the added criterion will be {par date} (by date) and the sections will be sorted by date',
-       'entree_tri_alpha_articles' => 'Sort criterion of the articles (alphabetical). If you type "date", the added criterion will be {par date} and the article will be sorted by date',
-       'entree_tri_alpha_articles_inverse' => 'Reverse the sorting alphabetically? (put "oui" for this)',
-       'entree_tri_alpha_inverse' => 'Reverse the alphabetical sorting? (put "oui" for this)',
-       'entree_tri_num' => 'Sort criterion of the sections (digital). If you type "titre" (title), the added criterion will be {par num titre} and the sections will be number of the titles',
-       'entree_tri_num_articles' => 'Sort criterion of the articles (digital). If you type "titre" (title), the added criterion will be {par num titre} and the articles will be sorted by number of title',
-       'entree_tri_num_articles_inverse' => 'Reverse the digital sort order? (put "oui" for this)',
-       'entree_tri_num_inverse' => 'Reverse the digital sort order? (put "oui" for this)',
+       'entree_traduction_objet' => 'Select the translation depending on the context (insert "trad" to accomplish this)',
+       'entree_tri' => 'Sort order for sections ("titre" to sort by title, "num titre" to sort by the title number, prefix with an " !"for a reversed sorting)',
+       'entree_tri_articles' => 'Sort order for articles ("titre" to sort by title, "num titre" to sort by the title number, prefix with an " !"for a reversed sorting)',
        'entree_type_objet' => 'Object type',
        'entree_url' => 'URL',
        'entree_url_public' => 'Return address after logging in',
@@ -87,7 +85,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'erreur_autorisation' => 'You are not allowed to modify menus.',
        'erreur_identifiant_deja' => 'This identifier is already used by another menu.',
        'erreur_identifiant_forme' => 'Identifier must contain only letters, digits or underscores.',
-       'erreur_menu_inexistant' => 'Menu number @id@ doesn\'t exist.',
+       'erreur_menu_inexistant' => 'Menu number @id@ doesnt exist.',
        'erreur_mise_a_jour' => 'An error occured during database update.',
        'erreur_parametres' => 'There is an error in the parameters of the page',
        'erreur_type_menu' => 'You need to choose a type of menu',
@@ -170,5 +168,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'tous_les_articles' => '... All articles',
        'toutes_les_rubriques' => '... All sections'
 );
-
-?>