Changeset 117882 in spip-zone
- Timestamp:
- Sep 18, 2019, 3:41:05 AM (17 months ago)
- Location:
- _plugins_/menus/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/menus/trunk/lang/menus.xml
r117530 r117882 9 9 <traducteur nom="Torsten Willmann" lien="https://trad.spip.net/auteur/torsten-willmann" /> 10 10 </langue> 11 <langue code="en" url="https://trad.spip.net/tradlang_module/menus?lang_cible=en" total="179" traduits="17 4" relire="0" modifs="0" nouveaux="5" pourcent="97.21">11 <langue code="en" url="https://trad.spip.net/tradlang_module/menus?lang_cible=en" total="179" traduits="179" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 12 12 <traducteur nom="b_b" lien="https://trad.spip.net/auteur/b_b" /> 13 13 <traducteur nom="Hanjo" lien="https://trad.spip.net/auteur/hanjo" /> -
_plugins_/menus/trunk/lang/menus_en.php
r113842 r117882 96 96 'erreur_aucun_type' => 'No item type was found.', 97 97 'erreur_autorisation' => 'You are not allowed to modify menus.', 98 'erreur_id_objet' => 'You must indicate the object number.', 98 99 'erreur_identifiant_deja' => 'This identifier is already used by another menu.', 99 100 'erreur_identifiant_forme' => 'Identifier must contain only letters, digits or underscores.', … … 103 104 'erreur_type_menu' => 'You have to choose a menu type', 104 105 'erreur_type_menu_inexistant' => 'This kind of menu is not / no longer available', 106 'erreur_type_objet' => 'This type of object does not exist.', 105 107 106 108 // F … … 163 165 // N 164 166 'noisette_description' => 'Insert a menu defined with the Menus plugin.', 167 'noisette_explication_class_menu' => 'Class added directly to the menu, in addition to the class configured in the menu options.', 165 168 'noisette_label_afficher_titre_menu' => 'Display menu title?', 169 'noisette_label_class_conteneur' => 'CSS class of the container', 170 'noisette_label_class_menu' => 'CSS class of the menu', 166 171 'noisette_label_identifiant' => 'Menu to display:', 167 172 'noisette_nom_noisette' => 'Menu',
Note: See TracChangeset
for help on using the changeset viewer.