Posted July 18, 200915 yr 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!
July 20, 200915 yr 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
August 15, 200915 yr $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: PagesApplication: System
August 16, 200915 yr Author [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.