diff options
author | rubidium <rubidium@openttd.org> | 2010-05-12 20:50:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-05-12 20:50:10 +0000 |
commit | 1a5d7b34d8788340f348dc51a3809155b50b2595 (patch) | |
tree | 085f25035601ee9209149d209595d593e5baee51 /src/lang | |
parent | e91165ef6e907c7868ecf994c91b16bc9960fbf9 (diff) | |
download | openttd-1a5d7b34d8788340f348dc51a3809155b50b2595.tar.xz |
(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index c6e54c5d8..8941292c2 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2783,6 +2783,9 @@ STR_QUERY_RENAME_AIRCRAFT_TYPE_CAPTION :{WHITE}Rename a # Depot window STR_DEPOT_CAPTION :{WHITE}{DEPOT} +STR_DEPOT_RENAME_TOOLTIP :{BLACK}Change name of depot +STR_DEPOT_RENAME_DEPOT_CAPTION :Rename depot + STR_DEPOT_NO_ENGINE :{BLACK}- STR_DEPOT_VEHICLE_TOOLTIP :{BLACK}{ENGINE}{RAW_STRING} STR_DEPOT_VEHICLE_TOOLTIP_CHAIN :{BLACK}{NUM} vehicle{P "" s}{RAW_STRING} @@ -3489,6 +3492,8 @@ STR_ERROR_CAN_T_BUILD_ROAD_DEPOT :{WHITE}Can't bu 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_RENAME_DEPOT :{WHITE}Can't rename depot... + STR_TRAIN_MUST_BE_STOPPED :{WHITE}Train must be stopped inside a depot STR_ERROR_ROAD_VEHICLE_MUST_BE_STOPPED_INSIDE_DEPOT :{WHITE}... must be stopped inside a road vehicle depot STR_ERROR_SHIP_MUST_BE_STOPPED_IN_DEPOT :{WHITE}Ship must be stopped in depot @@ -4092,6 +4097,7 @@ STR_VIEWPORT_WAYPOINT_TINY :{TINYFONT}{WAYP # Simple strings to get specific types of data STR_COMPANY_NAME :{COMPANY} STR_COMPANY_NAME_COMPANY_NUM :{COMPANY} {COMPANYNUM} +STR_DEPOT_NAME :{DEPOT} STR_ENGINE_NAME :{ENGINE} STR_GROUP_NAME :{GROUP} STR_INDUSTRY_NAME :{INDUSTRY} |