Results 1 to 5 of 5

Thread: DUTCH TO ENGLISH - can anyone help translating this script?

  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DUTCH TO ENGLISH - can anyone help translating this script?

    I've got this dhtml script from dd for a vml editor. Problem is its written in dutch. So my comp can't read parts of it.
    Like 'kleurs' instead of 'colours'.
    And that's the only word i understand. Argh.

    someone please help?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Eh? :-\ That shouldn't happen. Only comments and arbitrary values are allowed to be in different languages; if one starts substituting words with special values with their Dutch equivalents, it just... won't work. On any computer.

    I speak neither Dutch nor VML, but post it here and I'll have a quick look at it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    One part goes

    <input type="hidden" name="vulkleur" value="">
    <input type="hidden" name="randkleur" value="#000000">

    <b>Tool:</b>
    <select name="gereedschap" style="width: 150px;">
    <option value="vrijevorm">Free shape</option>
    <option value="ovaal">Oval</option>
    <option value="rechthoek">Rect</option>
    <option value="rondhoek">Roundrect</option>


    and another goes

    <input type="button" value="Undo" style="width: 150px;" onclick="verwijder_vorm_uit_tekenblad()" onfocus="this.blur()">
    <input type="button" value="Empty" style="width: 150px; margin-top: 8px;" onclick="legen()" onfocus="this.blur()" >


    and they're just here and there on top of the normal 'inputs' and 'values'.

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    That should be no problem.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think.. I've got it. Thanks!! =)

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
  •