mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-15 23:29:42 +00:00
Change: make continuation error messages consistent
Remove prefix ellipsis and start with lowercase.
This commit is contained in:
committed by
Peter Nelson
parent
f1ef2ab76d
commit
b266a044c4
+368
-368
@@ -1141,8 +1141,8 @@ STR_GAME_OPTIONS_SOCIAL_PLUGIN_STATE_INVALID_SIGNATURE :{RED}Invalid si
|
||||
|
||||
STR_BASESET_STATUS :{RAW_STRING} {RED}({NUM} missing/corrupted file{P "" s})
|
||||
|
||||
STR_ERROR_RESOLUTION_LIST_FAILED :{WHITE}Failed to retrieve a list of supported resolutions
|
||||
STR_ERROR_FULLSCREEN_FAILED :{WHITE}Fullscreen mode failed
|
||||
STR_ERROR_RESOLUTION_LIST_FAILED :Failed to retrieve a list of supported resolutions
|
||||
STR_ERROR_FULLSCREEN_FAILED :Fullscreen mode failed
|
||||
|
||||
# Custom currency window
|
||||
|
||||
@@ -2211,26 +2211,26 @@ STR_CONFIG_SETTING_QUERY_CAPTION :{WHITE}Change s
|
||||
|
||||
# Config errors
|
||||
STR_CONFIG_ERROR :{WHITE}Error with the configuration file...
|
||||
STR_CONFIG_ERROR_ARRAY :{WHITE}... error in array '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_INVALID_VALUE :{WHITE}... invalid value '{RAW_STRING}' for '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_TRAILING_CHARACTERS :{WHITE}... trailing characters at end of setting '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_DUPLICATE_GRFID :{WHITE}... ignoring NewGRF '{RAW_STRING}': duplicate NewGRF ID with '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_INVALID_GRF :{WHITE}... ignoring invalid NewGRF '{RAW_STRING}': {STRING}
|
||||
STR_CONFIG_ERROR_ARRAY :error in array '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_INVALID_VALUE :invalid value '{RAW_STRING}' for '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_TRAILING_CHARACTERS :trailing characters at end of setting '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_DUPLICATE_GRFID :ignoring NewGRF '{RAW_STRING}': duplicate NewGRF ID with '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_INVALID_GRF :ignoring invalid NewGRF '{RAW_STRING}': {STRING}
|
||||
STR_CONFIG_ERROR_INVALID_GRF_NOT_FOUND :not found
|
||||
STR_CONFIG_ERROR_INVALID_GRF_UNSAFE :unsafe for static use
|
||||
STR_CONFIG_ERROR_INVALID_GRF_SYSTEM :system NewGRF
|
||||
STR_CONFIG_ERROR_INVALID_GRF_INCOMPATIBLE :incompatible to this version of OpenTTD
|
||||
STR_CONFIG_ERROR_INVALID_GRF_UNKNOWN :unknown
|
||||
STR_CONFIG_ERROR_INVALID_SAVEGAME_COMPRESSION_LEVEL :{WHITE}... compression level '{RAW_STRING}' is not valid
|
||||
STR_CONFIG_ERROR_INVALID_SAVEGAME_COMPRESSION_ALGORITHM :{WHITE}... savegame format '{RAW_STRING}' is not available. Reverting to '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_INVALID_BASE_GRAPHICS_NOT_FOUND :{WHITE}... ignoring Base Graphics set '{RAW_STRING}': not found
|
||||
STR_CONFIG_ERROR_INVALID_BASE_SOUNDS_NOT_FOUND :{WHITE}... ignoring Base Sounds set '{RAW_STRING}': not found
|
||||
STR_CONFIG_ERROR_INVALID_BASE_MUSIC_NOT_FOUND :{WHITE}... ignoring Base Music set '{RAW_STRING}': not found
|
||||
STR_CONFIG_ERROR_INVALID_SAVEGAME_COMPRESSION_LEVEL :compression level '{RAW_STRING}' is not valid
|
||||
STR_CONFIG_ERROR_INVALID_SAVEGAME_COMPRESSION_ALGORITHM :savegame format '{RAW_STRING}' is not available. Reverting to '{RAW_STRING}'
|
||||
STR_CONFIG_ERROR_INVALID_BASE_GRAPHICS_NOT_FOUND :ignoring Base Graphics set '{RAW_STRING}': not found
|
||||
STR_CONFIG_ERROR_INVALID_BASE_SOUNDS_NOT_FOUND :ignoring Base Sounds set '{RAW_STRING}': not found
|
||||
STR_CONFIG_ERROR_INVALID_BASE_MUSIC_NOT_FOUND :ignoring Base Music set '{RAW_STRING}': not found
|
||||
|
||||
# Video initalization errors
|
||||
STR_VIDEO_DRIVER_ERROR :{WHITE}Error with video settings...
|
||||
STR_VIDEO_DRIVER_ERROR_NO_HARDWARE_ACCELERATION :{WHITE}... no compatible GPU found. Hardware acceleration disabled
|
||||
STR_VIDEO_DRIVER_ERROR_HARDWARE_ACCELERATION_CRASH :{WHITE}... GPU driver crashed the game. Hardware acceleration disabled
|
||||
STR_VIDEO_DRIVER_ERROR_NO_HARDWARE_ACCELERATION :no compatible GPU found. Hardware acceleration disabled
|
||||
STR_VIDEO_DRIVER_ERROR_HARDWARE_ACCELERATION_CRASH :GPU driver crashed the game. Hardware acceleration disabled
|
||||
|
||||
# Intro window
|
||||
STR_INTRO_CAPTION :{WHITE}OpenTTD
|
||||
@@ -2720,7 +2720,7 @@ STR_CONTENT_DETAIL_SELECTED_BECAUSE_OF :{SILVER}Selecte
|
||||
STR_CONTENT_DETAIL_DEPENDENCIES :{SILVER}Dependencies: {WHITE}{RAW_STRING}
|
||||
STR_CONTENT_DETAIL_TAGS :{SILVER}Tags: {WHITE}{RAW_STRING}
|
||||
STR_CONTENT_NO_ZLIB :{WHITE}OpenTTD is built without "zlib" support...
|
||||
STR_CONTENT_NO_ZLIB_SUB :{WHITE}... downloading content is not possible!
|
||||
STR_CONTENT_NO_ZLIB_SUB :downloading content is not possible!
|
||||
|
||||
# Order of these is important!
|
||||
STR_CONTENT_TYPE_BASE_GRAPHICS :Base graphics
|
||||
@@ -2744,7 +2744,7 @@ STR_CONTENT_DOWNLOAD_PROGRESS_SIZE :{WHITE}{BYTES}
|
||||
# Content downloading error messages
|
||||
STR_CONTENT_ERROR_COULD_NOT_CONNECT :{WHITE}Could not connect to the content server...
|
||||
STR_CONTENT_ERROR_COULD_NOT_DOWNLOAD :{WHITE}Downloading failed...
|
||||
STR_CONTENT_ERROR_COULD_NOT_DOWNLOAD_FILE_NOT_WRITABLE :{WHITE}... file not writable
|
||||
STR_CONTENT_ERROR_COULD_NOT_DOWNLOAD_FILE_NOT_WRITABLE :file not writable
|
||||
STR_CONTENT_ERROR_COULD_NOT_EXTRACT :{WHITE}Could not decompress the downloaded file
|
||||
|
||||
STR_MISSING_GRAPHICS_SET_CAPTION :{WHITE}Missing graphics
|
||||
@@ -4940,7 +4940,7 @@ STR_AI_GAME_SCRIPT :{BLACK}Game Scr
|
||||
STR_AI_GAME_SCRIPT_TOOLTIP :{BLACK}Check the Game Script log. Ctrl+Click to open in a new window
|
||||
|
||||
STR_ERROR_AI_NO_AI_FOUND :No suitable AI found to load.{}This AI is a dummy AI and won't do anything.{}You can download several AIs via the 'Online Content' system
|
||||
STR_ERROR_AI_PLEASE_REPORT_CRASH :{WHITE}One of the running scripts crashed. Please report this to the script author with a screenshot of the AI/Game Script Debug Window
|
||||
STR_ERROR_AI_PLEASE_REPORT_CRASH :One of the running scripts crashed. Please report this to the script author with a screenshot of the AI/Game Script Debug Window
|
||||
STR_ERROR_AI_DEBUG_SERVER_ONLY :{YELLOW}AI/Game Script Debug window is only available for the server
|
||||
|
||||
# AI configuration window
|
||||
@@ -5036,12 +5036,12 @@ STR_MESSAGE_ESTIMATED_COST :{WHITE}Estimate
|
||||
STR_MESSAGE_ESTIMATED_INCOME :{WHITE}Estimated Income: {CURRENCY_LONG}
|
||||
|
||||
# Saveload messages
|
||||
STR_ERROR_SAVE_STILL_IN_PROGRESS :{WHITE}Saving still in progress,{}please wait until it is finished!
|
||||
STR_ERROR_AUTOSAVE_FAILED :{WHITE}Autosave failed
|
||||
STR_ERROR_SAVE_STILL_IN_PROGRESS :Saving still in progress,{}please wait until it is finished!
|
||||
STR_ERROR_AUTOSAVE_FAILED :Autosave failed
|
||||
STR_ERROR_UNABLE_TO_READ_DRIVE :{BLACK}Unable to read drive
|
||||
STR_ERROR_GAME_SAVE_FAILED :{WHITE}Game save failed...
|
||||
STR_ERROR_UNABLE_TO_DELETE_FILE :{WHITE}Unable to delete file
|
||||
STR_ERROR_GAME_LOAD_FAILED :{WHITE}Game load failed...
|
||||
STR_ERROR_GAME_SAVE_FAILED :Game save failed...
|
||||
STR_ERROR_UNABLE_TO_DELETE_FILE :Unable to delete file
|
||||
STR_ERROR_GAME_LOAD_FAILED :Game load failed...
|
||||
STR_GAME_SAVELOAD_ERROR_BROKEN_INTERNAL_ERROR :Internal error: {RAW_STRING}
|
||||
STR_GAME_SAVELOAD_ERROR_BROKEN_SAVEGAME :Broken savegame - {RAW_STRING}
|
||||
STR_GAME_SAVELOAD_ERROR_TOO_NEW_SAVEGAME :Savegame is made with newer version
|
||||
@@ -5053,18 +5053,18 @@ 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_NO_TOWN_IN_SCENARIO :{WHITE}... there is no town in this scenario
|
||||
STR_ERROR_COULD_NOT_CREATE_TOWN :Map generation aborted...{}{}... no suitable town locations
|
||||
STR_ERROR_NO_TOWN_IN_SCENARIO :there is no town in this scenario
|
||||
|
||||
STR_ERROR_PNGMAP :{WHITE}Can't load landscape from PNG...
|
||||
STR_ERROR_PNGMAP_FILE_NOT_FOUND :{WHITE}... file not found
|
||||
STR_ERROR_PNGMAP_IMAGE_TYPE :{WHITE}... could not convert image type. 8 or 24-bit PNG image needed
|
||||
STR_ERROR_PNGMAP_MISC :{WHITE}... something just went wrong (probably corrupted file)
|
||||
STR_ERROR_PNGMAP :Can't load landscape from PNG...
|
||||
STR_ERROR_PNGMAP_FILE_NOT_FOUND :file not found
|
||||
STR_ERROR_PNGMAP_IMAGE_TYPE :could not convert image type. 8 or 24-bit PNG image needed
|
||||
STR_ERROR_PNGMAP_MISC :something just went wrong (probably corrupted file)
|
||||
|
||||
STR_ERROR_BMPMAP :{WHITE}Can't load landscape from BMP...
|
||||
STR_ERROR_BMPMAP_IMAGE_TYPE :{WHITE}... could not convert image type
|
||||
STR_ERROR_BMPMAP :Can't load landscape from BMP...
|
||||
STR_ERROR_BMPMAP_IMAGE_TYPE :could not convert image type
|
||||
|
||||
STR_ERROR_HEIGHTMAP_TOO_LARGE :{WHITE}... image is too large
|
||||
STR_ERROR_HEIGHTMAP_TOO_LARGE :image is too large
|
||||
|
||||
STR_WARNING_HEIGHTMAP_SCALE_CAPTION :{WHITE}Scale warning
|
||||
STR_WARNING_HEIGHTMAP_SCALE_MESSAGE :{YELLOW}Resizing source map too much is not recommended. Continue with the generation?
|
||||
@@ -5078,442 +5078,442 @@ STR_WARNING_SCREENSHOT_SIZE_MESSAGE :{YELLOW}The scr
|
||||
|
||||
STR_MESSAGE_HEIGHTMAP_SUCCESSFULLY :{WHITE}Heightmap successfully saved as '{RAW_STRING}'. Highest peak is {NUM}
|
||||
STR_MESSAGE_SCREENSHOT_SUCCESSFULLY :{WHITE}Screenshot successfully saved as '{RAW_STRING}'
|
||||
STR_ERROR_SCREENSHOT_FAILED :{WHITE}Screenshot failed!
|
||||
STR_ERROR_SCREENSHOT_FAILED :Screenshot failed!
|
||||
|
||||
# Error message titles
|
||||
STR_ERROR_MESSAGE_CAPTION :{YELLOW}Message
|
||||
STR_ERROR_MESSAGE_CAPTION_OTHER_COMPANY :{YELLOW}Message from {COMPANY}
|
||||
|
||||
# Generic construction errors
|
||||
STR_ERROR_OFF_EDGE_OF_MAP :{WHITE}Off edge of map
|
||||
STR_ERROR_TOO_CLOSE_TO_EDGE_OF_MAP :{WHITE}Too close to edge of map
|
||||
STR_ERROR_NOT_ENOUGH_CASH_REQUIRES_CURRENCY :{WHITE}Not enough cash - requires {CURRENCY_LONG}
|
||||
STR_ERROR_FLAT_LAND_REQUIRED :{WHITE}Flat land required
|
||||
STR_ERROR_LAND_SLOPED_IN_WRONG_DIRECTION :{WHITE}Land sloped in wrong direction
|
||||
STR_ERROR_CAN_T_DO_THIS :{WHITE}Can't do this...
|
||||
STR_ERROR_BUILDING_MUST_BE_DEMOLISHED :{WHITE}Building must be demolished first
|
||||
STR_ERROR_BUILDING_IS_PROTECTED :{WHITE}... building is protected
|
||||
STR_ERROR_CAN_T_CLEAR_THIS_AREA :{WHITE}Can't clear this area...
|
||||
STR_ERROR_SITE_UNSUITABLE :{WHITE}... site unsuitable
|
||||
STR_ERROR_ALREADY_BUILT :{WHITE}... already built
|
||||
STR_ERROR_OWNED_BY :{WHITE}... owned by {STRING1}
|
||||
STR_ERROR_AREA_IS_OWNED_BY_ANOTHER :{WHITE}... area is owned by another company
|
||||
STR_ERROR_TERRAFORM_LIMIT_REACHED :{WHITE}... landscaping limit reached
|
||||
STR_ERROR_CLEARING_LIMIT_REACHED :{WHITE}... tile clearing limit reached
|
||||
STR_ERROR_TREE_PLANT_LIMIT_REACHED :{WHITE}... tree planting limit reached
|
||||
STR_ERROR_NAME_MUST_BE_UNIQUE :{WHITE}Name must be unique
|
||||
STR_ERROR_GENERIC_OBJECT_IN_THE_WAY :{WHITE}{STRING} in the way
|
||||
STR_ERROR_NOT_ALLOWED_WHILE_PAUSED :{WHITE}Not allowed while paused
|
||||
STR_ERROR_OFF_EDGE_OF_MAP :off edge of map
|
||||
STR_ERROR_TOO_CLOSE_TO_EDGE_OF_MAP :too close to edge of map
|
||||
STR_ERROR_NOT_ENOUGH_CASH_REQUIRES_CURRENCY :not enough cash - requires {CURRENCY_LONG}
|
||||
STR_ERROR_FLAT_LAND_REQUIRED :flat land required
|
||||
STR_ERROR_LAND_SLOPED_IN_WRONG_DIRECTION :land sloped in wrong direction
|
||||
STR_ERROR_CAN_T_DO_THIS :Can't do this...
|
||||
STR_ERROR_BUILDING_MUST_BE_DEMOLISHED :building must be demolished first
|
||||
STR_ERROR_BUILDING_IS_PROTECTED :building is protected
|
||||
STR_ERROR_CAN_T_CLEAR_THIS_AREA :Can't clear this area...
|
||||
STR_ERROR_SITE_UNSUITABLE :site unsuitable
|
||||
STR_ERROR_ALREADY_BUILT :already built
|
||||
STR_ERROR_OWNED_BY :owned by {STRING1}
|
||||
STR_ERROR_AREA_IS_OWNED_BY_ANOTHER :area is owned by another company
|
||||
STR_ERROR_TERRAFORM_LIMIT_REACHED :landscaping limit reached
|
||||
STR_ERROR_CLEARING_LIMIT_REACHED :tile clearing limit reached
|
||||
STR_ERROR_TREE_PLANT_LIMIT_REACHED :tree planting limit reached
|
||||
STR_ERROR_NAME_MUST_BE_UNIQUE :name must be unique
|
||||
STR_ERROR_GENERIC_OBJECT_IN_THE_WAY :{STRING} in the way
|
||||
STR_ERROR_NOT_ALLOWED_WHILE_PAUSED :not allowed while paused
|
||||
|
||||
# Local authority errors
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_TO_ALLOW_THIS :{WHITE}{TOWN} local authority refuses to allow this
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_AIRPORT :{WHITE}{TOWN} local authority refuses to allow another airport to be built in this town
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_NOISE :{WHITE}{TOWN} local authority refuses permission for airport due to noise concerns
|
||||
STR_ERROR_BRIBE_FAILED :{WHITE}Your attempted bribe has been discovered by a regional investigator
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_TO_ALLOW_THIS :{TOWN} local authority refuses to allow this
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_AIRPORT :{TOWN} local authority refuses to allow another airport to be built in this town
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_NOISE :{TOWN} local authority refuses permission for airport due to noise concerns
|
||||
STR_ERROR_BRIBE_FAILED :Your attempted bribe has been discovered by a regional investigator
|
||||
|
||||
# Levelling errors
|
||||
STR_ERROR_CAN_T_RAISE_LAND_HERE :{WHITE}Can't raise land here...
|
||||
STR_ERROR_CAN_T_LOWER_LAND_HERE :{WHITE}Can't lower land here...
|
||||
STR_ERROR_CAN_T_LEVEL_LAND_HERE :{WHITE}Can't level land here...
|
||||
STR_ERROR_EXCAVATION_WOULD_DAMAGE :{WHITE}Excavation would damage tunnel
|
||||
STR_ERROR_ALREADY_AT_SEA_LEVEL :{WHITE}... already at sea level
|
||||
STR_ERROR_TOO_HIGH :{WHITE}... too high
|
||||
STR_ERROR_ALREADY_LEVELLED :{WHITE}... already flat
|
||||
STR_ERROR_BRIDGE_TOO_HIGH_AFTER_LOWER_LAND :{WHITE}Afterwards the bridge above it would be too high.
|
||||
STR_ERROR_MUST_DEMOLISH_RIVER_FIRST :{WHITE}Must demolish river first
|
||||
STR_ERROR_CAN_T_RAISE_LAND_HERE :Can't raise land here...
|
||||
STR_ERROR_CAN_T_LOWER_LAND_HERE :Can't lower land here...
|
||||
STR_ERROR_CAN_T_LEVEL_LAND_HERE :Can't level land here...
|
||||
STR_ERROR_EXCAVATION_WOULD_DAMAGE :excavation would damage tunnel
|
||||
STR_ERROR_ALREADY_AT_SEA_LEVEL :already at sea level
|
||||
STR_ERROR_TOO_HIGH :too high
|
||||
STR_ERROR_ALREADY_LEVELLED :already flat
|
||||
STR_ERROR_BRIDGE_TOO_HIGH_AFTER_LOWER_LAND :afterwards the bridge above it would be too high.
|
||||
STR_ERROR_MUST_DEMOLISH_RIVER_FIRST :must demolish river first
|
||||
|
||||
# Company related errors
|
||||
STR_ERROR_CAN_T_CHANGE_COMPANY_NAME :{WHITE}Can't change company name...
|
||||
STR_ERROR_CAN_T_CHANGE_PRESIDENT :{WHITE}Can't change manager's name...
|
||||
STR_ERROR_CAN_T_CHANGE_COMPANY_NAME :Can't change company name...
|
||||
STR_ERROR_CAN_T_CHANGE_PRESIDENT :Can't change manager's name...
|
||||
|
||||
STR_ERROR_MAXIMUM_PERMITTED_LOAN :{WHITE}... maximum permitted loan size is {CURRENCY_LONG}
|
||||
STR_ERROR_CAN_T_BORROW_ANY_MORE_MONEY :{WHITE}Can't borrow any more money...
|
||||
STR_ERROR_LOAN_ALREADY_REPAID :{WHITE}... no loan to repay
|
||||
STR_ERROR_CURRENCY_REQUIRED :{WHITE}... {CURRENCY_LONG} required
|
||||
STR_ERROR_CAN_T_REPAY_LOAN :{WHITE}Can't repay loan...
|
||||
STR_ERROR_INSUFFICIENT_FUNDS :{WHITE}Can't give away money that is loaned from the bank...
|
||||
STR_ERROR_CAN_T_GIVE_MONEY :{WHITE}Can't give away money to this company...
|
||||
STR_ERROR_CAN_T_BUY_COMPANY :{WHITE}Can't buy company...
|
||||
STR_ERROR_CAN_T_BUILD_COMPANY_HEADQUARTERS :{WHITE}Can't build company headquarters...
|
||||
STR_ERROR_MAXIMUM_PERMITTED_LOAN :maximum permitted loan size is {CURRENCY_LONG}
|
||||
STR_ERROR_CAN_T_BORROW_ANY_MORE_MONEY :Can't borrow any more money...
|
||||
STR_ERROR_LOAN_ALREADY_REPAID :no loan to repay
|
||||
STR_ERROR_CURRENCY_REQUIRED :{CURRENCY_LONG} required
|
||||
STR_ERROR_CAN_T_REPAY_LOAN :Can't repay loan...
|
||||
STR_ERROR_INSUFFICIENT_FUNDS :Can't give away money that is loaned from the bank...
|
||||
STR_ERROR_CAN_T_GIVE_MONEY :Can't give away money to this company...
|
||||
STR_ERROR_CAN_T_BUY_COMPANY :Can't buy company...
|
||||
STR_ERROR_CAN_T_BUILD_COMPANY_HEADQUARTERS :Can't build company headquarters...
|
||||
|
||||
# Town related errors
|
||||
STR_ERROR_CAN_T_GENERATE_TOWN :{WHITE}Can't build any towns...
|
||||
STR_ERROR_CAN_T_RENAME_TOWN :{WHITE}Can't rename town...
|
||||
STR_ERROR_CAN_T_FOUND_TOWN_HERE :{WHITE}Can't found town here...
|
||||
STR_ERROR_CAN_T_EXPAND_TOWN :{WHITE}Can't expand town...
|
||||
STR_ERROR_TOO_CLOSE_TO_EDGE_OF_MAP_SUB :{WHITE}... too close to edge of map
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_TOWN :{WHITE}... too close to another town
|
||||
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_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...
|
||||
STR_ERROR_CAN_T_GENERATE_TOWN :Can't build any towns...
|
||||
STR_ERROR_CAN_T_RENAME_TOWN :Can't rename town...
|
||||
STR_ERROR_CAN_T_FOUND_TOWN_HERE :Can't found town here...
|
||||
STR_ERROR_CAN_T_EXPAND_TOWN :Can't expand town...
|
||||
STR_ERROR_TOO_CLOSE_TO_EDGE_OF_MAP_SUB :too close to edge of map
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_TOWN :too close to another town
|
||||
STR_ERROR_TOO_MANY_TOWNS :too many towns
|
||||
STR_ERROR_NO_SPACE_FOR_TOWN :there is no more space on the map
|
||||
STR_ERROR_ROAD_WORKS_IN_PROGRESS :road works in progress
|
||||
STR_ERROR_TOWN_CAN_T_DELETE :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 :there is no suitable place for a statue in the centre of this town
|
||||
STR_ERROR_CAN_T_BUILD_HOUSE :Can't build house...
|
||||
|
||||
# Industry related errors
|
||||
STR_ERROR_TOO_MANY_INDUSTRIES :{WHITE}... too many industries
|
||||
STR_ERROR_CAN_T_GENERATE_INDUSTRIES :{WHITE}Can't generate industries...
|
||||
STR_ERROR_CAN_T_BUILD_HERE :{WHITE}Can't build {STRING} here...
|
||||
STR_ERROR_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Can't construct this industry type here...
|
||||
STR_ERROR_CAN_T_PROSPECT_INDUSTRY :{WHITE}Can't prospect industry...
|
||||
STR_ERROR_INDUSTRY_TOO_CLOSE :{WHITE}... too close to another industry
|
||||
STR_ERROR_MUST_FOUND_TOWN_FIRST :{WHITE}... must found town first
|
||||
STR_ERROR_ONLY_ONE_ALLOWED_PER_TOWN :{WHITE}... only one allowed per town
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_TOWNS_WITH_POPULATION_OF_1200 :{WHITE}... can only be built in towns with a population of at least 1200
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_RAINFOREST :{WHITE}... can only be built in rainforest areas
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_DESERT :{WHITE}... can only be built in desert areas
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_TOWNS :{WHITE}... can only be built in towns (replacing houses)
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_NEAR_TOWN_CENTER :{WHITE}... can only be built near the center of towns
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_LOW_AREAS :{WHITE}... can only be built in low areas
|
||||
STR_ERROR_CAN_ONLY_BE_POSITIONED :{WHITE}... can only be positioned near edges of map
|
||||
STR_ERROR_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}... forest can only be planted above snow-line
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_ABOVE_SNOW_LINE :{WHITE}... can only be built above the snow-line
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_BELOW_SNOW_LINE :{WHITE}... can only be built below the snow-line
|
||||
STR_ERROR_TOO_MANY_INDUSTRIES :too many industries
|
||||
STR_ERROR_CAN_T_GENERATE_INDUSTRIES :Can't generate industries...
|
||||
STR_ERROR_CAN_T_BUILD_HERE :Can't build {STRING} here...
|
||||
STR_ERROR_CAN_T_CONSTRUCT_THIS_INDUSTRY :Can't construct this industry type here...
|
||||
STR_ERROR_CAN_T_PROSPECT_INDUSTRY :Can't prospect industry...
|
||||
STR_ERROR_INDUSTRY_TOO_CLOSE :too close to another industry
|
||||
STR_ERROR_MUST_FOUND_TOWN_FIRST :must found town first
|
||||
STR_ERROR_ONLY_ONE_ALLOWED_PER_TOWN :only one allowed per town
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_TOWNS_WITH_POPULATION_OF_1200 :can only be built in towns with a population of at least 1200
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_RAINFOREST :can only be built in rainforest areas
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_DESERT :can only be built in desert areas
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_TOWNS :can only be built in towns (replacing houses)
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_NEAR_TOWN_CENTER :can only be built near the center of towns
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_IN_LOW_AREAS :can only be built in low areas
|
||||
STR_ERROR_CAN_ONLY_BE_POSITIONED :can only be positioned near edges of map
|
||||
STR_ERROR_FOREST_CAN_ONLY_BE_PLANTED :forest can only be planted above snow-line
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_ABOVE_SNOW_LINE :can only be built above the snow-line
|
||||
STR_ERROR_CAN_ONLY_BE_BUILT_BELOW_SNOW_LINE :can only be built below the snow-line
|
||||
|
||||
STR_ERROR_PROSPECTING_WAS_UNLUCKY :{WHITE}The funding failed to prospect due to bad luck; try again
|
||||
STR_ERROR_NO_SUITABLE_PLACES_FOR_PROSPECTING :{WHITE}There were no suitable places to prospect for this industry
|
||||
STR_ERROR_NO_SUITABLE_PLACES_FOR_INDUSTRIES :{WHITE}There were no suitable places for '{STRING}' industries
|
||||
STR_ERROR_NO_SUITABLE_PLACES_FOR_INDUSTRIES_EXPLANATION :{WHITE}Change the map generation parameters to get a better map
|
||||
STR_ERROR_PROSPECTING_WAS_UNLUCKY :the funding failed to prospect due to bad luck; try again
|
||||
STR_ERROR_NO_SUITABLE_PLACES_FOR_PROSPECTING :there were no suitable places to prospect for this industry
|
||||
STR_ERROR_NO_SUITABLE_PLACES_FOR_INDUSTRIES :there were no suitable places for '{STRING}' industries
|
||||
STR_ERROR_NO_SUITABLE_PLACES_FOR_INDUSTRIES_EXPLANATION :change the map generation parameters to get a better map
|
||||
|
||||
# Station construction related errors
|
||||
STR_ERROR_CAN_T_BUILD_RAILROAD_STATION :{WHITE}Can't build railway station here...
|
||||
STR_ERROR_CAN_T_BUILD_BUS_STATION :{WHITE}Can't build bus station...
|
||||
STR_ERROR_CAN_T_BUILD_TRUCK_STATION :{WHITE}Can't build lorry station...
|
||||
STR_ERROR_CAN_T_BUILD_PASSENGER_TRAM_STATION :{WHITE}Can't build passenger tram station...
|
||||
STR_ERROR_CAN_T_BUILD_CARGO_TRAM_STATION :{WHITE}Can't build freight tram station...
|
||||
STR_ERROR_CAN_T_BUILD_DOCK_HERE :{WHITE}Can't build dock here...
|
||||
STR_ERROR_CAN_T_BUILD_AIRPORT_HERE :{WHITE}Can't build airport here...
|
||||
STR_ERROR_CAN_T_BUILD_RAILROAD_STATION :Can't build railway station here...
|
||||
STR_ERROR_CAN_T_BUILD_BUS_STATION :Can't build bus station...
|
||||
STR_ERROR_CAN_T_BUILD_TRUCK_STATION :Can't build lorry station...
|
||||
STR_ERROR_CAN_T_BUILD_PASSENGER_TRAM_STATION :Can't build passenger tram station...
|
||||
STR_ERROR_CAN_T_BUILD_CARGO_TRAM_STATION :Can't build freight tram station...
|
||||
STR_ERROR_CAN_T_BUILD_DOCK_HERE :Can't build dock here...
|
||||
STR_ERROR_CAN_T_BUILD_AIRPORT_HERE :Can't build airport here...
|
||||
|
||||
STR_ERROR_ADJOINS_MORE_THAN_ONE_EXISTING :{WHITE}Adjoins more than one existing station/loading area
|
||||
STR_ERROR_STATION_TOO_SPREAD_OUT :{WHITE}... station too spread out
|
||||
STR_ERROR_STATION_DISALLOWED_NUMBER_TRACKS :{WHITE}... unsupported number of tracks
|
||||
STR_ERROR_STATION_DISALLOWED_LENGTH :{WHITE}... unsupported length
|
||||
STR_ERROR_TOO_MANY_STATIONS_LOADING :{WHITE}Too many stations/loading areas
|
||||
STR_ERROR_TOO_MANY_STATION_SPECS :{WHITE}Too many railway station parts
|
||||
STR_ERROR_TOO_MANY_BUS_STOPS :{WHITE}Too many bus stops
|
||||
STR_ERROR_TOO_MANY_TRUCK_STOPS :{WHITE}Too many lorry stations
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_DOCK :{WHITE}Too close to another dock
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_AIRPORT :{WHITE}Too close to another airport
|
||||
STR_ERROR_CAN_T_RENAME_STATION :{WHITE}Can't rename station...
|
||||
STR_ERROR_CAN_T_MOVE_STATION_NAME :{WHITE}Can't move station sign...
|
||||
STR_ERROR_DRIVE_THROUGH_ON_TOWN_ROAD :{WHITE}... road owned by a town
|
||||
STR_ERROR_DRIVE_THROUGH_DIRECTION :{WHITE}... road facing in the wrong direction
|
||||
STR_ERROR_DRIVE_THROUGH_CORNER :{WHITE}... drive through stops can't have corners
|
||||
STR_ERROR_DRIVE_THROUGH_JUNCTION :{WHITE}... drive through stops can't have junctions
|
||||
STR_ERROR_ADJOINS_MORE_THAN_ONE_EXISTING :adjoins more than one existing station/loading area
|
||||
STR_ERROR_STATION_TOO_SPREAD_OUT :station too spread out
|
||||
STR_ERROR_STATION_DISALLOWED_NUMBER_TRACKS :unsupported number of tracks
|
||||
STR_ERROR_STATION_DISALLOWED_LENGTH :unsupported length
|
||||
STR_ERROR_TOO_MANY_STATIONS_LOADING :too many stations/loading areas
|
||||
STR_ERROR_TOO_MANY_STATION_SPECS :too many railway station parts
|
||||
STR_ERROR_TOO_MANY_BUS_STOPS :too many bus stops
|
||||
STR_ERROR_TOO_MANY_TRUCK_STOPS :too many lorry stations
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_DOCK :too close to another dock
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_AIRPORT :too close to another airport
|
||||
STR_ERROR_CAN_T_RENAME_STATION :Can't rename station...
|
||||
STR_ERROR_CAN_T_MOVE_STATION_NAME :Can't move station sign...
|
||||
STR_ERROR_DRIVE_THROUGH_ON_TOWN_ROAD :road owned by a town
|
||||
STR_ERROR_DRIVE_THROUGH_DIRECTION :road facing in the wrong direction
|
||||
STR_ERROR_DRIVE_THROUGH_CORNER :drive through stops can't have corners
|
||||
STR_ERROR_DRIVE_THROUGH_JUNCTION :drive through stops can't have junctions
|
||||
|
||||
# Station destruction related errors
|
||||
STR_ERROR_CAN_T_REMOVE_PART_OF_STATION :{WHITE}Can't remove part of station...
|
||||
STR_ERROR_MUST_REMOVE_RAILWAY_STATION_FIRST :{WHITE}Must remove railway station first
|
||||
STR_ERROR_CAN_T_REMOVE_BUS_STATION :{WHITE}Can't remove bus station...
|
||||
STR_ERROR_CAN_T_REMOVE_TRUCK_STATION :{WHITE}Can't remove lorry station...
|
||||
STR_ERROR_CAN_T_REMOVE_PASSENGER_TRAM_STATION :{WHITE}Can't remove passenger tram station...
|
||||
STR_ERROR_CAN_T_REMOVE_CARGO_TRAM_STATION :{WHITE}Can't remove freight tram station...
|
||||
STR_ERROR_MUST_REMOVE_ROAD_STOP_FIRST :{WHITE}Must remove road stop first
|
||||
STR_ERROR_THERE_IS_NO_STATION :{WHITE}... there is no station here
|
||||
STR_ERROR_CAN_T_REMOVE_PART_OF_STATION :Can't remove part of station...
|
||||
STR_ERROR_MUST_REMOVE_RAILWAY_STATION_FIRST :must remove railway station first
|
||||
STR_ERROR_CAN_T_REMOVE_BUS_STATION :Can't remove bus station...
|
||||
STR_ERROR_CAN_T_REMOVE_TRUCK_STATION :Can't remove lorry station...
|
||||
STR_ERROR_CAN_T_REMOVE_PASSENGER_TRAM_STATION :Can't remove passenger tram station...
|
||||
STR_ERROR_CAN_T_REMOVE_CARGO_TRAM_STATION :Can't remove freight tram station...
|
||||
STR_ERROR_MUST_REMOVE_ROAD_STOP_FIRST :must remove road stop first
|
||||
STR_ERROR_THERE_IS_NO_STATION :there is no station here
|
||||
|
||||
STR_ERROR_MUST_DEMOLISH_RAILROAD :{WHITE}Must demolish railway station first
|
||||
STR_ERROR_MUST_DEMOLISH_BUS_STATION_FIRST :{WHITE}Must demolish bus station first
|
||||
STR_ERROR_MUST_DEMOLISH_TRUCK_STATION_FIRST :{WHITE}Must demolish lorry station first
|
||||
STR_ERROR_MUST_DEMOLISH_PASSENGER_TRAM_STATION_FIRST :{WHITE}Must demolish passenger tram station first
|
||||
STR_ERROR_MUST_DEMOLISH_CARGO_TRAM_STATION_FIRST :{WHITE}Must demolish freight tram station first
|
||||
STR_ERROR_MUST_DEMOLISH_DOCK_FIRST :{WHITE}Must demolish dock first
|
||||
STR_ERROR_MUST_DEMOLISH_AIRPORT_FIRST :{WHITE}Must demolish airport first
|
||||
STR_ERROR_MUST_DEMOLISH_RAILROAD :must demolish railway station first
|
||||
STR_ERROR_MUST_DEMOLISH_BUS_STATION_FIRST :must demolish bus station first
|
||||
STR_ERROR_MUST_DEMOLISH_TRUCK_STATION_FIRST :must demolish lorry station first
|
||||
STR_ERROR_MUST_DEMOLISH_PASSENGER_TRAM_STATION_FIRST :must demolish passenger tram station first
|
||||
STR_ERROR_MUST_DEMOLISH_CARGO_TRAM_STATION_FIRST :must demolish freight tram station first
|
||||
STR_ERROR_MUST_DEMOLISH_DOCK_FIRST :must demolish dock first
|
||||
STR_ERROR_MUST_DEMOLISH_AIRPORT_FIRST :must demolish airport first
|
||||
|
||||
# Waypoint related errors
|
||||
STR_ERROR_WAYPOINT_ADJOINS_MORE_THAN_ONE_EXISTING :{WHITE}Adjoins more than one existing waypoint
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_WAYPOINT :{WHITE}Too close to another waypoint
|
||||
STR_ERROR_WAYPOINT_ADJOINS_MORE_THAN_ONE_EXISTING :adjoins more than one existing waypoint
|
||||
STR_ERROR_TOO_CLOSE_TO_ANOTHER_WAYPOINT :too close to another waypoint
|
||||
|
||||
STR_ERROR_CAN_T_BUILD_RAIL_WAYPOINT :{WHITE}Can't build rail waypoint here...
|
||||
STR_ERROR_CAN_T_BUILD_ROAD_WAYPOINT :{WHITE}Can't build road waypoint here...
|
||||
STR_ERROR_CAN_T_POSITION_BUOY_HERE :{WHITE}Can't place buoy here...
|
||||
STR_ERROR_CAN_T_CHANGE_WAYPOINT_NAME :{WHITE}Can't change waypoint name...
|
||||
STR_ERROR_CAN_T_MOVE_WAYPOINT_NAME :{WHITE}Can't move waypoint sign...
|
||||
STR_ERROR_CAN_T_BUILD_RAIL_WAYPOINT :Can't build rail waypoint here...
|
||||
STR_ERROR_CAN_T_BUILD_ROAD_WAYPOINT :Can't build road waypoint here...
|
||||
STR_ERROR_CAN_T_POSITION_BUOY_HERE :Can't place buoy here...
|
||||
STR_ERROR_CAN_T_CHANGE_WAYPOINT_NAME :Can't change waypoint name...
|
||||
STR_ERROR_CAN_T_MOVE_WAYPOINT_NAME :Can't move waypoint sign...
|
||||
|
||||
STR_ERROR_CAN_T_REMOVE_RAIL_WAYPOINT :{WHITE}Can't remove rail waypoint here...
|
||||
STR_ERROR_CAN_T_REMOVE_ROAD_WAYPOINT :{WHITE}Can't remove road waypoint here...
|
||||
STR_ERROR_MUST_REMOVE_RAILWAYPOINT_FIRST :{WHITE}Must remove rail waypoint first
|
||||
STR_ERROR_MUST_REMOVE_ROADWAYPOINT_FIRST :{WHITE}Must remove road waypoint first
|
||||
STR_ERROR_BUOY_IN_THE_WAY :{WHITE}... buoy in the way
|
||||
STR_ERROR_BUOY_IS_IN_USE :{WHITE}... buoy is in use by another company!
|
||||
STR_ERROR_CAN_T_REMOVE_RAIL_WAYPOINT :Can't remove rail waypoint here...
|
||||
STR_ERROR_CAN_T_REMOVE_ROAD_WAYPOINT :Can't remove road waypoint here...
|
||||
STR_ERROR_MUST_REMOVE_RAILWAYPOINT_FIRST :must remove rail waypoint first
|
||||
STR_ERROR_MUST_REMOVE_ROADWAYPOINT_FIRST :must remove road waypoint first
|
||||
STR_ERROR_BUOY_IN_THE_WAY :buoy in the way
|
||||
STR_ERROR_BUOY_IS_IN_USE :buoy is in use by another company!
|
||||
|
||||
# Depot related errors
|
||||
STR_ERROR_CAN_T_BUILD_TRAIN_DEPOT :{WHITE}Can't build train depot here...
|
||||
STR_ERROR_CAN_T_BUILD_ROAD_DEPOT :{WHITE}Can't build road vehicle depot here...
|
||||
STR_ERROR_CAN_T_BUILD_TRAM_DEPOT :{WHITE}Can't build tram vehicle depot here...
|
||||
STR_ERROR_CAN_T_BUILD_SHIP_DEPOT :{WHITE}Can't build ship depot here...
|
||||
STR_ERROR_CAN_T_BUILD_TRAIN_DEPOT :Can't build train depot here...
|
||||
STR_ERROR_CAN_T_BUILD_ROAD_DEPOT :Can't build road vehicle depot here...
|
||||
STR_ERROR_CAN_T_BUILD_TRAM_DEPOT :Can't build tram vehicle depot here...
|
||||
STR_ERROR_CAN_T_BUILD_SHIP_DEPOT :Can't build ship depot here...
|
||||
|
||||
STR_ERROR_CAN_T_RENAME_DEPOT :{WHITE}Can't rename depot...
|
||||
STR_ERROR_CAN_T_RENAME_DEPOT :Can't rename depot...
|
||||
|
||||
STR_ERROR_TRAIN_MUST_BE_STOPPED_INSIDE_DEPOT :{WHITE}... must be stopped inside a depot
|
||||
STR_ERROR_ROAD_VEHICLE_MUST_BE_STOPPED_INSIDE_DEPOT :{WHITE}... must be stopped inside a depot
|
||||
STR_ERROR_SHIP_MUST_BE_STOPPED_INSIDE_DEPOT :{WHITE}... must be stopped inside a depot
|
||||
STR_ERROR_AIRCRAFT_MUST_BE_STOPPED_INSIDE_HANGAR :{WHITE}... must be stopped inside a hangar
|
||||
STR_ERROR_TRAIN_MUST_BE_STOPPED_INSIDE_DEPOT :must be stopped inside a depot
|
||||
STR_ERROR_ROAD_VEHICLE_MUST_BE_STOPPED_INSIDE_DEPOT :must be stopped inside a depot
|
||||
STR_ERROR_SHIP_MUST_BE_STOPPED_INSIDE_DEPOT :must be stopped inside a depot
|
||||
STR_ERROR_AIRCRAFT_MUST_BE_STOPPED_INSIDE_HANGAR :must be stopped inside a hangar
|
||||
|
||||
STR_ERROR_TRAINS_CAN_ONLY_BE_ALTERED_INSIDE_A_DEPOT :{WHITE}Trains can only be altered when stopped inside a depot
|
||||
STR_ERROR_TRAIN_TOO_LONG :{WHITE}Train too long
|
||||
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE :{WHITE}Can't reverse direction of vehicle...
|
||||
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE_MULTIPLE_UNITS :{WHITE}... consists of multiple units
|
||||
STR_ERROR_INCOMPATIBLE_RAIL_TYPES :Incompatible rail types
|
||||
STR_ERROR_TRAINS_CAN_ONLY_BE_ALTERED_INSIDE_A_DEPOT :trains can only be altered when stopped inside a depot
|
||||
STR_ERROR_TRAIN_TOO_LONG :train is too long
|
||||
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE :Can't reverse direction of vehicle...
|
||||
STR_ERROR_CAN_T_REVERSE_DIRECTION_RAIL_VEHICLE_MULTIPLE_UNITS :consists of multiple units
|
||||
STR_ERROR_INCOMPATIBLE_RAIL_TYPES :incompatible rail types
|
||||
|
||||
STR_ERROR_CAN_T_MOVE_VEHICLE :{WHITE}Can't move vehicle...
|
||||
STR_ERROR_REAR_ENGINE_FOLLOW_FRONT :{WHITE}The rear engine will always follow its front counterpart
|
||||
STR_ERROR_UNABLE_TO_FIND_ROUTE_TO :{WHITE}Unable to find route to local depot
|
||||
STR_ERROR_UNABLE_TO_FIND_LOCAL_DEPOT :{WHITE}Unable to find local depot
|
||||
STR_ERROR_CAN_T_MOVE_VEHICLE :Can't move vehicle...
|
||||
STR_ERROR_REAR_ENGINE_FOLLOW_FRONT :the rear engine will always follow its front counterpart
|
||||
STR_ERROR_UNABLE_TO_FIND_ROUTE_TO :unable to find route to local depot
|
||||
STR_ERROR_UNABLE_TO_FIND_LOCAL_DEPOT :unable to find local depot
|
||||
|
||||
STR_ERROR_DEPOT_WRONG_DEPOT_TYPE :Wrong depot type
|
||||
STR_ERROR_DEPOT_WRONG_DEPOT_TYPE :wrong depot type
|
||||
|
||||
# Depot unbunching related errors
|
||||
STR_ERROR_UNBUNCHING_ONLY_ONE_ALLOWED :{WHITE}... can only have one unbunching order
|
||||
STR_ERROR_UNBUNCHING_NO_FULL_LOAD :{WHITE}... cannot use full load orders when vehicle has an unbunching order
|
||||
STR_ERROR_UNBUNCHING_NO_UNBUNCHING_FULL_LOAD :{WHITE}... cannot unbunch a vehicle with a full load order
|
||||
STR_ERROR_UNBUNCHING_NO_CONDITIONAL :{WHITE}... cannot use conditional orders when vehicle has an unbunching order
|
||||
STR_ERROR_UNBUNCHING_NO_UNBUNCHING_CONDITIONAL :{WHITE}... cannot unbunch a vehicle with a conditional order
|
||||
STR_ERROR_UNBUNCHING_ONLY_ONE_ALLOWED :can only have one unbunching order
|
||||
STR_ERROR_UNBUNCHING_NO_FULL_LOAD :cannot use full load orders when vehicle has an unbunching order
|
||||
STR_ERROR_UNBUNCHING_NO_UNBUNCHING_FULL_LOAD :cannot unbunch a vehicle with a full load order
|
||||
STR_ERROR_UNBUNCHING_NO_CONDITIONAL :cannot use conditional orders when vehicle has an unbunching order
|
||||
STR_ERROR_UNBUNCHING_NO_UNBUNCHING_CONDITIONAL :cannot unbunch a vehicle with a conditional order
|
||||
|
||||
# Autoreplace related errors
|
||||
STR_ERROR_TRAIN_TOO_LONG_AFTER_REPLACEMENT :{WHITE}{VEHICLE} is too long after replacement
|
||||
STR_ERROR_AUTOREPLACE_NOTHING_TO_DO :{WHITE}No autoreplace/renew rules applied
|
||||
STR_ERROR_TRAIN_TOO_LONG_AFTER_REPLACEMENT :{VEHICLE} is too long after replacement
|
||||
STR_ERROR_AUTOREPLACE_NOTHING_TO_DO :No autoreplace/renew rules applied
|
||||
STR_ERROR_AUTOREPLACE_MONEY_LIMIT :(money limit)
|
||||
STR_ERROR_AUTOREPLACE_INCOMPATIBLE_CARGO :{WHITE}New vehicle can't carry {STRING}
|
||||
STR_ERROR_AUTOREPLACE_INCOMPATIBLE_REFIT :{WHITE}New vehicle can't do refit in order {NUM}
|
||||
STR_ERROR_AUTOREPLACE_INCOMPATIBLE_CARGO :New vehicle can't carry {STRING}
|
||||
STR_ERROR_AUTOREPLACE_INCOMPATIBLE_REFIT :New vehicle can't do refit in order {NUM}
|
||||
|
||||
# Rail construction errors
|
||||
STR_ERROR_IMPOSSIBLE_TRACK_COMBINATION :{WHITE}Impossible track combination
|
||||
STR_ERROR_MUST_REMOVE_SIGNALS_FIRST :{WHITE}Must remove signals first
|
||||
STR_ERROR_NO_SUITABLE_RAILROAD_TRACK :{WHITE}No suitable railway track
|
||||
STR_ERROR_MUST_REMOVE_RAILROAD_TRACK :{WHITE}Must remove railway track first
|
||||
STR_ERROR_CROSSING_ON_ONEWAY_ROAD :{WHITE}Road is one way or blocked
|
||||
STR_ERROR_CROSSING_DISALLOWED_RAIL :{WHITE}Level crossings not allowed for this rail type
|
||||
STR_ERROR_CROSSING_DISALLOWED_ROAD :{WHITE}Level crossings not allowed for this road type
|
||||
STR_ERROR_CAN_T_BUILD_SIGNALS_HERE :{WHITE}Can't build signals here...
|
||||
STR_ERROR_CAN_T_BUILD_RAILROAD_TRACK :{WHITE}Can't build railway track here...
|
||||
STR_ERROR_CAN_T_REMOVE_RAILROAD_TRACK :{WHITE}Can't remove railway track from here...
|
||||
STR_ERROR_CAN_T_REMOVE_SIGNALS_FROM :{WHITE}Can't remove signals from here...
|
||||
STR_ERROR_SIGNAL_CAN_T_CONVERT_SIGNALS_HERE :{WHITE}Can't convert signals here...
|
||||
STR_ERROR_THERE_IS_NO_RAILROAD_TRACK :{WHITE}... there is no railway track
|
||||
STR_ERROR_THERE_ARE_NO_SIGNALS :{WHITE}... there are no signals
|
||||
STR_ERROR_IMPOSSIBLE_TRACK_COMBINATION :impossible track combination
|
||||
STR_ERROR_MUST_REMOVE_SIGNALS_FIRST :must remove signals first
|
||||
STR_ERROR_NO_SUITABLE_RAILROAD_TRACK :no suitable railway track
|
||||
STR_ERROR_MUST_REMOVE_RAILROAD_TRACK :must remove railway track first
|
||||
STR_ERROR_CROSSING_ON_ONEWAY_ROAD :road is one way or blocked
|
||||
STR_ERROR_CROSSING_DISALLOWED_RAIL :level crossings not allowed for this rail type
|
||||
STR_ERROR_CROSSING_DISALLOWED_ROAD :level crossings not allowed for this road type
|
||||
STR_ERROR_CAN_T_BUILD_SIGNALS_HERE :Can't build signals here...
|
||||
STR_ERROR_CAN_T_BUILD_RAILROAD_TRACK :Can't build railway track here...
|
||||
STR_ERROR_CAN_T_REMOVE_RAILROAD_TRACK :Can't remove railway track from here...
|
||||
STR_ERROR_CAN_T_REMOVE_SIGNALS_FROM :Can't remove signals from here...
|
||||
STR_ERROR_SIGNAL_CAN_T_CONVERT_SIGNALS_HERE :Can't convert signals here...
|
||||
STR_ERROR_THERE_IS_NO_RAILROAD_TRACK :there is no railway track
|
||||
STR_ERROR_THERE_ARE_NO_SIGNALS :there are no signals
|
||||
|
||||
STR_ERROR_CAN_T_CONVERT_RAIL :{WHITE}Can't convert rail type here...
|
||||
STR_ERROR_CAN_T_CONVERT_RAIL :Can't convert rail type here...
|
||||
|
||||
# Road construction errors
|
||||
STR_ERROR_MUST_REMOVE_ROAD_FIRST :{WHITE}Must remove road first
|
||||
STR_ERROR_ONEWAY_ROADS_CAN_T_HAVE_JUNCTION :{WHITE}... one way roads can't have junctions
|
||||
STR_ERROR_CAN_T_BUILD_ROAD_HERE :{WHITE}Can't build road here...
|
||||
STR_ERROR_CAN_T_BUILD_TRAMWAY_HERE :{WHITE}Can't build tramway here...
|
||||
STR_ERROR_CAN_T_REMOVE_ROAD_FROM :{WHITE}Can't remove road from here...
|
||||
STR_ERROR_CAN_T_REMOVE_TRAMWAY_FROM :{WHITE}Can't remove tramway from here...
|
||||
STR_ERROR_THERE_IS_NO_ROAD :{WHITE}... there is no road
|
||||
STR_ERROR_THERE_IS_NO_TRAMWAY :{WHITE}... there is no tramway
|
||||
STR_ERROR_CAN_T_CONVERT_ROAD :{WHITE}Can't convert road type here...
|
||||
STR_ERROR_CAN_T_CONVERT_TRAMWAY :{WHITE}Can't convert tram type here...
|
||||
STR_ERROR_NO_SUITABLE_ROAD :{WHITE}No suitable road
|
||||
STR_ERROR_NO_SUITABLE_TRAMWAY :{WHITE}No suitable tramway
|
||||
STR_ERROR_MUST_REMOVE_ROAD_FIRST :must remove road first
|
||||
STR_ERROR_ONEWAY_ROADS_CAN_T_HAVE_JUNCTION :one way roads can't have junctions
|
||||
STR_ERROR_CAN_T_BUILD_ROAD_HERE :Can't build road here...
|
||||
STR_ERROR_CAN_T_BUILD_TRAMWAY_HERE :Can't build tramway here...
|
||||
STR_ERROR_CAN_T_REMOVE_ROAD_FROM :Can't remove road from here...
|
||||
STR_ERROR_CAN_T_REMOVE_TRAMWAY_FROM :Can't remove tramway from here...
|
||||
STR_ERROR_THERE_IS_NO_ROAD :there is no road
|
||||
STR_ERROR_THERE_IS_NO_TRAMWAY :there is no tramway
|
||||
STR_ERROR_CAN_T_CONVERT_ROAD :Can't convert road type here...
|
||||
STR_ERROR_CAN_T_CONVERT_TRAMWAY :Can't convert tram type here...
|
||||
STR_ERROR_NO_SUITABLE_ROAD :no suitable road
|
||||
STR_ERROR_NO_SUITABLE_TRAMWAY :no suitable tramway
|
||||
|
||||
# Waterway construction errors
|
||||
STR_ERROR_CAN_T_BUILD_CANALS :{WHITE}Can't build canals here...
|
||||
STR_ERROR_CAN_T_BUILD_LOCKS :{WHITE}Can't build locks here...
|
||||
STR_ERROR_CAN_T_PLACE_RIVERS :{WHITE}Can't place rivers here...
|
||||
STR_ERROR_MUST_BE_BUILT_ON_WATER :{WHITE}... must be built on water
|
||||
STR_ERROR_CAN_T_BUILD_ON_WATER :{WHITE}... can't build on water
|
||||
STR_ERROR_CAN_T_BUILD_ON_SEA :{WHITE}... can't build on open sea
|
||||
STR_ERROR_CAN_T_BUILD_ON_CANAL :{WHITE}... can't build on canal
|
||||
STR_ERROR_CAN_T_BUILD_ON_RIVER :{WHITE}... can't build on river
|
||||
STR_ERROR_MUST_DEMOLISH_CANAL_FIRST :{WHITE}Must demolish canal first
|
||||
STR_ERROR_CAN_T_BUILD_AQUEDUCT_HERE :{WHITE}Can't build aqueduct here...
|
||||
STR_ERROR_CAN_T_BUILD_CANALS :Can't build canals here...
|
||||
STR_ERROR_CAN_T_BUILD_LOCKS :Can't build locks here...
|
||||
STR_ERROR_CAN_T_PLACE_RIVERS :Can't place rivers here...
|
||||
STR_ERROR_MUST_BE_BUILT_ON_WATER :must be built on water
|
||||
STR_ERROR_CAN_T_BUILD_ON_WATER :can't build on water
|
||||
STR_ERROR_CAN_T_BUILD_ON_SEA :can't build on open sea
|
||||
STR_ERROR_CAN_T_BUILD_ON_CANAL :can't build on canal
|
||||
STR_ERROR_CAN_T_BUILD_ON_RIVER :can't build on river
|
||||
STR_ERROR_MUST_DEMOLISH_CANAL_FIRST :must demolish canal first
|
||||
STR_ERROR_CAN_T_BUILD_AQUEDUCT_HERE :Can't build aqueduct here...
|
||||
|
||||
# Tree related errors
|
||||
STR_ERROR_TREE_ALREADY_HERE :{WHITE}... tree already here
|
||||
STR_ERROR_TREE_WRONG_TERRAIN_FOR_TREE_TYPE :{WHITE}... wrong terrain for tree type
|
||||
STR_ERROR_CAN_T_PLANT_TREE_HERE :{WHITE}Can't plant tree here...
|
||||
STR_ERROR_TREE_ALREADY_HERE :tree already here
|
||||
STR_ERROR_TREE_WRONG_TERRAIN_FOR_TREE_TYPE :wrong terrain for tree type
|
||||
STR_ERROR_CAN_T_PLANT_TREE_HERE :Can't plant tree here...
|
||||
|
||||
# Bridge related errors
|
||||
STR_ERROR_CAN_T_BUILD_BRIDGE_HERE :{WHITE}Can't build bridge here...
|
||||
STR_ERROR_MUST_DEMOLISH_BRIDGE_FIRST :{WHITE}Must demolish bridge first
|
||||
STR_ERROR_CAN_T_START_AND_END_ON :{WHITE}Can't start and end in the same spot
|
||||
STR_ERROR_BRIDGEHEADS_NOT_SAME_HEIGHT :{WHITE}Bridge heads not at the same level
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_TERRAIN :{WHITE}Bridge is too low for the terrain
|
||||
STR_ERROR_BRIDGE_TOO_HIGH_FOR_TERRAIN :{WHITE}Bridge is too high for this terrain.
|
||||
STR_ERROR_START_AND_END_MUST_BE_IN :{WHITE}Start and end must be in line
|
||||
STR_ERROR_ENDS_OF_BRIDGE_MUST_BOTH :{WHITE}... ends of bridge must both be on land
|
||||
STR_ERROR_BRIDGE_TOO_LONG :{WHITE}... bridge too long
|
||||
STR_ERROR_BRIDGE_THROUGH_MAP_BORDER :{WHITE}Bridge would end out of the map
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_STATION :{WHITE}Bridge is {HEIGHT} too low for station
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_ROADSTOP :{WHITE}Bridge is {HEIGHT} too low for road stop
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_DOCK :{WHITE}Bridge is {HEIGHT} too low for dock
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_BUOY :{WHITE}Bridge is {HEIGHT} too low for buoy
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_RAIL_WAYPOINT :{WHITE}Bridge is {HEIGHT} too low for rail waypoint
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_ROAD_WAYPOINT :{WHITE}Bridge is {HEIGHT} too low for road waypoint
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_LOCK :{WHITE}Bridge is {HEIGHT} too low for lock
|
||||
STR_ERROR_CAN_T_BUILD_BRIDGE_HERE :Can't build bridge here...
|
||||
STR_ERROR_MUST_DEMOLISH_BRIDGE_FIRST :must demolish bridge first
|
||||
STR_ERROR_CAN_T_START_AND_END_ON :can't start and end in the same spot
|
||||
STR_ERROR_BRIDGEHEADS_NOT_SAME_HEIGHT :bridge heads not at the same level
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_TERRAIN :bridge is too low for the terrain
|
||||
STR_ERROR_BRIDGE_TOO_HIGH_FOR_TERRAIN :bridge is too high for this terrain.
|
||||
STR_ERROR_START_AND_END_MUST_BE_IN :start and end must be in line
|
||||
STR_ERROR_ENDS_OF_BRIDGE_MUST_BOTH :ends of bridge must both be on land
|
||||
STR_ERROR_BRIDGE_TOO_LONG :bridge too long
|
||||
STR_ERROR_BRIDGE_THROUGH_MAP_BORDER :bridge would end out of the map
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_STATION :bridge is {HEIGHT} too low for station
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_ROADSTOP :bridge is {HEIGHT} too low for road stop
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_DOCK :bridge is {HEIGHT} too low for dock
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_BUOY :bridge is {HEIGHT} too low for buoy
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_RAIL_WAYPOINT :bridge is {HEIGHT} too low for rail waypoint
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_ROAD_WAYPOINT :bridge is {HEIGHT} too low for road waypoint
|
||||
STR_ERROR_BRIDGE_TOO_LOW_FOR_LOCK :bridge is {HEIGHT} too low for lock
|
||||
|
||||
# Tunnel related errors
|
||||
STR_ERROR_CAN_T_BUILD_TUNNEL_HERE :{WHITE}Can't build tunnel here...
|
||||
STR_ERROR_SITE_UNSUITABLE_FOR_TUNNEL :{WHITE}Site unsuitable for tunnel entrance
|
||||
STR_ERROR_MUST_DEMOLISH_TUNNEL_FIRST :{WHITE}Must demolish tunnel first
|
||||
STR_ERROR_ANOTHER_TUNNEL_IN_THE_WAY :{WHITE}Another tunnel in the way
|
||||
STR_ERROR_TUNNEL_THROUGH_MAP_BORDER :{WHITE}Tunnel would end out of the map
|
||||
STR_ERROR_UNABLE_TO_EXCAVATE_LAND :{WHITE}Unable to excavate land for other end of tunnel
|
||||
STR_ERROR_TUNNEL_TOO_LONG :{WHITE}... tunnel too long
|
||||
STR_ERROR_CAN_T_BUILD_TUNNEL_HERE :Can't build tunnel here...
|
||||
STR_ERROR_SITE_UNSUITABLE_FOR_TUNNEL :site unsuitable for tunnel entrance
|
||||
STR_ERROR_MUST_DEMOLISH_TUNNEL_FIRST :must demolish tunnel first
|
||||
STR_ERROR_ANOTHER_TUNNEL_IN_THE_WAY :another tunnel in the way
|
||||
STR_ERROR_TUNNEL_THROUGH_MAP_BORDER :tunnel would end out of the map
|
||||
STR_ERROR_UNABLE_TO_EXCAVATE_LAND :unable to excavate land for other end of tunnel
|
||||
STR_ERROR_TUNNEL_TOO_LONG :tunnel too long
|
||||
|
||||
# Object related errors
|
||||
STR_ERROR_TOO_MANY_OBJECTS :{WHITE}... too many objects
|
||||
STR_ERROR_CAN_T_BUILD_OBJECT :{WHITE}Can't build object...
|
||||
STR_ERROR_OBJECT_IN_THE_WAY :{WHITE}Object in the way
|
||||
STR_ERROR_COMPANY_HEADQUARTERS_IN :{WHITE}... company headquarters in the way
|
||||
STR_ERROR_CAN_T_PURCHASE_THIS_LAND :{WHITE}Can't purchase this land area...
|
||||
STR_ERROR_YOU_ALREADY_OWN_IT :{WHITE}... you already own it!
|
||||
STR_ERROR_BUILD_OBJECT_LIMIT_REACHED :{WHITE}... object construction limit reached
|
||||
STR_ERROR_TOO_MANY_OBJECTS :too many objects
|
||||
STR_ERROR_CAN_T_BUILD_OBJECT :Can't build object...
|
||||
STR_ERROR_OBJECT_IN_THE_WAY :object in the way
|
||||
STR_ERROR_COMPANY_HEADQUARTERS_IN :company headquarters in the way
|
||||
STR_ERROR_CAN_T_PURCHASE_THIS_LAND :Can't purchase this land area...
|
||||
STR_ERROR_YOU_ALREADY_OWN_IT :you already own it!
|
||||
STR_ERROR_BUILD_OBJECT_LIMIT_REACHED :object construction limit reached
|
||||
|
||||
# Group related errors
|
||||
STR_ERROR_GROUP_CAN_T_CREATE :{WHITE}Can't create group...
|
||||
STR_ERROR_GROUP_CAN_T_DELETE :{WHITE}Can't delete this group...
|
||||
STR_ERROR_GROUP_CAN_T_RENAME :{WHITE}Can't rename group...
|
||||
STR_ERROR_GROUP_CAN_T_SET_PARENT :{WHITE}Can't set parent group...
|
||||
STR_ERROR_GROUP_CAN_T_SET_PARENT_RECURSION :{WHITE}... loops in the group hierarchy are not allowed
|
||||
STR_ERROR_GROUP_CAN_T_REMOVE_ALL_VEHICLES :{WHITE}Can't remove all vehicles from this group...
|
||||
STR_ERROR_GROUP_CAN_T_ADD_VEHICLE :{WHITE}Can't add the vehicle to this group...
|
||||
STR_ERROR_GROUP_CAN_T_ADD_SHARED_VEHICLE :{WHITE}Can't add shared vehicles to group...
|
||||
STR_ERROR_GROUP_CAN_T_CREATE :Can't create group...
|
||||
STR_ERROR_GROUP_CAN_T_DELETE :Can't delete this group...
|
||||
STR_ERROR_GROUP_CAN_T_RENAME :Can't rename group...
|
||||
STR_ERROR_GROUP_CAN_T_SET_PARENT :Can't set parent group...
|
||||
STR_ERROR_GROUP_CAN_T_SET_PARENT_RECURSION :loops in the group hierarchy are not allowed
|
||||
STR_ERROR_GROUP_CAN_T_REMOVE_ALL_VEHICLES :Can't remove all vehicles from this group...
|
||||
STR_ERROR_GROUP_CAN_T_ADD_VEHICLE :Can't add the vehicle to this group...
|
||||
STR_ERROR_GROUP_CAN_T_ADD_SHARED_VEHICLE :Can't add shared vehicles to group...
|
||||
|
||||
# Generic vehicle errors
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_TRAIN_IN_THE_WAY :{WHITE}Train in the way
|
||||
STR_ERROR_ROAD_VEHICLE_IN_THE_WAY :{WHITE}Road vehicle in the way
|
||||
STR_ERROR_SHIP_IN_THE_WAY :{WHITE}Ship in the way
|
||||
STR_ERROR_AIRCRAFT_IN_THE_WAY :{WHITE}Aircraft in the way
|
||||
STR_ERROR_TRAIN_IN_THE_WAY :train in the way
|
||||
STR_ERROR_ROAD_VEHICLE_IN_THE_WAY :road vehicle in the way
|
||||
STR_ERROR_SHIP_IN_THE_WAY :ship in the way
|
||||
STR_ERROR_AIRCRAFT_IN_THE_WAY :aircraft in the way
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_RAIL_VEHICLE_NOT_AVAILABLE :{WHITE}Vehicle is not available
|
||||
STR_ERROR_ROAD_VEHICLE_NOT_AVAILABLE :{WHITE}Vehicle is not available
|
||||
STR_ERROR_SHIP_NOT_AVAILABLE :{WHITE}Ship is not available
|
||||
STR_ERROR_AIRCRAFT_NOT_AVAILABLE :{WHITE}Aircraft is not available
|
||||
STR_ERROR_RAIL_VEHICLE_NOT_AVAILABLE :vehicle is not available
|
||||
STR_ERROR_ROAD_VEHICLE_NOT_AVAILABLE :vehicle is not available
|
||||
STR_ERROR_SHIP_NOT_AVAILABLE :ship is not available
|
||||
STR_ERROR_AIRCRAFT_NOT_AVAILABLE :aircraft is not available
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_REFIT_TRAIN :{WHITE}Can't refit train...
|
||||
STR_ERROR_CAN_T_REFIT_ROAD_VEHICLE :{WHITE}Can't refit road vehicle...
|
||||
STR_ERROR_CAN_T_REFIT_SHIP :{WHITE}Can't refit ship...
|
||||
STR_ERROR_CAN_T_REFIT_AIRCRAFT :{WHITE}Can't refit aircraft...
|
||||
STR_ERROR_CAN_T_REFIT_TRAIN :Can't refit train...
|
||||
STR_ERROR_CAN_T_REFIT_ROAD_VEHICLE :Can't refit road vehicle...
|
||||
STR_ERROR_CAN_T_REFIT_SHIP :Can't refit ship...
|
||||
STR_ERROR_CAN_T_REFIT_AIRCRAFT :Can't refit aircraft...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_RENAME_TRAIN :{WHITE}Can't name train...
|
||||
STR_ERROR_CAN_T_RENAME_ROAD_VEHICLE :{WHITE}Can't name road vehicle...
|
||||
STR_ERROR_CAN_T_RENAME_SHIP :{WHITE}Can't name ship...
|
||||
STR_ERROR_CAN_T_RENAME_AIRCRAFT :{WHITE}Can't name aircraft...
|
||||
STR_ERROR_CAN_T_RENAME_TRAIN :Can't name train...
|
||||
STR_ERROR_CAN_T_RENAME_ROAD_VEHICLE :Can't name road vehicle...
|
||||
STR_ERROR_CAN_T_RENAME_SHIP :Can't name ship...
|
||||
STR_ERROR_CAN_T_RENAME_AIRCRAFT :Can't name aircraft...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_STOP_START_TRAIN :{WHITE}Can't stop/start train...
|
||||
STR_ERROR_CAN_T_STOP_START_ROAD_VEHICLE :{WHITE}Can't stop/start road vehicle...
|
||||
STR_ERROR_CAN_T_STOP_START_SHIP :{WHITE}Can't stop/start ship...
|
||||
STR_ERROR_CAN_T_STOP_START_AIRCRAFT :{WHITE}Can't stop/start aircraft...
|
||||
STR_ERROR_CAN_T_STOP_START_TRAIN :Can't stop/start train...
|
||||
STR_ERROR_CAN_T_STOP_START_ROAD_VEHICLE :Can't stop/start road vehicle...
|
||||
STR_ERROR_CAN_T_STOP_START_SHIP :Can't stop/start ship...
|
||||
STR_ERROR_CAN_T_STOP_START_AIRCRAFT :Can't stop/start aircraft...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_SEND_TRAIN_TO_DEPOT :{WHITE}Can't send train to depot...
|
||||
STR_ERROR_CAN_T_SEND_ROAD_VEHICLE_TO_DEPOT :{WHITE}Can't send road vehicle to depot...
|
||||
STR_ERROR_CAN_T_SEND_SHIP_TO_DEPOT :{WHITE}Can't send ship to depot...
|
||||
STR_ERROR_CAN_T_SEND_AIRCRAFT_TO_HANGAR :{WHITE}Can't send aircraft to hangar...
|
||||
STR_ERROR_CAN_T_SEND_TRAIN_TO_DEPOT :Can't send train to depot...
|
||||
STR_ERROR_CAN_T_SEND_ROAD_VEHICLE_TO_DEPOT :Can't send road vehicle to depot...
|
||||
STR_ERROR_CAN_T_SEND_SHIP_TO_DEPOT :Can't send ship to depot...
|
||||
STR_ERROR_CAN_T_SEND_AIRCRAFT_TO_HANGAR :Can't send aircraft to hangar...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_BUY_TRAIN :{WHITE}Can't buy railway vehicle...
|
||||
STR_ERROR_CAN_T_BUY_ROAD_VEHICLE :{WHITE}Can't buy road vehicle...
|
||||
STR_ERROR_CAN_T_BUY_SHIP :{WHITE}Can't buy ship...
|
||||
STR_ERROR_CAN_T_BUY_AIRCRAFT :{WHITE}Can't buy aircraft...
|
||||
STR_ERROR_CAN_T_BUY_TRAIN :Can't buy railway vehicle...
|
||||
STR_ERROR_CAN_T_BUY_ROAD_VEHICLE :Can't buy road vehicle...
|
||||
STR_ERROR_CAN_T_BUY_SHIP :Can't buy ship...
|
||||
STR_ERROR_CAN_T_BUY_AIRCRAFT :Can't buy aircraft...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_RENAME_TRAIN_TYPE :{WHITE}Can't rename train vehicle type...
|
||||
STR_ERROR_CAN_T_RENAME_ROAD_VEHICLE_TYPE :{WHITE}Can't rename road vehicle type...
|
||||
STR_ERROR_CAN_T_RENAME_SHIP_TYPE :{WHITE}Can't rename ship type...
|
||||
STR_ERROR_CAN_T_RENAME_AIRCRAFT_TYPE :{WHITE}Can't rename aircraft type...
|
||||
STR_ERROR_CAN_T_RENAME_TRAIN_TYPE :Can't rename train vehicle type...
|
||||
STR_ERROR_CAN_T_RENAME_ROAD_VEHICLE_TYPE :Can't rename road vehicle type...
|
||||
STR_ERROR_CAN_T_RENAME_SHIP_TYPE :Can't rename ship type...
|
||||
STR_ERROR_CAN_T_RENAME_AIRCRAFT_TYPE :Can't rename aircraft type...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_SELL_TRAIN :{WHITE}Can't sell railway vehicle...
|
||||
STR_ERROR_CAN_T_SELL_ROAD_VEHICLE :{WHITE}Can't sell road vehicle...
|
||||
STR_ERROR_CAN_T_SELL_SHIP :{WHITE}Can't sell ship...
|
||||
STR_ERROR_CAN_T_SELL_AIRCRAFT :{WHITE}Can't sell aircraft...
|
||||
STR_ERROR_CAN_T_SELL_TRAIN :Can't sell railway vehicle...
|
||||
STR_ERROR_CAN_T_SELL_ROAD_VEHICLE :Can't sell road vehicle...
|
||||
STR_ERROR_CAN_T_SELL_SHIP :Can't sell ship...
|
||||
STR_ERROR_CAN_T_SELL_AIRCRAFT :Can't sell aircraft...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_SELL_ALL_TRAIN :{WHITE}Can't sell all railway vehicles...
|
||||
STR_ERROR_CAN_T_SELL_ALL_ROAD_VEHICLE :{WHITE}Can't sell all road vehicles...
|
||||
STR_ERROR_CAN_T_SELL_ALL_SHIP :{WHITE}Can't sell all ships...
|
||||
STR_ERROR_CAN_T_SELL_ALL_AIRCRAFT :{WHITE}Can't sell all aircraft...
|
||||
STR_ERROR_CAN_T_SELL_ALL_TRAIN :Can't sell all railway vehicles...
|
||||
STR_ERROR_CAN_T_SELL_ALL_ROAD_VEHICLE :Can't sell all road vehicles...
|
||||
STR_ERROR_CAN_T_SELL_ALL_SHIP :Can't sell all ships...
|
||||
STR_ERROR_CAN_T_SELL_ALL_AIRCRAFT :Can't sell all aircraft...
|
||||
|
||||
###length VEHICLE_TYPES
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_TRAIN :{WHITE}Can't autoreplace railway vehicles...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_ROAD_VEHICLE :{WHITE}Can't autoreplace road vehicles...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_SHIP :{WHITE}Can't autoreplace ships...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_AIRCRAFT :{WHITE}Can't autoreplace aircraft...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_TRAIN :Can't autoreplace railway vehicles...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_ROAD_VEHICLE :Can't autoreplace road vehicles...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_SHIP :Can't autoreplace ships...
|
||||
STR_ERROR_CAN_T_AUTOREPLACE_AIRCRAFT :Can't autoreplace aircraft...
|
||||
|
||||
STR_ERROR_TOO_MANY_VEHICLES_IN_GAME :{WHITE}Too many vehicles in game
|
||||
STR_ERROR_CAN_T_CHANGE_SERVICING :{WHITE}Can't change servicing interval...
|
||||
STR_ERROR_TOO_MANY_VEHICLES_IN_GAME :too many vehicles in game
|
||||
STR_ERROR_CAN_T_CHANGE_SERVICING :Can't change servicing interval...
|
||||
|
||||
STR_ERROR_VEHICLE_IS_DESTROYED :{WHITE}... vehicle is destroyed
|
||||
STR_ERROR_VEHICLE_IS_DESTROYED :vehicle is destroyed
|
||||
|
||||
STR_ERROR_CAN_T_CLONE_VEHICLE_LIST :{WHITE}... not all vehicles are identical
|
||||
STR_ERROR_CAN_T_CLONE_VEHICLE_LIST :not all vehicles are identical
|
||||
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_AT_ALL :{WHITE}No vehicles will be available at all
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_AT_ALL_EXPLANATION :{WHITE}Change your NewGRF configuration
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_YET :{WHITE}No vehicles are available yet
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_YET_EXPLANATION :{WHITE}Start a new game after {DATE_SHORT} or use a NewGRF that provides early vehicles
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_AT_ALL :No vehicles will be available at all
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_AT_ALL_EXPLANATION :Change your NewGRF configuration
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_YET :No vehicles are available yet
|
||||
STR_ERROR_NO_VEHICLES_AVAILABLE_YET_EXPLANATION :Start a new game after {DATE_SHORT} or use a NewGRF that provides early vehicles
|
||||
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_AT_ALL :{WHITE}No town-buildable road types are available
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_AT_ALL_EXPLANATION :{WHITE}Change your NewGRF configuration
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_YET :{WHITE}No town-buildable road types are available yet
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_YET_EXPLANATION :{WHITE}Start a new game after {DATE_SHORT} or use a NewGRF that provides early town-buildable road types
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_AT_ALL :No town-buildable road types are available
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_AT_ALL_EXPLANATION :Change your NewGRF configuration
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_YET :No town-buildable road types are available yet
|
||||
STR_ERROR_NO_TOWN_ROADTYPES_AVAILABLE_YET_EXPLANATION :Start a new game after {DATE_SHORT} or use a NewGRF that provides early town-buildable road types
|
||||
|
||||
# Specific vehicle errors
|
||||
STR_ERROR_CAN_T_MAKE_TRAIN_PASS_SIGNAL :{WHITE}Can't make train pass signal at danger...
|
||||
STR_ERROR_CAN_T_REVERSE_DIRECTION_TRAIN :{WHITE}Can't reverse direction of train...
|
||||
STR_ERROR_TRAIN_START_NO_POWER :Train has no power
|
||||
STR_ERROR_CAN_T_MAKE_TRAIN_PASS_SIGNAL :Can't make train pass signal at danger...
|
||||
STR_ERROR_CAN_T_REVERSE_DIRECTION_TRAIN :Can't reverse direction of train...
|
||||
STR_ERROR_TRAIN_START_NO_POWER :train has no power
|
||||
|
||||
STR_ERROR_CAN_T_MAKE_ROAD_VEHICLE_TURN :{WHITE}Can't make road vehicle turn around...
|
||||
STR_ERROR_CAN_T_MAKE_ROAD_VEHICLE_TURN :Can't make road vehicle turn around...
|
||||
|
||||
STR_ERROR_AIRCRAFT_IS_IN_FLIGHT :{WHITE}Aircraft is in flight
|
||||
STR_ERROR_AIRCRAFT_IS_IN_FLIGHT :aircraft is in flight
|
||||
|
||||
# Order related errors
|
||||
STR_ERROR_NO_MORE_SPACE_FOR_ORDERS :{WHITE}No more space for orders
|
||||
STR_ERROR_TOO_MANY_ORDERS :{WHITE}Too many orders
|
||||
STR_ERROR_CAN_T_INSERT_NEW_ORDER :{WHITE}Can't insert new order...
|
||||
STR_ERROR_CAN_T_DELETE_THIS_ORDER :{WHITE}Can't delete this order...
|
||||
STR_ERROR_CAN_T_MODIFY_THIS_ORDER :{WHITE}Can't modify this order...
|
||||
STR_ERROR_CAN_T_MOVE_THIS_ORDER :{WHITE}Can't move this order...
|
||||
STR_ERROR_CAN_T_SKIP_ORDER :{WHITE}Can't skip current order...
|
||||
STR_ERROR_CAN_T_SKIP_TO_ORDER :{WHITE}Can't skip to selected order...
|
||||
STR_ERROR_CAN_T_COPY_SHARE_ORDER :{WHITE}... vehicle can't go to all stations
|
||||
STR_ERROR_CAN_T_ADD_ORDER :{WHITE}... vehicle can't go to that station
|
||||
STR_ERROR_CAN_T_ADD_ORDER_SHARED :{WHITE}... a vehicle sharing this order can't go to that station
|
||||
STR_ERROR_CAN_T_COPY_ORDER_VEHICLE_LIST :{WHITE}... not all vehicles have the same orders
|
||||
STR_ERROR_CAN_T_SHARE_ORDER_VEHICLE_LIST :{WHITE}... not all vehicles are sharing orders
|
||||
STR_ERROR_NO_MORE_SPACE_FOR_ORDERS :no more space for orders
|
||||
STR_ERROR_TOO_MANY_ORDERS :too many orders
|
||||
STR_ERROR_CAN_T_INSERT_NEW_ORDER :Can't insert new order...
|
||||
STR_ERROR_CAN_T_DELETE_THIS_ORDER :Can't delete this order...
|
||||
STR_ERROR_CAN_T_MODIFY_THIS_ORDER :Can't modify this order...
|
||||
STR_ERROR_CAN_T_MOVE_THIS_ORDER :Can't move this order...
|
||||
STR_ERROR_CAN_T_SKIP_ORDER :Can't skip current order...
|
||||
STR_ERROR_CAN_T_SKIP_TO_ORDER :Can't skip to selected order...
|
||||
STR_ERROR_CAN_T_COPY_SHARE_ORDER :vehicle can't go to all stations
|
||||
STR_ERROR_CAN_T_ADD_ORDER :vehicle can't go to that station
|
||||
STR_ERROR_CAN_T_ADD_ORDER_SHARED :a vehicle sharing this order can't go to that station
|
||||
STR_ERROR_CAN_T_COPY_ORDER_VEHICLE_LIST :not all vehicles have the same orders
|
||||
STR_ERROR_CAN_T_SHARE_ORDER_VEHICLE_LIST :not all vehicles are sharing orders
|
||||
|
||||
STR_ERROR_CAN_T_SHARE_ORDER_LIST :{WHITE}Can't share order list...
|
||||
STR_ERROR_CAN_T_STOP_SHARING_ORDER_LIST :{WHITE}Can't stop sharing order list...
|
||||
STR_ERROR_CAN_T_COPY_ORDER_LIST :{WHITE}Can't copy order list...
|
||||
STR_ERROR_TOO_FAR_FROM_PREVIOUS_DESTINATION :{WHITE}... too far from previous destination
|
||||
STR_ERROR_AIRCRAFT_NOT_ENOUGH_RANGE :{WHITE}... aircraft has not enough range
|
||||
STR_ERROR_CAN_T_SHARE_ORDER_LIST :Can't share order list...
|
||||
STR_ERROR_CAN_T_STOP_SHARING_ORDER_LIST :Can't stop sharing order list...
|
||||
STR_ERROR_CAN_T_COPY_ORDER_LIST :Can't copy order list...
|
||||
STR_ERROR_TOO_FAR_FROM_PREVIOUS_DESTINATION :too far from previous destination
|
||||
STR_ERROR_AIRCRAFT_NOT_ENOUGH_RANGE :aircraft has not enough range
|
||||
|
||||
# Extra messages which go on the third line of errors, explaining why orders failed
|
||||
STR_ERROR_NO_RAIL_STATION :{WHITE}There is no railway station
|
||||
STR_ERROR_NO_BUS_STATION :{WHITE}There is no bus station
|
||||
STR_ERROR_NO_TRUCK_STATION :{WHITE}There is no lorry station
|
||||
STR_ERROR_NO_DOCK :{WHITE}There is no dock
|
||||
STR_ERROR_NO_AIRPORT :{WHITE}There is no airport/heliport
|
||||
STR_ERROR_NO_STOP_COMPATIBLE_ROAD_TYPE :{WHITE}There are no stops with a compatible road type
|
||||
STR_ERROR_NO_STOP_COMPATIBLE_TRAM_TYPE :{WHITE}There are no stops with a compatible tram type
|
||||
STR_ERROR_NO_STOP_ARTICULATED_VEHICLE :{WHITE}There are no stops which are suitable for articulated road vehicles.{}Articulated road vehicles require a drive-through stop, not a bay stop
|
||||
STR_ERROR_AIRPORT_NO_PLANES :{WHITE}This plane cannot land at this heliport
|
||||
STR_ERROR_AIRPORT_NO_HELICOPTERS :{WHITE}This helicopter cannot land at this airport
|
||||
STR_ERROR_NO_RAIL_WAYPOINT :{WHITE}There is no rail waypoint
|
||||
STR_ERROR_NO_ROAD_WAYPOINT :{WHITE}There is no road waypoint
|
||||
STR_ERROR_NO_BUOY :{WHITE}There is no buoy
|
||||
STR_ERROR_NO_RAIL_STATION :There is no railway station
|
||||
STR_ERROR_NO_BUS_STATION :There is no bus station
|
||||
STR_ERROR_NO_TRUCK_STATION :There is no lorry station
|
||||
STR_ERROR_NO_DOCK :There is no dock
|
||||
STR_ERROR_NO_AIRPORT :There is no airport/heliport
|
||||
STR_ERROR_NO_STOP_COMPATIBLE_ROAD_TYPE :There are no stops with a compatible road type
|
||||
STR_ERROR_NO_STOP_COMPATIBLE_TRAM_TYPE :There are no stops with a compatible tram type
|
||||
STR_ERROR_NO_STOP_ARTICULATED_VEHICLE :There are no stops which are suitable for articulated road vehicles.{}Articulated road vehicles require a drive-through stop, not a bay stop
|
||||
STR_ERROR_AIRPORT_NO_PLANES :This plane cannot land at this heliport
|
||||
STR_ERROR_AIRPORT_NO_HELICOPTERS :This helicopter cannot land at this airport
|
||||
STR_ERROR_NO_RAIL_WAYPOINT :There is no rail waypoint
|
||||
STR_ERROR_NO_ROAD_WAYPOINT :There is no road waypoint
|
||||
STR_ERROR_NO_BUOY :There is no buoy
|
||||
|
||||
# Timetable related errors
|
||||
STR_ERROR_CAN_T_TIMETABLE_VEHICLE :{WHITE}Can't timetable vehicle...
|
||||
STR_ERROR_TIMETABLE_ONLY_WAIT_AT_STATIONS :{WHITE}Vehicles can only wait at stations
|
||||
STR_ERROR_TIMETABLE_NOT_STOPPING_HERE :{WHITE}This vehicle is not stopping at this station
|
||||
STR_ERROR_TIMETABLE_INCOMPLETE :{WHITE}... timetable is incomplete
|
||||
STR_ERROR_TIMETABLE_NOT_STARTED :{WHITE}... timetable has not started yet
|
||||
STR_ERROR_CAN_T_TIMETABLE_VEHICLE :Can't timetable vehicle...
|
||||
STR_ERROR_TIMETABLE_ONLY_WAIT_AT_STATIONS :vehicles can only wait at stations
|
||||
STR_ERROR_TIMETABLE_NOT_STOPPING_HERE :this vehicle is not stopping at this station
|
||||
STR_ERROR_TIMETABLE_INCOMPLETE :timetable is incomplete
|
||||
STR_ERROR_TIMETABLE_NOT_STARTED :timetable has not started yet
|
||||
|
||||
# Sign related errors
|
||||
STR_ERROR_TOO_MANY_SIGNS :{WHITE}... too many signs
|
||||
STR_ERROR_CAN_T_PLACE_SIGN_HERE :{WHITE}Can't place sign here...
|
||||
STR_ERROR_CAN_T_CHANGE_SIGN_NAME :{WHITE}Can't change sign name...
|
||||
STR_ERROR_CAN_T_DELETE_SIGN :{WHITE}Can't delete sign...
|
||||
STR_ERROR_TOO_MANY_SIGNS :too many signs
|
||||
STR_ERROR_CAN_T_PLACE_SIGN_HERE :Can't place sign here...
|
||||
STR_ERROR_CAN_T_CHANGE_SIGN_NAME :Can't change sign name...
|
||||
STR_ERROR_CAN_T_DELETE_SIGN :Can't delete sign...
|
||||
|
||||
# Translatable comment for OpenTTD's desktop shortcut
|
||||
###external 1
|
||||
|
||||
Reference in New Issue
Block a user