diff options
author | rubidium <rubidium@openttd.org> | 2009-11-25 23:38:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-25 23:38:59 +0000 |
commit | 48d74751ac87699eaad5a8a93f6dfcb192bfe688 (patch) | |
tree | 08999d3d9ed6897f17fbdc31d58ab816a71eb64d /src/lang | |
parent | a951c505bff54ea4365895126e72a89a09f9fe2d (diff) | |
download | openttd-48d74751ac87699eaad5a8a93f6dfcb192bfe688.tar.xz |
(svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 4ed70cedd..ba41cb18a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3168,6 +3168,16 @@ STR_TIMETABLE_DEPARTURE_EARLY :D:{SETX 30}{GRE STR_TIMETABLE_DEPARTURE_LATE :D:{SETX 30}{RED}{STRING1} ##### + +# Date window (for timetable) +STR_DATE_CAPTION :{WHITE}Set date +STR_DATE_SET_DATE :{BLACK}Set date +STR_DATE_SET_DATE_TOOLTIP :{BLACK}Use the selected date as starting date for the timetable +STR_DATE_DAY_TOOLTIP :{BLACK}Select day +STR_DATE_MONTH_TOOLTIP :{BLACK}Select month +STR_DATE_YEAR_TOOLTIP :{BLACK}Select year + + # AI debug window STR_AI_DEBUG :{WHITE}AI Debug STR_AI_DEBUG_NAME_TOOLTIP :{BLACK}Name of the AI |