Results 1 to 5 of 5

Thread: Change Shortcut Names!!!Help

  1. #1
    andtrds is offline Member
    Join Date
    May 2010
    Posts
    9

    Default Change Shortcut Names!!!Help

    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

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Change Shortcut Names!!!Help

    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:

    PHP Code:
      'LBL_CREATE_ACCOUNT' => 'Create Account'
    LBL_CREATE_ACCOUNT is the key.

    Create the folders and file custom/Extension/modules/Accounts/Ext/Language/<language>.somescript.php and add into it this following code:

    PHP Code:
    $mod_strings['LBL_CREATE_ACCOUNT'] = 'Δημιουργία Λογαριασμού'
    Then go to Admin -> Repair -> Rebuild Extensions

    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.

  3. #3
    andtrds is offline Member
    Join Date
    May 2010
    Posts
    9

    Smile Re: Change Shortcut Names!!!Help

    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

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Change Shortcut Names!!!Help

    Quote Originally Posted by andtrds View Post
    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
    What is the purpose to display the Account id on layout?

    Cheers
    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.

  5. #5
    andtrds is offline Member
    Join Date
    May 2010
    Posts
    9

    Default Re: Change Shortcut Names!!!Help

    Quote Originally Posted by andopes View Post
    What is the purpose to display the Account id on layout?

    Cheers
    andopes i want a unique id number in every record something like XXX01-XXX02... auto generated in every record that the user enters.The main reason is for the user,they want to be able to search an account with this field.
    Thanks again andopes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Edit Shortcut Names
    By anicolais in forum Help
    Replies: 10
    Last Post: 2010-12-03, 08:01 PM
  2. shortcut creation / shortcut name
    By Operator in forum General Discussion
    Replies: 0
    Last Post: 2010-03-30, 10:10 AM
  3. Change Shortcut Icons
    By crmnovice in forum Developer Help
    Replies: 2
    Last Post: 2009-05-07, 04:21 PM
  4. change label for an item in shortcut menu??
    By SugarYan in forum Developer Help
    Replies: 4
    Last Post: 2009-03-27, 10:53 AM
  5. change label for an item in shortcut menu??
    By sjilumudi in forum Developer Help
    Replies: 0
    Last Post: 2006-07-04, 06:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •