Tuesday 28 September 2010 12:34:08 am
Hello I'd like to translate top menu items (tabs) for my extension, just like the default tabs, but I cannot figure out how to do this... In menu.ini I found this comment :
# A list of the current navigation parts and their names
# Each entry consists of the identifier as key and the name
# as value.
# Note: If you wish to have the name translatable you will
# need to create a dummy PHP file with the following in it
# ezi18n( 'kernel/navigationpart', 'Custom navigation', 'Navigation part' );
# This will cause the ezlupdate to include it in the .ts file.
[NavigationPart]
Part[ezcontentnavigationpart]=<span class="s1">Content structure
</span>Part[ezmedianavigationpart]=<span class="s1">Media library
</span>Part[ezusernavigationpart]=<span class="s1">User accounts
</span>Part[ezshopnavigationpart]=<span class="s1">Webshop
</span>Part[ezvisualnavigationpart]=<span class="s1">Design
</span>Part[ezsetupnavigationpart]=<span class="s1">Setup
</span>Part[ezmynavigationpart]=<span class="s1">My account</span> I'm quite confused with this :-/
|