diff options
author | rubidium <rubidium@openttd.org> | 2008-04-10 10:18:03 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-10 10:18:03 +0000 |
commit | 2964ba2d3498abf707f4ff6a135c6e6178d8b92f (patch) | |
tree | f1e81a713f50ffd83601dcff9cd89386c310bad6 /src/lang | |
parent | 00d5b516bfb25cfa24e53df59d9ce12302b2bff4 (diff) | |
download | openttd-2964ba2d3498abf707f4ff6a135c6e6178d8b92f.tar.xz |
(svn r12650) -Feature: ability to force a vehicle to not load at a station.
-Feature: ability to force a vehicle to not unload at a station.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index e6eabe2f7..91514e57e 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2661,6 +2661,10 @@ STR_ORDER_GO_NON_STOP_VIA :Go non-stop via STR_ORDER_DROP_LOAD_IF_POSSIBLE :Load if available STR_ORDER_DROP_FULL_LOAD_ALL :Full load all cargo STR_ORDER_DROP_FULL_LOAD_ANY :Full load any cargo +STR_ORDER_DROP_NO_LOADING :No loading +STR_ORDER_DROP_UNLOAD_IF_ACCEPTED :Unload if accepted +STR_ORDER_DROP_UNLOAD :Unload all +STR_ORDER_DROP_NO_UNLOADING :No unloading STR_ORDER_UNLOAD :(Unload) STR_ORDER_FULL_LOAD :(Full load) STR_ORDER_FULL_LOAD_ANY :(Full load any cargo) |