diff options
author | maedhros <maedhros@openttd.org> | 2007-06-26 11:01:06 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-06-26 11:01:06 +0000 |
commit | 6fe11133828d460bf122336b70cfc4e7f88be2bb (patch) | |
tree | 94f9f114a5b45ffa09cb8bfd68d88e45f7c8b003 /src/lang | |
parent | 8b314ffd1faf9f87251d4706125ab76f42c573c6 (diff) | |
download | openttd-6fe11133828d460bf122336b70cfc4e7f88be2bb.tar.xz |
(svn r10338) -Codechange: Show the total time that the timetable will take.
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 0bb5536cd..3b6ce3743 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2773,6 +2773,8 @@ STR_TIMETABLE_CHANGE_TIME :{BLACK}Change T STR_TIMETABLE_STATUS_ON_TIME :This vehicle is currently running on time STR_TIMETABLE_STATUS_LATE :This vehicle is currently running {STRING1} late STR_TIMETABLE_STATUS_EARLY :This vehicle is currently running {STRING1} early +STR_TIMETABLE_TOTAL_TIME :This timetable will take {STRING1} to complete +STR_TIMETABLE_TOTAL_TIME_INCOMPLETE :This timetable will take at least {STRING1} to complete (not all timetabled) STR_TIMETABLE_AUTOFILL :{BLACK}Autofill STR_TIMETABLE_AUTOFILL_TOOLTIP :{BLACK}Fill the timetable automatically with the values from the first journey |