Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 13

Threaded View

  1. #11
    GPSPower Helper diMkaWA aP132 for Android Update
    diMkaWA aP132 for Android Update
    costas3850's Avatar
    Join Date
    Dec 2009
    Location
    ro
    Age
    38
    Posts
    498
    Rep Power
    849

    Wink

    Attached you have two VBA script:
    Make a macro in Word.
    Edit the macro deleting it and add the contents of VBALang.doc
    Get two new macros: aaLang and abComparaDict_Doc ()

    Sub aaLang() extract from all files .ui ( from folder : ui_igo8 or ui_igo9 or ui_android or ui_becker )
    This folders should be placed in e:\lang\0 ImplicitP20
    You can configure from the lines:
    Drive = 'e: \'
    Skin = "0 ImplicitP20"
    In folder e : \ lang you must have Dictionary.lang file - reference (the translated version of lang)
    Unfortunately script know to seek into .ui files by sequences of type
    text = "text_for_translate" and value = "Text_a|1|text_b|0"

    Sub abComparaDict_Doc() compares two files: Dictionary.lang - Reference and DictionaryC.lang - for comparation, both in e : \ lang
    Extract lines that are in DictionaryC.lang and not found in Dictionary.lang

    The extracted lines must be translate and added at the end of Dictionary.lang from lang file .
    You can make extraction from multiple skin.
    Let's say you have 2 new version of skin, one for WIn and one for android
    Rename all .ui files from a skin\ui_android\common\ui ( select all .ui file and rename into let's say Dimka Win => you'll get Dimka, Dimka(1), Dimka(2), ... Dimka(n) )
    Copy all renamed .ui files into ui_igo9\common\ui .

    Spoiler: link
    [Only registered and activated users can see links. ]


    Also, abComparaDict_Doc() can be used for compare 2 Dictionary.voice from TTS files.

    If you can't handle, first extraction is free
    Last edited by costas3850; 25th June 2014 at 05:29 PM.

  2.    Advertissements


 

 

Tags for this Thread

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
  •