Results 1 to 9 of 9

Thread: Greek translation pack

  1. #1
    gremon is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default Greek translation pack

    Hi, I am Gregory, one of the volunteers for the greek translation of sugarcrm.

    I am not a proffessional programmer, but i am quite good with computing in general.

    I tried to find a way to communicate with the greek coordinator, but i didn't find any, so i started a new thread for the greek translation.

    Waiting for instructions...

  2. #2
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Greek translation pack

    Hi gremon,

    I found two Greek translation projects:

    http://sugarforge.org/projects/grlangpack2006/
    (Registered: 2006-01-19)

    and

    http://sugarforge.org/projects/el-sugar/
    (Registered: 2005-06-30)

    They have not published any translations yet but have you tried to contact both of them?

    If you don't hear from them it is always possible to create new project from scratch. If you choose to do so please take a look this thread: http://www.sugarcrm.com/forums/showthread.php?t=8938

    The translation utility by Romain G. is a true time saver. And as you probably have use UTF-8 encoding with Greek language, you might want to ask some advice on how to handle UTF-8 from our japanese colleague Ryuhei Uchida (just see the thread mentioned above).

    With best regards

    - Markku

  3. #3
    gremon is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default Re: Greek translation pack

    I have translated about 50% of the greek language with the translator tool.

    In the translation tool:

    I create a dictionary,

    I dump the language in a directory,



    In Sugarcrm:

    I load module --> select the manifest.php file,

    and i get the following error:

    Error: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

    Please help!

  4. #4
    gremon is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default Re: Greek translation pack

    I get the same error if i try to handle langpack in the translation tool:

    Language pack manager --> uploaded --> manifest.php

  5. #5
    gremon is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default Re: Greek translation pack

    And this is my manifest.php file:

    <?PHP
    $manifest = array(
    'name' => 'greek',
    'type' => 'langpack',
    'is_uninstallable' => 'Yes',
    'acceptable_sugar_flavors' => array (),
    'acceptable_sugar_versions' => array (),
    );

    $installdefs = array(
    'id'=> 'el_GR',
    'image_dir'=>'<basepath>/images',
    'copy' => array(
    array('from'=> '<basepath>/include','to'=> 'include',),
    array('from'=> '<basepath>/modules','to'=> 'modules'))
    );
    ?>

  6. #6
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Greek translation pack

    Hi Gregory, please compare your manifest.php file against this example. You can also download different language files from www.sugarforge.net if you want to see more examples. I recall Julian (from SugarCRM team) posted excellent explanation about manifest.php structure and its different settings but I couldn't find it now.

    Hope this helps, however.

    Best,

    - Markku

    Code:
    // manifest file for information regarding application of new code
    $manifest = array(
        // only install on the following regex sugar versions (if empty, no check)
        'acceptable_sugar_versions' => array (
            'exact_matches' => array (),
            'regex_matches' => array (  0 => '4\\.0\\.1*' ),
        ),
        // name of new code
        'name' => 'xxxx language pack',
        // description of new code
        'description' => 'xxxx translation for SugarCRM 4.0.1',
        // author of new code
        'author' => 'xxxx',
        // date published
        'published_date' => '2006/03/20',
        // version of code
        'version' => '20.3.2006',
        // uninstallable
        'is_uninstallable' => 'Yes',
        // type of code (valid choices are: full, langpack, module, patch, theme )
        'type' => 'langpack',
        // icon for displaying in UI (path to graphic contained within zip package)
        'icon' => 'include/images/flag-fi_FI.gif',
    );
    
    $installdefs = array(
                    'id'=> 'Finnish',
                    'image_dir'=>'<basepath>/images',
                    'copy' => array(
                                array('from'=> '<basepath>/include',
                                      'to'=> 'include',
                                     ),
                                array('from'=> '<basepath>/modules',
                                      'to'=> 'modules',
                                     ),
                              ),        
                   );

  7. #7
    spzaf is offline Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Default Re: Greek translation pack

    The project is now active and released the first files

    http://sugarforge.org/projects/grlangpack2006/

  8. #8
    gremon is offline Sugar Community Member
    Join Date
    Mar 2006
    Posts
    22

    Default Re: Greek translation pack

    Yes but it is for version 3.5.1. not 4.2....

    Is there any conversion tool? i have searched but couldn't find a thing.

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

    Default Re: Greek translation pack

    Hello gremon,

    Please see my reply here: http://www.sugarcrm.com/forums/showt...threadid=12659
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

Thread Information

Users Browsing this Thread

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

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
  •