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 | 6379c30d267215da7c1371f4d5688cd92831496f (patch) | |
tree | f1e81a713f50ffd83601dcff9cd89386c310bad6 /src/lang | |
parent | 3974bf2199cd0d55f5e37a5cbc21cefdc6f6b18c (diff) | |
download | openttd-6379c30d267215da7c1371f4d5688cd92831496f.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) |