Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 9 of 9

Thread: Problems with Installing Dutch Languagepack

  1. #1
    fnuus
    Guest


    Question Problems with Installing Dutch Languagepack

    Hello,

    I am new here, and i don't know how its work on a Forum. But i have a question !

    I downloaded the latest version of OSCMAX from this website, i downloaded also the latest dutch languagepack.

    The follow thing I do: 1. I copy the catalog dir to the OSCM catalog
    2. In Admin I make a new Language
    Country : Netherlands
    ID : nl
    Image : Icon.gif
    directory : Dutch
    Sort Order : 1
    : Default

    When i start again in the admin Backend and i choose for the Dutch language I get a blank page in the front- and backend and the site is unreacheble.

    What is going wrong, and who can help me out.

    Thanks

  2. #2
    osCMax Development Team

    Problems with Installing Dutch Languagepack

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Smile Re: Problems with Installing Dutch Languagepack

    Hi there,

    Firstly - make sure you post in the right forum otherwise you might get a mixed response to your enquiries! You have put your post in v1.7 which has been out of date for a while now!

    Your problem is more than likely that you are missing the main language file (or it is in the wrong place). Take a look in catalog/admin/includes/languages and catalog/includes/languages you will see that each of the installed languages has three files here:

    Eg. for English you have
    1) English.php
    2) affiliate_english.php
    3) add_ccgvdc_english.php

    So for your dutch language to work you will need a version of these files as well in both places in bold above.

    So ... dutch.php, affiliate_dutch.php and add_ccgvdc_dutch.php.

    Just copy the english ones for the missing files and rename - this should get you started ... you will then need to go in and change the defines so they are in dutch.

    Regards,
    pgmarshall
    _______________________________

  3. #3
    osCMax Development Team

    Problems with Installing Dutch Languagepack

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: Problems with Installing Dutch Languagepack

    If the above does not sound like your issue then I remember fixing a very similar issue with the French Language pack which had an unescaped ' in the language file.

    If any of the words in the language pack have aspotophes (') then they need to be escaped to prevent the php from closing the define to early.

    Eg.

    define('EXAMPLE_TEXT', 'This has an \' in it');
    Regards,
    pgmarshall
    _______________________________

  4. #4
    fnuus
    Guest


    Default Re: Problems with Installing Dutch Languagepack

    Hello,

    Thanks for the quick reaction,

    I do what PGMARSHALL said, but i get now ( when i change to Dutch ) strange text, see below

    CatalogusCategorieën / Artikelen
    Artikelopties
    Fabrikanten
    Recensies
    Speciale aanbiedingen
    Verwachte producten
    BOX_CATALOG_XSELL_PRODUCTS

    What can i do whi this problem @
    BOX_CATALOG_EASYPOPULATE
    BOX_CATALOG_DEFINE_MAINPAGE
    BOX_CATALOG_DEFINE_CONDITIONS
    BOX_CATALOG_DEFINE_PRIVACY
    BOX_CATALOG_DEFINE_SHIPPING
    BOX_CATALOG_ATTRIBUTE_MANAGER
    Thanks

  5. #5
    osCMax Development Team

    Problems with Installing Dutch Languagepack

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: Problems with Installing Dutch Languagepack

    ANYWHERE_YOU_SEE_CAPITAL_LETTERS_LIKE_THIS means you are missing a language define.

    I suspect that not all of the LANGUAGE_DEFINES are in the Dutch language pack since it is from 2007 and there have been lots of developments since then!

    What you will need to do is search for a missing define eg. BOX_CATALOG_XSELL_PRODUCTS in the admin/includes/languages/english.php file =>

    define('BOX_CATALOG_XSELL_PRODUCTS', 'Cross Sell Products');
    Change this to dutch and add to your admin/includes/languages/dutch.php file.

    define('BOX_CATALOG_XSELL_PRODUCTS', 'Verkopen soortgelijke producten');
    Should fix things up for you ... Please note that not all defines go into the main dutch.php language file ... if you find more of these elsewhere you will need to look in the language files specific to the file.

    We will be shortly releasing a shared workspace on String to aid with the translation of osCmax into other languages. It basically finds all of the language defines required for a full translation and then allows collaborative work to translate them.

    Regards,
    pgmarshall
    _______________________________

  6. #6
    fnuus
    Guest


    Unhappy Re: Problems with Installing Dutch Languagepack

    Hello,

    Thanks for your reaction, but everything i do, nothing change. On the is the shop unreacheble.

    Is there maybe somewhere a good working Dutch languagepack for OSCmax Version 2.0.25 ??

    Best regards,

    Fred

  7. #7
    osCMax Development Team

    Problems with Installing Dutch Languagepack

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: Problems with Installing Dutch Languagepack

    The only dutch language packs for osCmax are the ones in the project section.

    If nothing is changing when you make changes then you either editting the wrong file or have the language set incorrectly.

    You should be able to load the language files from osCommerce but you will just have to translate any extra language fields you find.

    Regards,
    pgmarshall
    _______________________________

  8. #8
    fnuus
    Guest


    Default Re: Problems with Installing Dutch Languagepack

    Hello,

    I rewrote/translated allready the most important php's. and it works allmost. A few errors i have, but only on the admin side, not important for the shop self.

    The one and only problem i still have is : How can i turn of the Gift Vouchers & Coupons. I don't need this.

    Best regards,

    Fred

  9. #9
    osCMax Development Team

    Problems with Installing Dutch Languagepack

    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,517
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    pgmarshall     $ 35.00
    Rep Power
    81


    Default Re: Problems with Installing Dutch Languagepack

    If you don't need it don't use it. It will not send out anything unless you tell it to.

    If you want to hide the menu then try using the admin permissions tool to only show the menus you want.

    The wiki article on this is here.

    Edit: Once we launch the multi-language tool for osCmax using String - it would be great if you would give your completed translation of osCmax into Dutch back to the community.
    Regards,
    pgmarshall
    _______________________________

Similar Threads

  1. Dutch Language
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 11-23-2007, 03:11 PM
  2. Dutch TNT post
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-25-2007, 03:19 PM
  3. problems installing "how did you hear about us" mo
    By Dumb_Question in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 10-06-2005, 02:11 PM
  4. Problems while installing locally on windows/apache
    By icecold in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 06-30-2005, 04:14 AM
  5. problems while installing oscommerce on local host
    By digitalmelody in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 12-20-2004, 12:09 AM

Bookmarks

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
  •