From 73392ba85e0fd9148b91f97cb7a108b3eea8a638 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Apr 2008 22:01:23 +0000 Subject: (svn r12643) -Codechange: be more explicit about the orders a vehicle has (non stop and full load are ambiguous and depend on some patch settings). --- src/lang/english.txt | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'src/lang/english.txt') diff --git a/src/lang/english.txt b/src/lang/english.txt index ed5ea5f75..e6c1c4d14 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2653,26 +2653,30 @@ STR_8800_TRAIN_DEPOT :{WHITE}{TOWN} T STR_8801_CITIZENS_CELEBRATE_FIRST :{BLACK}{BIGFONT}Citizens celebrate . . .{}First train arrives at {STATION}! STR_8802_DETAILS :{WHITE}{VEHICLE} (Details) STR_8803_TRAIN_IN_THE_WAY :{WHITE}Train in the way -STR_8804 :{SETX 10}{COMMA}: {STRING1} {STRING1} -STR_8805 :{RIGHTARROW}{SETX 10}{COMMA}: {STRING1} {STRING1} -STR_8806_GO_TO :Go to {STATION} -STR_GO_TO_TRANSFER :Go to {STATION} (Transfer and take cargo) -STR_8807_GO_TO_UNLOAD :Go to {STATION} (Unload) -STR_GO_TO_TRANSFER_UNLOAD :Go to {STATION} (Transfer and leave empty) -STR_8808_GO_TO_LOAD :Go to {STATION} (Load) -STR_GO_TO_TRANSFER_LOAD :Go to {STATION} (Transfer and wait for full load) -STR_880A_GO_NON_STOP_TO :Go non-stop to {STATION} -STR_GO_TO_NON_STOP_TRANSFER :Go non-stop to {STATION} (Transfer and take cargo) -STR_880B_GO_NON_STOP_TO_UNLOAD :Go non-stop to {STATION} (Unload) -STR_GO_TO_NON_STOP_TRANSFER_UNLOAD :Go non-stop to {STATION} (Transfer and leave empty) -STR_880C_GO_NON_STOP_TO_LOAD :Go non-stop to {STATION} (Load) -STR_GO_TO_NON_STOP_TRANSFER_LOAD :Go non-stop to {STATION} (Transfer and wait for full load) +STR_8804 :{SETX 10}{COMMA}: {STRING3} +STR_8805 :{RIGHTARROW}{SETX 10}{COMMA}: {STRING3} +STR_ORDER_GO_TO :Go to +STR_ORDER_GO_NON_STOP_TO :Go non-stop to +STR_ORDER_GO_VIA :Go via +STR_ORDER_GO_NON_STOP_VIA :Go non-stop via +STR_ORDER_UNLOAD :(Unload) +STR_ORDER_FULL_LOAD :(Full load) +STR_ORDER_FULL_LOAD_ANY :(Full load any cargo) +STR_ORDER_NO_LOAD :(No loading) +STR_ORDER_TRANSFER :(Transfer and take cargo) +STR_ORDER_TRANSFER_UNLOAD :(Transfer and leave empty) +STR_ORDER_TRANSFER_FULL_LOAD :(Transfer and wait for full load) +STR_ORDER_TRANSFER_FULL_LOAD_ANY :(Transfer and wait for any full load) +STR_ORDER_NO_UNLOAD :(No unload and take cargo) +STR_ORDER_NO_UNLOAD_FULL_LOAD :(No unload and wait for full load) +STR_ORDER_NO_UNLOAD_FULL_LOAD_ANY :(No unload and wait for any full load) +STR_GO_TO_STATION :{STRING} {STATION} {STRING} 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 -STR_TIMETABLE_GO_TO :{STRING1} {STRING2} +STR_TIMETABLE_GO_TO :{STRING3} {STRING2} STR_TIMETABLE_TRAVEL_NOT_TIMETABLED :Travel (not timetabled) STR_TIMETABLE_TRAVEL_FOR :Travel for {STRING1} STR_TIMETABLE_STAY_FOR :and stay for {STRING1} -- cgit v1.2.3-54-g00ecf