FS#3848 - Orders: different STR_ORDER_GO_TO for each transport type
Attached to Project:
OpenTTD
Opened by Pereyaslov Konstantin (perk11) - Wednesday, 19 May 2010, 17:35 GMT
Last edited by andythenorth (andythenorth) - Saturday, 19 August 2017, 14:46 GMT
Opened by Pereyaslov Konstantin (perk11) - Wednesday, 19 May 2010, 17:35 GMT
Last edited by andythenorth (andythenorth) - Saturday, 19 August 2017, 14:46 GMT
|
DetailsIn Russian there is no good translation of "Go To" which will mean "Go To" for train, road vehicle, aircraft and ship at the same time. The current translation is quite irregular. And in English it may be replaced with "Fly to", "Sail to", "Drive to" for non-train transport types too to be more exact.
|
This task depends upon
You make it seem like there is no translation for "Go to Paris" if you do not know the means of transportation. That's something I can't quite believe.
I'm quite hesistant to adding 30 strings that are a copy of some other string. It only adds to the translator's burden.
Go to $somewhere
Go non-stop to $somewhere
Go [non-stop] via $somewhere
Maybe easier will be to add strings like:
STR_ORDERS_GO_TRAIN = "Go"
STR_ORDERS_NON_STOP = "non-stop"
STR_ORDERS_VIA = "via"
STR_ORDERS_TO = "to"
and combine them in orders menu?
And if there will be a separate order text for each vehicle type, translation in the language like Russian, where:
>>There are some translations, but none of them are applied both good for land, sea and air ways of transportation.
As perk11 said, will look better.
P.S. sorry for any mistakes, English is not my native language.