wich version are you using ?
i've already translated this (with my not perfect english, but comprehensible : i hope
for multimenu 1.82 :
multiMenu/language/english/admin.php
line 838 to end of file
//some tips about the menus
define("_AD_MULTIMENU_OPTIONS_TIPS", "You can click on some menus to display some councils of use.");
define("_AD_MULTIMENU_OPTIONS_SWITCHVERT_TITLE_TIPS", "Vertical Switch");
define("_AD_MULTIMENU_OPTIONS_SWITCHVERT_DESC_TIPS", "
No url on primary links. They are used to display the submenu.
Only one submenu is visible at same time. A click on a primary link will close submenu previously open.
");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNVERT_TITLE_TIPS", "Vertical Dropdown");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNVERT_DESC_TIPS", "
If you use this menu in the right column of your site, you must define a negative block's width in the blocks options, so that the menu is displayed on the good side.
Background color can be changed in blocks options of the menu.
The settings for the submenu (height of display, distance compared to the principal menu...), can ben changed in this menu's template. Think of updating your templates after all modification.
");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNVERT2_TITLE_TIPS", "Vertical Dropdown 2");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNVERT2_DESC_TIPS", "
This menu can be used on the right or left columns of your site. We should not indicate negative block's width contrary to others menus.
The arrows indicating that a sub-menu is present, is always directed towards to the right.
You can use images, which will be placed before the titles. Size limited to 16px*16px
You can change the appearance of the menu, by modifying the stylesheet :
script/07/style/mm_vertical2.css
An example of different presentation is available in the folder :
script/07/style_classic/mm_vertical2.css
");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNVERTCSS_TITLE_TIPS", "Vertical CSS Dropdown");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNVERTCSS_DESC_TIPS", "
Pure CSS menu.
The size of the menus is managed in the template.
The management of the color is done in the corresponding style sheets.
- script/09/flyout_ie.css (for internet explorer)
- script/09/flyout.css (for firefox)
The arrows indicating that a sub-menu is present are not managed..
Indicate a negative value in the options of the menu (width of block) when you want to use it on the right on your site.
");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNHORIZ_TITLE_TIPS", "Horizontal Dropdown");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNHORIZ_DESC_TIPS", "
Size and color of this menu are managed in his template.
");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNHORIZCSS_TITLE_TIPS", "Horizontal CSS Dropdown");
define("_AD_MULTIMENU_OPTIONS_DROPDOWNHORIZCSS_DESC_TIPS", "
Pure CSS code.
The appearance of this menu is managed in the stylesheet :
script/08/basic_dd_ie.css (for internet explorer)
script/08/basic_dd.css (for firefox)
The arrows indicating that a submenu is present are not managed.
");
define("_AD_MULTIMENU_OPTIONS_CONTEXT_TITLE_TIPS", "Context Menu");
define("_AD_MULTIMENU_OPTIONS_CONTEXT_DESC_TIPS", "
Appears by making a right click on the page.
The sublinks are displayed simply shifted.
The appearance of this menu is managed in the stylesheet :
script/05/context_menu.css
");
define("_AD_MULTIMENU_OPTIONS_CONTEXT2_TITLE_TIPS", "Context 2 Menu");
define("_AD_MULTIMENU_OPTIONS_CONTEXT2_DESC_TIPS", "
Appears by making a right click on the page.
The sublinks will appear in a submenu onmouseover a standard link.
Images size is limited to 16px*16px.
The appearance of this menu is managed in the style sheet :
/script/06/style/mm_context2.css
An example of different presentation is available in the folder :
script/06/style_classic/mm_context2.css
");
define("_AD_MULTIMENU_OPTIONS_TREEMENU_TITLE_TIPS", "Menu Arborescent");
define("_AD_MULTIMENU_OPTIONS_TREEMENU_DESC_TIPS", "
All standard, secondary (permanent/relative) links are managed.
Category/note links are used to create a new menu in the same block.
Cookies are used, so, those cookies will be used to restore the menu layout and setting.
To change 'open/close folder's icon', we only have to replace existing icons in the script folder.
(with same name).
Same thing for the icon representing the small sheet (sublinks).
You can also personalize each link with a different image, by indicating an image of your choice during creation of the link.
By default, the principal menus (created with the categories) are open (the submenus are closed).
You can define a URL for the standard links which have sublinks, while clicking on this link, that will cause to open the configured webpage, and to open the menu.
You can thus define relative secondary links, which will appear only if you click on the link, if not, while clicking simply on the cross unrolling the menu, you will see only the secondary permanents menus.
According to whether you indicate a positive or negative value, for the width of block, in the options of the menu, this treemenu will be read from right to left or from left to right (by default).
Sets of images of color black and white are provided with this menu. In order to remain readable according to your theme. You will have to update the template to use the good color of images. (or simply to reverse the name of the files containing the images.
If you propose to your visitors, the choice between several theme of dark and sunk colors, by modifying the template of this menu, it will be possible to automate the display of the menu with the images in the good color.
See the help on the creation of customs templates, and more precisely the variable smarty <{$block.css_file}>
There are some operational requirements :
Each menu must start with 2 standards links.
");
?>