diff options
author | peter1138 <peter1138@openttd.org> | 2006-03-26 21:50:57 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-03-26 21:50:57 +0000 |
commit | 38a0ef3bc6864898faa9b10bd59f98aeb82a905f (patch) | |
tree | f4e3d5e79c1ff5b556baaf0b157ff8b937822836 /lang | |
parent | a91c52e16909976b40951cf2893f2349e9ebf25d (diff) | |
download | openttd-38a0ef3bc6864898faa9b10bd59f98aeb82a905f.tar.xz |
(svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
- Replace miles/kilometres game option with a general measuring units option.
- Add {POWER}, {WEIGHT}, {WEIGHT_S} and {VOLUME_S} (_S for short) tags to the language/string system.
- Add SI as option for measuring units.
Language file updates to use the system will come soon.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/lang/english.txt b/lang/english.txt index 14682cd4b..b54c87f44 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -278,8 +278,6 @@ STR_OSNAME_MORPHOS :MorphOS STR_OSNAME_AMIGAOS :AmigaOS STR_OSNAME_OS2 :OS/2 -STR_0139_IMPERIAL_MILES :Imperial (miles) -STR_013A_METRIC_KILOMETERS :Metric (kilometers) STR_013B_OWNED_BY :{WHITE}...owned by {STRING2} STR_013C_CARGO :{BLACK}Cargo STR_013D_INFORMATION :{BLACK}Information @@ -308,6 +306,34 @@ STR_0151_MAP_OF_WORLD :Map of world STR_0152_TOWN_DIRECTORY :Town directory STR_0153_SUBSIDIES :Subsidies +STR_UNITS_IMPERIAL :Imperial +STR_UNITS_METRIC :Metric +STR_UNITS_SI :SI + +STR_UNITS_VELOCITY_IMPERIAL :{COMMA} mph +STR_UNITS_VELOCITY_METRIC :{COMMA} km/h +STR_UNITS_VELOCITY_SI :{COMMA} m/s + +STR_UNITS_POWER_IMPERIAL :{COMMA}hp +STR_UNITS_POWER_METRIC :{COMMA}hp +STR_UNITS_POWER_SI :{COMMA}kW + +STR_UNITS_WEIGHT_SHORT_IMPERIAL :{COMMA}t +STR_UNITS_WEIGHT_SHORT_METRIC :{COMMA}t +STR_UNITS_WEIGHT_SHORT_SI :{COMMA}kg + +STR_UNITS_WEIGHT_LONG_IMPERIAL :{COMMA} ton{P "" s} +STR_UNITS_WEIGHT_LONG_METRIC :{COMMA} tonne{P "" s} +STR_UNITS_WEIGHT_LONG_SI :{COMMA} kg + +STR_UNITS_VOLUME_SHORT_IMPERIAL :{COMMA}gal +STR_UNITS_VOLUME_SHORT_METRIC :{COMMA}l +STR_UNITS_VOLUME_SHORT_SI :{COMMA}m³ + +STR_UNITS_VOLUME_LONG_IMPERIAL :{COMMA} gallon{P "" s} +STR_UNITS_VOLUME_LONG_METRIC :{COMMA} litre{P "" s} +STR_UNITS_VOLUME_LONG_SI :{COMMA} m³ + ############ range for menu starts STR_0154_OPERATING_PROFIT_GRAPH :Operating profit graph STR_0155_INCOME_GRAPH :Income graph @@ -760,9 +786,9 @@ STR_EXTRA_VIEW_MOVE_MAIN_TO_VIEW_TT :{BLACK}Paste th STR_02E0_CURRENCY_UNITS :{BLACK}Currency units STR_02E1 :{BLACK}{SKIP}{STRING} STR_02E2_CURRENCY_UNITS_SELECTION :{BLACK}Currency units selection -STR_02E3_DISTANCE_UNITS :{BLACK}Distance units +STR_MEASURING_UNITS :{BLACK}Measuring units STR_02E4 :{BLACK}{SKIP}{SKIP}{STRING} -STR_02E5_DISTANCE_UNITS_SELECTION :{BLACK}Distance units selection +STR_MEASURING_UNITS_SELECTION :{BLACK}Measuring units selection STR_02E6_ROAD_VEHICLES :{BLACK}Road vehicles STR_02E7 :{BLACK}{SKIP}{SKIP}{SKIP}{STRING} STR_02E8_SELECT_SIDE_OF_ROAD_FOR :{BLACK}Select side of road for vehicles to drive on |