diff options
author | peter1138 <peter1138@openttd.org> | 2008-01-18 21:08:40 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-01-18 21:08:40 +0000 |
commit | 9c482d5e54d78162be248f3661a132d051df75fb (patch) | |
tree | dc0c473853eec5213c1fe40dda436ce02d2b3865 /src/lang | |
parent | aa556f123dd2401c61373c835afea8fbfeb2499e (diff) | |
download | openttd-9c482d5e54d78162be248f3661a132d051df75fb.tar.xz |
(svn r11919) -Codechange: Assign numbered parameters to world generator widgets to avoid separate DrawString()s, and do the same for the scenario flat-land window.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 408ff9b76..b7e3fe0b5 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3240,6 +3240,12 @@ STR_PURCHASE_INFO_ALL_TYPES :All cargo types STR_PURCHASE_INFO_ALL_BUT :All but {GOLD} STR_PURCHASE_INFO_MAX_TE :{BLACK}Max. Tractive Effort: {GOLD}{FORCE} +########### For showing numbers in widgets + +STR_NUM_1 :{BLACK}{SKIP}{NUM} +STR_NUM_2 :{BLACK}{SKIP}{SKIP}{NUM} +STR_NUM_3 :{BLACK}{SKIP}{SKIP}{SKIP}{NUM} + ########### String for New Landscape Generator STR_GENERATE :{WHITE}Generate @@ -3267,7 +3273,6 @@ STR_HEIGHTMAP_SCALE_WARNING_CAPTION :{WHITE}Scale wa STR_HEIGHTMAP_SCALE_WARNING_MESSAGE :{YELLOW}Resizing source map too much is not recommended. Continue with the generation? STR_TOWN_LAYOUT_WARNING_CAPTION :{WHITE}Town layout warning STR_TOWN_LAYOUT_WARNING_MESSAGE :{YELLOW}The town layout "no more roads" is not recommended. Continue with the generation? -STR_SNOW_LINE_HEIGHT_NUM :{NUM} STR_HEIGHTMAP_NAME :{BLACK}Heightmap name: STR_HEIGHTMAP_SIZE :{BLACK}Size: {ORANGE}{NUM} x {NUM} STR_GENERATION_WORLD :{WHITE}Generating world... @@ -3293,7 +3298,6 @@ STR_FLAT_WORLD_HEIGHT_DOWN :{BLACK}Move the STR_FLAT_WORLD_HEIGHT_UP :{BLACK}Move the height of flat land one up STR_FLAT_WORLD_HEIGHT_QUERY_CAPT :{WHITE}Change height of flat land STR_FLAT_WORLD_HEIGHT :{BLACK}Height of flat land: -STR_FLAT_WORLD_HEIGHT_NUM :{NUM} STR_SMALLMAP_CENTER :{BLACK}Center the smallmap on the current position STR_SMALLMAP_INDUSTRY :{TINYFONT}{STRING} ({NUM}) |