diff options
author | jostephd <josteph@fastmail.com> | 2020-12-14 23:39:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 00:39:57 +0100 |
commit | b1cf79da5b2c9b3a920d8489513f6995cc53e48c (patch) | |
tree | 939cc7e62e6ce74e408896b66ebd6563dc7aff0d /src/lang | |
parent | 79240eab1ee4abb2882a40c7ac18e4915b4dc820 (diff) | |
download | openttd-b1cf79da5b2c9b3a920d8489513f6995cc53e48c.tar.xz |
Feature: new velocity unit "tiles/day" (#8278)
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 142cc83f9..b8756049d 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -194,6 +194,7 @@ STR_COLOUR_DEFAULT :Default STR_UNITS_VELOCITY_IMPERIAL :{COMMA}{NBSP}mph STR_UNITS_VELOCITY_METRIC :{COMMA}{NBSP}km/h STR_UNITS_VELOCITY_SI :{COMMA}{NBSP}m/s +STR_UNITS_VELOCITY_GAMEUNITS :{DECIMAL}{NBSP}tiles/day STR_UNITS_POWER_IMPERIAL :{COMMA}{NBSP}hp STR_UNITS_POWER_METRIC :{COMMA}{NBSP}hp @@ -1678,6 +1679,7 @@ STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY_HELPTEXT :Whenever a spee STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY_IMPERIAL :Imperial (mph) STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY_METRIC :Metric (km/h) STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY_SI :SI (m/s) +STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY_GAMEUNITS :Game units (tiles/day) STR_CONFIG_SETTING_LOCALISATION_UNITS_POWER :Vehicle power units: {STRING2} STR_CONFIG_SETTING_LOCALISATION_UNITS_POWER_HELPTEXT :Whenever a vehicle's power is shown in the user interface, show it in the selected units |