Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 108
  1. #31
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Quote Originally Posted by Sofus View Post
    Hi all.

    How would one go about adding an additional language to the project? I would be willing to supply the content for an Icelandic button set.

    S
    Have a look at the

    /zen_bck/includes/zen_bck_config_cat.php

    & if you want to provide Admin translations as well

    /zen_bck/includes/zen_bck_config_admin.php

    It should appear fairly obvious how to make the translations

    basically just copy another languages definitions

    $btnText['english']['button_cancel'] = 'cancel';

    and then change them to Icelandic

    $btnText['icelandic']['button_cancel'] = 'hætta við';

    The above won't work correctly with php 5.something an above it will generate squares where the non-english characters are

    so you need to use html entities, so the above would become

    $btnText['icelandic']['button_cancel'] = 'hætta við';

    This page has them shown, use the html numbers Not the html names as they don't work

    or just paste it here in icelandic and I'll update it

    When you have the translation send it to me. PM me or paste it here, and i will add it, there are a few other hacks i need to add to other pages to get the new language working correctly


    ----------------------------------------
    hætta við is the google translate for "Cancel", for all i know it means burnt toast
    æ ð - i know the technical term isn't non-english characters, but my brain hasn't woken up yet
    Last edited by nigelt74; 4 Nov 2010 at 09:49 PM.

  2. #32
    Join Date
    Sep 2008
    Location
    Reykjavik Iceland
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Hi

    Here is the translation for Icelandic for the catalog. I already tried it by replacing it for Estonian and it worked fine on my PHP5 setup.

    $btnText['icelandic']['button_add_address'] = 'Bæta við heimilisfangi';
    $btnText['icelandic']['button_add_selected'] = 'Setja valdar vörur í körfu';
    $btnText['icelandic']['button_add_to_cart'] = 'Setja í körfu';
    $btnText['icelandic']['button_back'] = 'Til baka';
    $btnText['icelandic']['button_buy_now'] = 'Kaupa strax';
    $btnText['icelandic']['button_cancel'] = 'Hætta við';
    $btnText['icelandic']['button_change_address'] = 'Breyta heimilisfangi';
    $btnText['icelandic']['button_checkout'] = 'Greiða';
    $btnText['icelandic']['button_confirm_order'] = 'Staðfesta pöntun';
    $btnText['icelandic']['button_confirm_send'] = 'Staðfesta';
    $btnText['icelandic']['button_continue'] = 'Áfram';
    $btnText['icelandic']['button_continue_checkout'] = 'Áfram';
    $btnText['icelandic']['button_continue_shopping'] = 'Versla meira';
    $btnText['icelandic']['button_create_account'] = 'Nýskráning';
    $btnText['icelandic']['button_delete'] = 'Eyða';
    $btnText['icelandic']['button_delete_small'] = 'Eyða';
    $btnText['icelandic']['button_download'] = 'Niðurhala';
    $btnText['icelandic']['button_goto_prod_details'] = 'Meira um vöru';
    $btnText['icelandic']['button_in_cart'] = 'Bæta í körfu';
    $btnText['icelandic']['button_login'] = 'Innskráning';
    $btnText['icelandic']['button_logoff'] = 'Útskráning';
    $btnText['icelandic']['button_more_reviews'] = 'Fleiri umsagnir ...';
    $btnText['icelandic']['button_next'] = 'Næsta';
    $btnText['icelandic']['button_prev'] = 'Fyrri';
    $btnText['icelandic']['button_read_reviewsInnleysa';
    $btnText['icelandic']['button_return_to_product_list'] = 'Vörulisti';
    $btnText['icelandic']['button_reviews'] = 'Lesa umsagnir';
    $btnText['icelandic']['button_search'] = 'Leita';
    $btnText['icelandic']['button_send'] = 'Senda';
    $btnText['icelandic']['button_send_a_gift_cert'] = 'Senda gjafabréf';
    $btnText['icelandic']['button_send_another'] = 'Senda gjafabréf';
    $btnText['icelandic']['button_shipping_estimator'] = 'Áætla sendingarkostnað';
    $btnText['icelandic']['button_sold_out'] = 'Uppselt';
    $btnText['icelandic']['button_sold_out_sm'] = 'Uppselt';
    $btnText['icelandic']['button_submit'] = 'Áfram';
    $btnText['icelandic']['button_tell_a_friend'] = 'Senda vini ábendingu';
    $btnText['icelandic']['button_TellAFriend'] = 'Senda vini ábendingu';
    $btnText['icelandic']['button_unsubscribe'] = 'Afskrá';
    $btnText['icelandic']['button_update'] = 'Uppfæra';
    $btnText['icelandic']['button_update_cart'] = 'Endurreikna körfu';
    $btnText['icelandic']['button_view'] = 'Skoða';
    $btnText['icelandic']['button_write_review'] = 'Skrifa umsögn';
    $btnText['icelandic']['search_small'] = 'Leita';
    $btnText['icelandic']['small_delete'] = 'Eyða';
    $btnText['icelandic']['small_edit'] = 'Breyta';
    $btnText['icelandic']['small_view'] = 'Skoða';

  3. #33
    Join Date
    Sep 2008
    Location
    Reykjavik Iceland
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    ..and here is the admin

    $btnText['icelandic']['button_download_now'] = 'niðurhala';
    $btnText['icelandic']['button_edit'] = 'breyta';
    $btnText['icelandic']['button_edit_attribs'] = 'breyta sérkennum';
    $btnText['icelandic']['button_edit_product'] = 'breyta vöru';
    $btnText['icelandic']['button_email'] = 'tölvupóstfang';
    $btnText['icelandic']['button_file_manager'] = 'skáarstjóri';
    $btnText['icelandic']['button_gift_queue'] = 'Gjafakort';
    $btnText['icelandic']['button_insert'] = 'innsetja';
    $btnText['icelandic']['button_insert_before'] = 'innsetja fyrir';
    $btnText['icelandic']['button_install'] = 'setja upp';
    $btnText['icelandic']['button_invoice'] = 'reikningur';
    $btnText['icelandic']['button_layout'] = 'skipulag';
    $btnText['icelandic']['button_lock'] = 'læsa';
    $btnText['icelandic']['button_module_install'] = 'setja upp';
    $btnText['icelandic']['button_module_remove'] = 'fjarlægja';
    $btnText['icelandic']['button_move'] = 'færa';
    $btnText['icelandic']['button_new_banner'] = 'nýr borði';
    $btnText['icelandic']['button_new_category'] = 'nýr flokkur';
    $btnText['icelandic']['button_new_country'] = 'nýtt land';
    $btnText['icelandic']['button_new_currency'] = 'nýr gjaldmiðill';
    $btnText['icelandic']['button_new_file'] = 'ný skrá';
    $btnText['icelandic']['button_new_folder'] = 'ný mappa';
    $btnText['icelandic']['button_new_language'] = 'nýtt tungumál';
    $btnText['icelandic']['button_new_newsletter'] = 'nýtt fréttabréf';
    $btnText['icelandic']['button_new_product'] = 'ný vara';
    $btnText['icelandic']['button_new_sale'] = 'nýtt tilboð';
    $btnText['icelandic']['button_new_tax_class'] = 'nýr vöruflokkur';
    $btnText['icelandic']['button_new_tax_rate'] = 'nýr skattflokkur';
    $btnText['icelandic']['button_new_zone'] = 'svæði';
    $btnText['icelandic']['button_next'] = 'næsta';
    $btnText['icelandic']['button_option_names'] = 'heiti valkosta';
    $btnText['icelandic']['button_option_values'] = 'gildi valkosta';
    $btnText['icelandic']['button_order'] = 'pantanir';
    $btnText['icelandic']['button_orders'] = 'pantanir';
    $btnText['icelandic']['button_packingslip'] = 'pökkunarmiði';
    $btnText['icelandic']['button_prev'] = 'fyrra';
    $btnText['icelandic']['button_preview'] = 'forskoða';
    $btnText['icelandic']['button_products_price_manager'] = 'verðstjórnun';
    $btnText['icelandic']['button_release'] = 'hleypa áfram';
    $btnText['icelandic']['button_release_gift'] = 'hleypa áfram gjöf';
    $btnText['icelandic']['button_remove'] = '- fjarlægja';
    $btnText['icelandic']['button_report'] = 'tilkynna';
    $btnText['icelandic']['button_reset'] = 'endurstilla';
    $btnText['icelandic']['button_reset_pwd'] = 'endurstilla aðgangsorð';
    $btnText['icelandic']['button_restore'] = 'afturstilla';
    $btnText['icelandic']['button_restrict'] = 'takmarka';
    $btnText['icelandic']['button_save'] = 'vista';
    $btnText['icelandic']['button_search'] = 'leita';
    $btnText['icelandic']['button_select'] = 'velja';
    $btnText['icelandic']['button_send'] = 'senda';
    $btnText['icelandic']['button_send_mail'] = 'senda tölvupóst';
    $btnText['icelandic']['button_shippinglabel'] = 'merkimiði';
    $btnText['icelandic']['button_tax_rates'] = 'skattflokkar';
    $btnText['icelandic']['button_unlock'] = 'aflæsa';
    $btnText['icelandic']['button_update'] = 'uppfæra';
    $btnText['icelandic']['button_update_currencies'] = 'uppfæra gjaldmiðla';
    $btnText['icelandic']['button_update_sort'] = 'uppfæra flokkun';
    $btnText['icelandic']['button_upload'] = 'upphala';

  4. #34
    Join Date
    Sep 2008
    Location
    Reykjavik Iceland
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Is it possible to change the color of buttons? Are there like button templates I can play with?

  5. #35
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Quote Originally Posted by Sofus View Post
    Is it possible to change the color of buttons? Are there like button templates I can play with?
    There are button templates that come with the package.. (on the "Button Template" tab).. The "Additional Hints" tab of the readme (Click the "Help" link to see the readme) covers how to add more button templates of your own..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #36
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    1) you have an error on this line

    $btnText['icelandic']['button_read_reviewsInnleysa';

    I am guessing

    $btnText['icelandic']['button_read_reviews'] = 'Innleysa';

    The only templates are the ones included in the

    /zen_bck/includes/templates/

    There are instructions in the readme on how to create your own button templates

    Have a look here
    http://grumpykiwi.com/zen_buttons/zen_bck/

    I have installed the Icelandic files, and i also have a few terrible button templates i created myself

    note this is my test version, so it isn't pretty yet

    remember when you create the buttons if they look the wrong colour on the display page, press f5 as some browsers have an issue with cacheing

    -----------Edit

    i will update the package in the next few days, if you PM me I'll send you an unofficial pre-release version

  7. #37
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    @Sofus

    New version - with Icelandic PM me for a copy, will probably submit it to zencart sometime this week

  8. #38
    Join Date
    Sep 2008
    Location
    Reykjavik Iceland
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Sorry about that.

    Here is the block correct, there is one line missing.

    $btnText['icelandic']['button_prev'] = 'Fyrri';
    $btnText['icelandic']['button_read_reviews'] = 'Lesa umsagnir';
    $btnText['icelandic']['button_redeem'] = 'Innleysa';
    $btnText['icelandic']['button_return_to_product_list'] = 'Vörulisti';

    S

    Quote Originally Posted by nigelt74 View Post
    1) you have an error on this line

    $btnText['icelandic']['button_read_reviewsInnleysa';

    I am guessing

    $btnText['icelandic']['button_read_reviews'] = 'Innleysa';

    The only templates are the ones included in the

    /zen_bck/includes/templates/

    There are instructions in the readme on how to create your own button templates

    Have a look here
    http://grumpykiwi.com/zen_buttons/zen_bck/

    I have installed the Icelandic files, and i also have a few terrible button templates i created myself

    note this is my test version, so it isn't pretty yet

    remember when you create the buttons if they look the wrong colour on the display page, press f5 as some browsers have an issue with cacheing

    -----------Edit

    i will update the package in the next few days, if you PM me I'll send you an unofficial pre-release version

  9. #39
    Join Date
    Sep 2008
    Location
    Reykjavik Iceland
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    I am not getting icelandic buttons on your New version, always just show up in english. It is working fine on my installation, I just replaced the estonian code bit with icelandic translations. Cudos for a great tool, saves tons of time.

    S


    Quote Originally Posted by nigelt74 View Post
    @Sofus

    New version - with Icelandic PM me for a copy, will probably submit it to zencart sometime this week

  10. #40
    Join Date
    Sep 2008
    Location
    Reykjavik Iceland
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Sorry, the New version is working fine, I got confused with the preview...that is always in english.

    S

    Quote Originally Posted by Sofus View Post
    I am not getting icelandic buttons on your New version, always just show up in english. It is working fine on my installation, I just replaced the estonian code bit with icelandic translations. Cudos for a great tool, saves tons of time.

    S

 

 
Page 4 of 11 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. zen button construction kit
    By Marlake in forum Addon Templates
    Replies: 1
    Last Post: 5 Aug 2011, 03:33 PM
  2. zen button construction kit - cannot see the colors
    By Marlake in forum Addon Templates
    Replies: 0
    Last Post: 2 Aug 2011, 02:01 AM
  3. restored a backup and now I am Under Construction.......but not!
    By christinefred in forum General Questions
    Replies: 4
    Last Post: 5 Feb 2011, 09:30 AM
  4. Help promote Zen Cart Book, and Zen Cart.
    By birdoasis in forum General Questions
    Replies: 2
    Last Post: 17 Apr 2007, 01:44 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR