mirror of https://github.com/OpenTTD/OpenTTD
pull/13724/head
parent
92fa1b4444
commit
d58eb15a0f
|
@ -1218,7 +1218,7 @@ STR_CITY_APPROVAL_TOLERANT :Tolerant
|
|||
STR_CITY_APPROVAL_HOSTILE :Hostile
|
||||
STR_CITY_APPROVAL_PERMISSIVE :Permissive (no effect on company actions)
|
||||
|
||||
STR_WARNING_NO_SUITABLE_AI :{WHITE}No suitable AIs available...{}You can download several AIs via the 'Online Content' system
|
||||
STR_WARNING_NO_SUITABLE_AI :{WHITE}No suitable AIs available...{}{}You can download several AIs via the 'Online Content' system
|
||||
|
||||
# Settings tree window
|
||||
STR_CONFIG_SETTING_TREE_CAPTION :{WHITE}Settings
|
||||
|
@ -2651,7 +2651,7 @@ STR_NETWORK_MESSAGE_CLIENT_LEFT :*** {RAW_STRING
|
|||
STR_NETWORK_MESSAGE_NAME_CHANGE :*** {RAW_STRING} has changed their name to {RAW_STRING}
|
||||
STR_NETWORK_MESSAGE_GIVE_MONEY :*** {RAW_STRING} gave {CURRENCY_LONG} to {RAW_STRING}
|
||||
STR_NETWORK_MESSAGE_SERVER_SHUTDOWN :{WHITE}The server closed the session
|
||||
STR_NETWORK_MESSAGE_SERVER_REBOOT :{WHITE}The server is restarting...{}Please wait...
|
||||
STR_NETWORK_MESSAGE_SERVER_REBOOT :{WHITE}The server is restarting...{}{}Please wait...
|
||||
STR_NETWORK_MESSAGE_KICKED :*** {RAW_STRING} was kicked. Reason: ({RAW_STRING})
|
||||
|
||||
STR_NETWORK_ERROR_COORDINATOR_REGISTRATION_FAILED :{WHITE}Server registration failed
|
||||
|
@ -4969,7 +4969,7 @@ STR_GAME_SAVELOAD_NOT_AVAILABLE :<not available>
|
|||
STR_WARNING_LOADGAME_REMOVED_TRAMS :{WHITE}Game was saved in version without tram support. All trams have been removed
|
||||
|
||||
# Map generation messages
|
||||
STR_ERROR_COULD_NOT_CREATE_TOWN :{WHITE}Map generation aborted...{}... no suitable town locations
|
||||
STR_ERROR_COULD_NOT_CREATE_TOWN :{WHITE}Map generation aborted...{}{}... no suitable town locations
|
||||
STR_ERROR_NO_TOWN_IN_SCENARIO :{WHITE}... there is no town in this scenario
|
||||
|
||||
STR_ERROR_PNGMAP :{WHITE}Can't load landscape from PNG...
|
||||
|
@ -5060,7 +5060,7 @@ STR_ERROR_TOO_CLOSE_TO_ANOTHER_TOWN :{WHITE}... too
|
|||
STR_ERROR_TOO_MANY_TOWNS :{WHITE}... too many towns
|
||||
STR_ERROR_NO_SPACE_FOR_TOWN :{WHITE}... there is no more space on the map
|
||||
STR_ERROR_ROAD_WORKS_IN_PROGRESS :{WHITE}Road works in progress
|
||||
STR_ERROR_TOWN_CAN_T_DELETE :{WHITE}Can't delete this town...{}A station or depot is referring to the town or a town owned tile can't be removed
|
||||
STR_ERROR_TOWN_CAN_T_DELETE :{WHITE}Can't delete this town...{}{}A station or depot is referring to the town or a town owned tile can't be removed
|
||||
STR_ERROR_STATUE_NO_SUITABLE_PLACE :{WHITE}... there is no suitable place for a statue in the centre of this town
|
||||
STR_ERROR_CAN_T_BUILD_HOUSE :{WHITE}Can't build house...
|
||||
|
||||
|
|
Loading…
Reference in New Issue