Name
Summary
Sets the translated name value for this menuUsage
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=setup
"setup" is the default value for this setting.
Ester Heylen (03/06/2010 1:32 pm)
Ester Heylen (03/06/2010 1:32 pm)
Comments
There are no comments.