Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 11 of 22 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 211
  1. #101
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    124
    Rep Power
    243

    Default

    Quote Originally Posted by Titanic52 View Post
    Screen Captured"=" please translate thanks
    wouldn't it be more:

    "DEBUG~Screen Captured"=

    is usually found as an entry point in b navigated blogmap.ui and its correspondence already translated into the language files more precisely Dictionary.lang

    DEBUG is used as a prefix to the translated text but never appears in the display which may mislead when adding translations to Dictionary.lang, but is used to differentiate between two similar texts of appearance "Screen Captured" and "screen captured" but whose entry points can be of multiple shapes.

    sc_InfoMessageBox(m_i18n("DEBUG~Screen Captured"), true) "DEBUG~Screen Captured"=

    sc_InfoMessageBox(m_i18n("INFORMATION: +"SAVED~screen captured"+" saved as ....."), true) "SAVED~screen captured"=

    it may also happen that the text to be translated has more characters than provided as here with additional space.
    sc_InfoMessageBox(m_i18n("DEBUG~Screen Captured "), true)

    in the lang file these lines will not work
    DEBUG~Screen Captured="OK Screen Captured" or DEBUG~Screen Captured = "OK Screen Captured"

    the full text should be included between apostrophes
    "DEBUG~Screen Captured "="OK Screen Captured" or "DEBUG~Screen Captured " = "OK Screen Captured"

    the spaces added at the beginning and end of the text are simply ignored if they are not included between the apostrophes


    the isolated spaces are invisible on the screen but are often significant in the search for the text to be translated, the most complex shapes are based on a generic format that must be taken into account.
    wstring.format(L"%s: %s\n%s", sender, message, address)
    Last edited by lunapark; 21st March 2025 at 03:26 PM.

  2.    Advertissements


  3. #102
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    You were almost right.

    It needs to be : "DEBUG~Screen Captured 00001"="", "DEBUG~Screen Captured 00002"="" etc.

    Since it doesn't even work I won't bother to translate it.
    Last edited by AnthonyGreek; 21st March 2025 at 04:13 PM.

  4. #103
    Master Bixo's Avatar
    Join Date
    Oct 2015
    Location
    Italy
    Posts
    118
    Rep Power
    167

    Default

    For all:

    in "Dictionary.lang" file

    DEBUG~Screen Captured="Put the translation"

  5. #104
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    No, it doesn't work, I've tried it.
    You also need to put the number, so you need to create an endless list.

    I think there is no point for further discussion. It doesn't work, If you need to capture the screen, do it with phone buttons.

  6. #105
    Master Titanic52's Avatar
    Join Date
    Oct 2013
    Location
    EU
    Posts
    781
    Rep Power
    1303

    Default

    You were almost right. AnthonyGreek

    New Avic New World New Basar Screen Captured doesn't work
    It needs to be :
    "DEBUG~Screen Captured 00001"="
    "DEBUG~Screen Captured 00002"="" etc. 123456789 and and...

    Since it doesn't even work I won't bother to translate it.
    Spoiler: screen Basar

    Geschwindigkeitsmesser Zur cksetzen
    Last edited by Titanic52; 21st March 2025 at 04:56 PM.

  7. #106
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Screenshot from Avic

    Spoiler: pic

    [Only registered and activated users can see links. ]

  8. #107
    Master Bixo's Avatar
    Join Date
    Oct 2015
    Location
    Italy
    Posts
    118
    Rep Power
    167

    Default

    With my Igo Israel work...SURE!

    The manipulations you do to the FD skin (and mine...) lead to things not working.

  9. #108
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    OK, then maybe it's my fault.
    Since I don't have any other solution feel free not to use my manipulations.

  10. #109
    Master Bixo's Avatar
    Join Date
    Oct 2015
    Location
    Italy
    Posts
    118
    Rep Power
    167

    Default

    Sure...I don't use the FD skin for a while, but a totally new custom of mine...so...

    But,
    As you can see, the translation of "Screen Captured" EN to ITA works as I wrote to do...but I its Igo Nextgen Israel.

    While instead the Screen Capture function with the FD skin I remember that we were not able to make it work, at least until we developed the skins together.
    With Avic it certainly did not work...

    It did not save the captured file in the "Screenshot" folder of Igo.
    Probably the problem was Avic, not the FD skin.


    [Only registered and activated users can see links. ]

  11. #110
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    475
    Rep Power
    794

    Default

    Two ux's made by morco.

    Alternative Routes (btn_AlternativeRoutes.zip) and Route Planning.

    The later I already had it in the ux folder, the first I just added it.

 

 

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
  •