To select press button: %s="Натисніть кнопку: %s"
Show Label in Cockpit="Показати мітку iGO в кабіні"
Printable View
To select press button: %s="Натисніть кнопку: %s"
Show Label in Cockpit="Показати мітку iGO в кабіні"
Hello...
The best way always is the read the phrases inside the plugin (*.lua + *.ui)
if you know from which plugin is the phrase for translation... else you can unload some and find it...
because is not always clear that you read...
like this as said @costas from "SysChanger.zip" or this from: "save_restore.zip"
Restoring will be canceled in %s seconds.\nPlease select "Restore" or "Cancel"="..........."
@wandel i think the TEST about toll does not work...
Spoiler: img
It`s working;)
Some displayed texts are the result of a string concatenations.
As an example, in SysChanger.ui we have "Show Label in Cockpit") + L" : " + ...
It does not help to translate the result of the concatenation ( displayed texts ) .
Each substring must be translated.
Ex :
Show Label in Cockpit=""
:=":"
...and this too?))Quote:
Originally Posted by costas3850 [Only registered and activated users can see links. Click Here To Register...]
Answer: NO...only "Show Label in Cockpit" ... for sure
Of course No :=":" .
That was just one example.
But that's why it didn't work : Show Label in Cockpit :=""
[Only registered and activated users can see links. Click Here To Register...]
pass=4pna
- Added phrase in Wiman in ttspro about the price of the trip. Price per liter and monetary unit required
- New utility for full font change: FontChanger.zip . Only works with LuaJava. Previously (and now) there was a separate utility.
It is now. At your discretion what to use.- The record was removed from the skin and placed in sys.txt.
It did not cause any discomfort to me in the skin ... BUT someone says: It spoils)) ... because of it now it is in sys.Code:[navigation]
enable_offroad_maneuver_icon = 0; to avoid gps blinking
It can be changed both with pens ... and with the sys editor in the skin itself (if LuaJava is installed)- Other
To Mikolajchik a new feature for you ... I’m not so modestly announcing it))
Two new features:
- configuration of units and formats
- Search on google maps, followed by using the obtained GPS coordinates to build a route ( google_search.zip )
The 2nd position is actually an online search that does not work for us.
The procedure is as follows:
select google-search in the route building menu
a google map overview starts, with which you look for what you need.
An important point - you need to select a point and copy the gps coordinates to the clipboard ... we need them.
If it’s quite simple on a PC, then you will have to take aim on the android because the coordinates will be available only if you select the NEXT point after the search ... and once again put the needle so that you have the coordinates on the left.
Here we copy them to the clipboard.
Then everything is simple: you go out of Google and get into the overview of points on the map in the navigator to the very same place.
Another important point: all-about-all is given to you no more than 5 minutes.
This is due to the fact that so far it is not possible to synchronize the end of Google’s work ... but I think this is enough.
There will be no tragedy, if you do not have time - just the point will not be built ... you can play on))
If the route was - it is proposed to add an intermediate point ... otherwise it is proposed to build a route to the received point
Hi! please help!
Unable to translate sentences!
How do I enter it correctly?
"Collect garbage every %s seconds if "free_memory" less then %s MB"=".............."
"Restoring will be canceled in %s seconds.\nPlease select "Restore" or "Cancel""="-----------"
"Saving will be canceled in %s seconds.\nPlease select "Save" or "Cancel""="---------"
Strange. There are at least two examples to answer this question in a folder "lang"Quote:
Originally Posted by Jozs [Only registered and activated users can see links. Click Here To Register...]