Page 7 of 11 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 102
  1. #61
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Please also have a look at this post:

    http://www.zen-cart.com/forum/showpo...&postcount=115

  2. #62
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Quote Originally Posted by shortysclimbin View Post
    Thanks Frank! Glad to hear you are safe.

    When you get a chance I am running into issues of the language pack not recognizing my custom CSS buttons placed in "/includes/templates/custom/buttons/german/" it is still using the old text written in. Any suggestions?
    Thanks for the link (nice site btw)

    I have started this thread to support utf-8 only.

    I am guessing that your language pack contains a mix between utf-8 and iso-8859-1 characters.

    To fix the display of your characters you need to decide between the 2 forms of encoding. The latest pack is version 1.3.9.1 Utf-8

    Please check your includes/languages/german.php and admin/includes/languages/german.php files for

    Code:
    // charset for web pages and emails
    define('CHARSET', 'utf-8');
    If this reads iso-8859-1 then change it to utf-8.

    Next you will need to merge your install files with the files contained in the latest language pack.

    Then you need to make sure that any customised translations contain the characters as per the Umlaute.txt file contained in the latest language pack.

    The latter part of the /includes/languages/german/button_names.php file should read:

    Code:
    /*
     * ALT tags used for buttons
     */
     
    define('BUTTON_CREATE_ACCOUNT_ALT', 'Neues Konto erstellen');
    define('BUTTON_LOG_OFF_ALT', 'Abmelden');
    define('BUTTON_ADD_TO_CART_ALT', 'In meinen Warenkorb');
    define('BUTTON_ADD_ADDRESS_ALT', 'Adresse hinzufĂĽgen');
    define('BUTTON_ADD_PRODUCTS_TO_CART_ALT', 'Ausgewählte Artikel in den Warenkorb');
    define('BUTTON_BACK_ALT', 'ZurĂĽck');
    define('BUTTON_BUY_NOW_ALT', 'Jetzt kaufen');
    define('BUTTON_CANCEL_ALT', 'Abbrechen');
    define('BUTTON_CHANGE_ADDRESS_ALT', 'Adresse ändern');
    define('BUTTON_CHECKOUT_ALT', 'Zur Kasse');
    define('BUTTON_CONFIRM_SEND_ALT', 'Gutschein senden');
    define('BUTTON_CONFIRM_ORDER_ALT', 'Bestellung bestätigen');
    define('BUTTON_CONTINUE_ALT', 'Weiter');
    define('BUTTON_CONTINUE_SHOPPING_ALT', 'Weiter einkaufen');
    define('BUTTON_DELETE_ALT', 'Löschen');
    define('BUTTON_DELETE_SMALL_ALT', 'Löschen');
    define('BUTTON_DOWNLOAD_ALT', 'Download');
    define('BUTTON_EDIT_SMALL_ALT', 'Bearbeiten');
    define('BUTTON_IN_CART_ALT', 'In den Warenkorb ');
    define('BUTTON_LOGIN_ALT', 'Anmelden');
    define('BUTTON_NEXT_ALT', 'Nächster');
    define('BUTTON_PREVIOUS_ALT', 'Vorheriger');
    define('BUTTON_REDEEM_ALT', 'Einlösen');
    define('BUTTON_RETURN_TO_PROD_LIST_ALT', 'ZurĂĽck zur Artikelliste');
    define('BUTTON_REVIEWS_ALT', 'Zu den Bewertungen');
    define('BUTTON_SEARCH_ALT', 'Suche');
    define('BUTTON_SEND_ALT', 'Jetzt senden');
    define('BUTTON_SEND_ANOTHER_ALT', 'Einen weiteren Gutschein versenden');
    define('BUTTON_SEND_A_GIFT_CERT_ALT', 'Einen Gutschein senden');
    define('BUTTON_SHIPPING_ESTIMATOR_ALT', 'Voraussichtliche Versandkosten');
    define('BUTTON_SOLD_OUT_ALT', 'Ausverkauft');
    define('BUTTON_SOLD_OUT_SMALL_ALT', 'Ausverkauft');
    define('BUTTON_SUBMIT_ALT', 'Information senden');
    define('BUTTON_TELL_A_FRIEND_ALT', 'An einen Freund senden');
    define('BUTTON_TELLAFRIEND_ALT', 'An einen Freund senden');
    define('BUTTON_UNSUBSCRIBE', 'Abbestellen');
    define('BUTTON_UPDATE_ALT', 'Aktualisieren');
    define('BUTTON_VIEW_SMALL_ALT', 'Anzeigen');
    define('BUTTON_WRITE_REVIEW_ALT', 'Bewertung schreiben');
    define('BUTTON_READ_REVIEWS_ALT', 'Bewertung lesen');
    define('BUTTON_GOTO_PROD_DETAILS_ALT', 'Lesen Sie die detailierte Produktbeschreibung');
    define('BUTTON_MORE_REVIEWS_ALT', 'Lesen Sie weitere Bewertungen');
    ?>
    That should fix the issue with your css buttons.

  3. #63
    Join Date
    Oct 2010
    Location
    San Juan Puerto Rico
    Posts
    62
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    Thanks Frank,

    The site is a work in progress! Not bad for my first, but still a lot to go to get it 100%.

    I think I miss represented what I am having issues with. I am getting language based buttons in checkout when I would like to use custom Picture based buttons. For instance if you look at the english checkout vs. the german checkout it actually uses the CSS text. I want it to use my buttons because of size constraints.

    How it should look


    How it looks


    I am under the assumption somewhere I need to indicate to use the picture files and not the Css designed directions?

  4. #64
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    If you copy that image (I think it is button_update_cart.gif - not sure) from includes/templates/YOUR_TEMPLATE/buttons/english to includes/templates/YOUR_TEMPLATE/buttons/german then you should be OK

  5. #65
    Join Date
    Oct 2010
    Location
    San Juan Puerto Rico
    Posts
    62
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    Yeah thats what I thought too... I did that for all language packs installed, but only a few of them actually updated. Hence my questions, its annoying me because it sets off the site. Little details always get in the way.

  6. #66
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    I have seen lot of bugs in almost of the german version.

    There are no close tags (?>)in so many codes.

    This brings about so many white spaces.

    I have translated the English version to German again.
    No bugs and nothing...

    Anyone who needs it should let me know and l will upload it here..

    The spanish also have the same problem...

    Cheers...

  7. #67
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Quote Originally Posted by christalix View Post
    I have seen lot of bugs in almost of the german version.

    There are no close tags (?>)in so many codes.

    This brings about so many white spaces.
    Before you go any further you may be well advised to read the numerous discussions about the closing ?> being intentionally omitted in 1.3.9 versions (english original and other language copies). DrByte has explained this repeatedly in detail. I suggest you search the forums accordingly

    I have translated the English version to German again.
    No bugs and nothing...
    No need to re-invent the wheel. This version of the German language pack is an exact clone of the official standard 1.3.9h version - the only differences being the renaming of the english folders to german and the translation of the language defines.

    Anyone who needs it should let me know and l will upload it here..
    You may want to add a disclaimer to that version pointing out that it may not conform to the standards of the official english version of ZC 1.3.9h

    The spanish also have the same problem...
    yes, for exactly the same reason: it is a clone of the official standard 1.3.9h version which has been working fine as designed by the devs ...

  8. #68
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: German Language Pack for ZC 1.3.9

    Quote Originally Posted by christalix View Post
    I have seen lot of bugs in almost of the german version.

    There are no close tags (?>)in so many codes.

    This brings about so many white spaces...
    To save you some searching have a look at this post from DrByte

  9. #69
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    Hi Frank thanks for the reply.
    Sure, l have read the link you provided
    http://www.zen-cart.com/forum/showpo...67&postcount=2

    and this is opposite to what l get.
    When l click on a product in German version and tries to actualise it (warenkorb aktualisiueren) by increasing the product, l only get a white scrren.
    when l use my mouse to go back, then the product will be increased as l wanted.

    the problem is to get this white window away..

    What l did was to use the English folder, and rename them as German and use your German translation to replace them.. Its a tough job , but this is the only way l have come across...

    If you have any solutions , l will be much greatful.. .9
    best Regards)

  10. #70
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: German Language Pack for ZC 1.3.9

    White screen is almost always busted php. I've installed the German pack about half dozen times, and never had any problems at all with the German pages or with the German shopping cart or with the German checkout. Then again, I followed the install instructions precisely and did not do any type of switching with English and German directories as you have described. I would not know where to look first to try to help you solve your problem, other than saying a clean install of the German pack following the install instructions might be a good starting place .. and not using any modified php files that are not part of the Pack or not part of the instructions.

    Frank? What say you?

 

 
Page 7 of 11 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. v151 German Language Pack for ZC version 1.5.x
    By frank18 in forum Addon Language Packs
    Replies: 57
    Last Post: 22 Apr 2025, 09:41 PM
  2. German Language Pack
    By sketchhgal in forum Addon Language Packs
    Replies: 1
    Last Post: 27 Mar 2009, 04:49 PM
  3. german language pack for 1.3.8?
    By SAND in forum Addon Language Packs
    Replies: 1
    Last Post: 10 Jun 2008, 07:38 PM
  4. German Language Pack 1.3.5
    By hugo13 in forum Addon Language Packs
    Replies: 7
    Last Post: 14 Nov 2006, 11:23 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR