Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: language question

    Quote Originally Posted by marinela View Post
    just one more thing! I have to replace ONLY the define words thate are in english.
    I'm not sure that I understand the question. So for clarity

    define('BOX_HEADING_WHATS_NEW', 'New Products');
    in english.php

    becomes

    define('BOX_HEADING_WHATS_NEW', 'Novi proizvodi');
    in croatian.php

    Good luck.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #12
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: language question

    what about this:

    define('BOX_REVIEWS_TEXT_OF_5_STARS', '%s of 5 Stars!');

    what is the % for?

    define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');

    and what is ea for?


  3. #13
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: language question

    Quote Originally Posted by marinela View Post
    define('BOX_REVIEWS_TEXT_OF_5_STARS', '%s of 5 Stars!');

    what is the % for?
    The "%s" indicates that a variable will be inserted into this space. In this case the review rating e.g. 1, 2, 3, 4 or 5. Just place the "%s" in the location that makes the most grammatical sense in Croatian, remembering to leave suitable spaces before and after if required.
    Quote Originally Posted by marinela View Post
    efine('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');

    and what is ea for?
    the "ea." is short (I believe) for each. I always replace it with "x", even in English
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #14
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: language question

    what about this one?

    define('ENTRY_COMPANY_TEXT', '');

    I will leave it like this

  5. #15
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: language question

    I translated the english.php file last night. it works just fine!
    so, today I'm heading to the other files in the english directory.

  6. #16
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: language question

    Wow. I'm impressed. That was quick. I hope that you will post your final version in the languages section of the downloads area so that we can see your great work.

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #17
    Join Date
    Jul 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: language question

    like I told you on some other topic (I do not rememeber which one) I translated about 90% of all the include/language/english files to croatian. I did not translate the payment methods and shipping methods that do not apply to my store.
    then, I'm no programmer, and in some parts my translation is not so accurate, from word to word (like we say) but good enough to work well for my store. and finally, before I send it to you, I have to test it once again to see if I missinterpreted some words.

    anyway, when I was translating, I was thinking: what a job to put all that together! you are great guys, you programmers

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. question about language
    By sergiojg in forum Addon Language Packs
    Replies: 3
    Last Post: 22 Apr 2010, 01:37 PM
  2. Language question
    By cerece in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 May 2007, 11:35 PM
  3. Language question
    By Paradigm81 in forum Basic Configuration
    Replies: 1
    Last Post: 20 Aug 2006, 01:52 PM

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