Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Spanish translation for Sugar 5.0

  1. #1
    kiketom is offline Member
    Join Date
    Dec 2007
    Posts
    7

    Default Spanish translation for Sugar 5.0

    Hi all!
    I want to implement the SugarCRM in my company but the Spanish Translator is not aviable.
    ¿how can i create it?

    Thx.

  2. #2
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: Spanish translation for Sugar 5.0

    Hello kiketom,

    Please send me an e-mail at julian@sugarcrm.com -- I'll provide you with the details you need. You may also want to work with other Spanish translators who are already working on the 5.0 translation.

    Thanks!
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  3. #3
    franciscohm is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Madrid - SPAIN
    Posts
    13

    Thumbs up Re: Spanish translation for Sugar 5.0

    Hi there!

    I can help with a part of the translation.

    Specially because I need the translation as soon as possible.

    How can I help?

    Francisco
    Last edited by franciscohm; 2008-01-04 at 10:23 AM.

  4. #4
    kiketom is offline Member
    Join Date
    Dec 2007
    Posts
    7

    Default Re: Spanish translation for Sugar 5.0

    I have send a email to Julian and this is the Reply.

    I will be out of the office from 2007-12-23 to 2008-01-01. I will be happy to respond to your message as soon as I return.

  5. #5
    aserrano is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Alicante, Spain
    Posts
    57

    Default Re: Spanish translation for Sugar 5.0

    You can use the latest release of the Spanish Language Pack for Sugar 4.5.1 (link here: http://www.sugarforge.org/frs/downl...es-20071208.zip), after modification of the version and flavor expressions in manifest.php:

    PHP Code:
        'acceptable_sugar_versions' =>
        array (
            
    'exact_matches' => array (
            ),
            
    'regex_matches' => array (
                
    '4\.5\.1[e-z]?'
            
    ),
        ),
        
    'acceptable_sugar_flavors' =>
        array (
            
    => 'OS',
            
    => 'PRO',
            
    => 'ENT',
        ), 
    should be replaced with

    PHP Code:
        'acceptable_sugar_versions' =>
        array (
            
    'exact_matches' => array (
            ),
            
    'regex_matches' => array (
                
    '5\.0\.0[a-z]?'
            
    ),
        ),
        
    'acceptable_sugar_flavors' =>
        array (
            
    => 'CE',
            
    => 'PRO',
            
    => 'ENT',
        ), 
    Anyway, I would not recommend it, cause a lot of the new strings have not been translated yet, and consecuently they can show up as blank spaces, ID's or in it's corresponding English counterpart.

    You may prefer to download the latest sources of the pack from the CVS repository, which always holds the ongoing work in its head branch (more information about access to the pack CVS tree here: http://www.sugarforge.org/scm/?group_id=53).

    I'm currently working on the translation of Sugar 5.0.0a and hope to release it soon.

    Regards.
    Last edited by aserrano; 2008-01-10 at 04:09 PM. Reason: Changed Community Edition flavor

  6. #6
    franciscohm is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Madrid - SPAIN
    Posts
    13

    Red face Re: Spanish translation for Sugar 5.0

    Thanks very much "aserrano"

    For what you mention I see it's better-off installing the ongoing, unfinished language pack.

    I tried to access to the CVS repository, the "Browse the CVS Tree" link does not work and I am not so techie as to know how to use SSH and those tools.

    Is there any chance you post (or send me, franciscohm@gmail.com) an ongoing version of the Spanish Language Pack? All disclimer applies, not responsibility, etc. etc.

    Thanks in advance
    Francisco

    PD: The reason I need the Spanish pack from the begining is because I personalize a lot of dropdown lists, etc and I have to assigne the personal texts to a Language. I do not mind to have "poor quality" translation since it enables me to personilize Sugar CRM (it is gonna take me a couple of weeks) and in few weeks, when the "high quality" translation becomes available, I simply overwrite the files.

    That way I can gain time and having Sugar CRM implemented on time.

  7. #7
    mobileyou69 is offline Junior Member
    Join Date
    Dec 2007
    Posts
    1

    Default Re: Spanish translation for Sugar 5.0

    Hi,

    Do you have the spanish language pack for 5.0.0a?
    Thanks in advanced
    Regards

    Andres

  8. #8
    franciscohm is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Madrid - SPAIN
    Posts
    13

    Default Re: Spanish translation for Sugar 5.0

    Hi Andres,

    I do not have it. I have no clue of where it is, when it is going to be released, etc.

    Additionally I upgraded to 5.0 from 4.5.1 and the thing crashed.

    I am simply mad about this.

    Good luck
    Francisco

  9. #9
    aserrano is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Alicante, Spain
    Posts
    57

    Default Re: Spanish translation for Sugar 5.0

    You can find an alpha quality Preview Release here: http://www.sugarforge.org/frs/?group_id=53

    Use at your own risk and wait for upcoming releases.

    Regards,

    Alberto.
    Last edited by aserrano; 2008-01-20 at 11:21 PM.

  10. #10
    franciscohm is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Madrid - SPAIN
    Posts
    13

    Default Re: Spanish translation for Sugar 5.0

    I was looking forward to it!

    Thanks very much "aserrarno"!

    At my own risk of course... this is opensource!

    Cheers
    Francisco

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Swedish Translation for sugar 5.0 Beta
    By cilla in forum Translators
    Replies: 6
    Last Post: 2008-01-18, 01:17 PM
  2. Problem install spanish translation
    By albatroz in forum Translators
    Replies: 1
    Last Post: 2007-09-19, 03:36 PM
  3. 4.5 spanish translation?
    By alejandrops in forum Translators
    Replies: 10
    Last Post: 2007-02-15, 02:03 PM

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
  •