Name

Summary

Sets the translated name value for this menu

Usage

 

Name=<name>

Description

Sets the translated name value for this menu, therefore it is recommended to use eng-GB here.
If left empty the default will be used. Keep in mind that if you wish to have the name translatable you will need to add a string hidden in a template somewhere with a i18n() call or a dummy PHP file with the following in it:

ezi18n( 'design/admin/parts/example/menu', 'Example menu', 'Leftmenu  name for example menu' )

This will cause the ezlupdate to include it in the .ts file.
Note: For custom menu's on custom tabs you can also pass a hash of translations to ini_menu.tpl. It will then use strings in that, if name of menu or link index exists in the hash. For more information please visit "design/admin2/templates/parts/setup/menu.tpl" as example.
This setting is case sensitive.

Examples

Name=dashboard

This is the default setting.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.