Hello to all
I have install the latest version of SCRM and the Greek Language pack.Could you please tell how to change the shortcut names(for example Create Accound) but in Greek language?
thanks in advance
Hello to all
I have install the latest version of SCRM and the Greek Language pack.Could you please tell how to change the shortcut names(for example Create Accound) but in Greek language?
thanks in advance
Hi andtrds
A lots of label customization can be done through Admin -> Studio.
The label "Create Account" can be found in several modules language, but for Accounts module you can do that:
Edit the file modules/Accounts/language/en_us.lang.php
Look for "Create Account" and copy the key for this label, for example:
LBL_CREATE_ACCOUNT is the key.PHP Code:'LBL_CREATE_ACCOUNT' => 'Create Account',
Create the folders and file custom/Extension/modules/Accounts/Ext/Language/<language>.somescript.php and add into it this following code:
Then go to Admin -> Repair -> Rebuild ExtensionsPHP Code:$mod_strings['LBL_CREATE_ACCOUNT'] = 'Δημιουργία Λογαριασμού';
Remember that LBL_CREATE_ACCOUNT is just some example, I´m not sure this is the real key, you need to figure that out.
Kind Regards
ps. Greece is the unique country I REALLY want to visit.![]()
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
andopes thanks for reply
i going to try it in a few hours and inform you for the result
By the way somothing else now,as i see to table accounts there is an ID field that has 36 characters,can i make it 5 char and also make it appear in the sugar crm accounts interface?Sorry if i ask another question in this topic(do i have to create new topic?)
thanks
PS you should come to Greece,summer is the best period for Greece![]()
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks