diff options
author | rubidium <rubidium@openttd.org> | 2008-07-14 21:01:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-07-14 21:01:49 +0000 |
commit | 2e68b35106a8e9e29372594c75b37172d90c434f (patch) | |
tree | c04eab66f4437af132445671a76f32e893f6e47d /src/lang | |
parent | 68613f4ba045bc783b425e5213ebe5f318147b5a (diff) | |
download | openttd-2e68b35106a8e9e29372594c75b37172d90c434f.tar.xz |
(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 92f3a8121..b33e313bc 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2738,9 +2738,11 @@ STR_CONDITIONAL_UNCONDITIONAL :Jump to order { STR_CONDITIONAL_NUM :Jump to order {COMMA} when {STRING} {STRING} {COMMA} STR_CONDITIONAL_TRUE_FALSE :Jump to order {COMMA} when {STRING} {STRING} +STR_TIMETABLE_NO_TRAVEL :{SETX 30}No travel STR_TIMETABLE_TRAVEL_NOT_TIMETABLED :{SETX 30}Travel (not timetabled) STR_TIMETABLE_TRAVEL_FOR :{SETX 30}Travel for {STRING1} STR_TIMETABLE_STAY_FOR :and stay for {STRING1} +STR_TIMETABLE_AND_TRAVEL_FOR :and travel for {STRING1} STR_TIMETABLE_DAYS :{COMMA} day{P "" s} STR_TIMETABLE_TICKS :{COMMA} tick{P "" s} |