diff options
author | rubidium <rubidium@openttd.org> | 2008-04-09 23:00:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-09 23:00:12 +0000 |
commit | 2ac6af4e48744ee42abff16b2b716a9eeeef36cf (patch) | |
tree | 31e91bb295634439e2d248e142cae0410d992fe4 /src/lang | |
parent | c9e9e6005bed8e6143fdc571cfebdc993d334dbd (diff) | |
download | openttd-2ac6af4e48744ee42abff16b2b716a9eeeef36cf.tar.xz |
(svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index e6c1c4d14..50742a385 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2659,6 +2659,9 @@ 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_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_UNLOAD :(Unload) STR_ORDER_FULL_LOAD :(Full load) STR_ORDER_FULL_LOAD_ANY :(Full load any cargo) |