Jump to content

Are there any tutorials about adding strings in 'Manage Languages'?


sychn

Recommended Posts

Posted

Hello,

Are there any tutorials about adding strings in the 'Manage Languages' in ACP?

I want to add strings for Blogs/Calendar/Gallery, etc. I don't want to add strings into the language .php files directly and I also don't want to rename them simply in the 'Applications & Modules', because this way doesn't support multilanguages.

Thanks!

Posted

You would need to add a language string with the following:

$app . '_display_title'


So, for example, for "Blog" you would add



You would want to add it to the core_public_global language group in the ACP.

blog_display_title
  • 4 weeks later...
Posted

$app is the folder application name.

To translate the CCS tab, you add an entry with the following informations :

Pack Name: public_global Key: ccs Default Text: Pages

Application: System




Posted

[quote name='tamplan' date='16 August 2009 - 06:49 AM' timestamp='1250376573' post='1844291']
$app is the folder application name.

To translate the CCS tab, you add an entry with the following informations :

Thanks!

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...