diff options
author | celestar <celestar@openttd.org> | 2005-06-15 16:58:15 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-06-15 16:58:15 +0000 |
commit | 9b8cb17831751c2c8a6410b2e4e917eb0916515b (patch) | |
tree | 2eb137bb1707e901e92c6b76b07fab582068ccbc /lang | |
parent | 85fae22fa8b2e35099fcd699409b4b3606d99835 (diff) | |
download | openttd-9b8cb17831751c2c8a6410b2e4e917eb0916515b.tar.xz |
(svn r2441) -Feature: You can now give transfer order to set up feeder systems
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/lang/english.txt b/lang/english.txt index 271c10131..2b490c4b7 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1425,6 +1425,8 @@ STR_0800_COST :{TINYFONT}{RED} STR_0801_COST :{RED}Cost: {CURRENCY} STR_0802_INCOME :{TINYFONT}{GREEN}Income: {CURRENCY} STR_0803_INCOME :{GREEN}Income: {CURRENCY} +STR_FEEDER_TINY :{TINYFONT}{YELLOW}Transfer: {CURRENCY} +STR_FEEDER :{YELLOW}Transfer: {CURRENCY} STR_0804_ESTIMATED_COST :{TINYFONT}{WHITE}Estimated Cost: {CURRENCY} STR_0805_ESTIMATED_COST :{WHITE}Estimated Cost: {CURRENCY} STR_0806_ESTIMATED_INCOME :{TINYFONT}{WHITE}Estimated Income: {CURRENCY} @@ -2399,14 +2401,18 @@ STR_8803_TRAIN_IN_THE_WAY :{WHITE}Train in STR_8804 :{SETX 10}{COMMA8}: {STRING} STR_8805 :{RIGHTARROW}{SETX 10}{COMMA8}: {STRING} STR_8806_GO_TO :Go to {STATION} -STR_8807_GO_TO_UNLOAD :Go to {STATION} (Unload) -STR_8808_GO_TO_LOAD :Go to {STATION} (Load) -STR_8809 : -STR_880A_GO_NON_STOP_TO :Go non-stop to {STATION} -STR_880B_GO_NON_STOP_TO_UNLOAD :Go non-stop to {STATION} (Unload) -STR_880C_GO_NON_STOP_TO_LOAD :Go non-stop to {STATION} (Load) -STR_880D : -STR_880E_GO_TO_TRAIN_DEPOT :Go to {TOWN} Train Depot +STR_8807_GO_TO_TRANSFER :Go to {STATION} (Transfer and take cargo) +STR_8808_GO_TO_UNLOAD :Go to {STATION} (Unload) +STR_8809_GO_TO_TRANSFER_UNLOAD :Go to {STATION} (Transfer and leave empty) +STR_880A_GO_TO_LOAD :Go to {STATION} (Load) +STR_880B_GO_TO_TRANSFER_LOAD :Go to {STATION} (Transfer and wait for full load) +STR_880C_GO_NON_STOP_TO :Go non-stop to {STATION} +STR_880D_GO_TO_NON_STOP_TRANSFER :Go non-stop to {STATION} (Transfer and take cargo) +STR_880E_GO_NON_STOP_TO_UNLOAD :Go non-stop to {STATION} (Unload) +STR_880F_GO_TO_NON_STOP_TRANSFER_UNLOAD :Go non-stop to {STATION} (Transfer and leave empty) +STR_8810_GO_NON_STOP_TO_LOAD :Go non-stop to {STATION} (Load) +STR_8811_GO_TO_NON_STOP_TRANSFER_LOAD :Go non-stop to {STATION} (Transfer and wait for full load) +STR_GO_TO_TRAIN_DEPOT :Go to {TOWN} Train Depot STR_SERVICE_AT_TRAIN_DEPOT :Service at {TOWN} Train Depot STR_880F_GO_NON_STOP_TO_TRAIN_DEPOT :Go non-stop to {TOWN} Train Depot STR_SERVICE_NON_STOP_AT_TRAIN_DEPOT :Service non-stop at {TOWN} Train Depot @@ -2510,6 +2516,8 @@ STR_8868_TRAIN_CRASH_DIE_IN_FIREBALL :{BLACK}{BIGFONT STR_8869_CAN_T_REVERSE_DIRECTION :{WHITE}Can't reverse direction of train... STR_886A_RENAME_TRAIN_VEHICLE_TYPE :{WHITE}Rename train vehicle type STR_886B_CAN_T_RENAME_TRAIN_VEHICLE :{WHITE}Can't rename train vehicle type... +STR_886D_MAKE_THE_HIGHLIGHTED_ORDER :{BLACK}Make the highlighted order force the vehicle to dump cargo +STR_886F_TRANSFER :{BLACK}Transfer STR_TRAIN_STOPPING :{RED}Stopping STR_TRAIN_STOPPING_VEL :{RED}Stopping, {VELOCITY} |