diff options
author | frosch <frosch@openttd.org> | 2012-12-26 17:47:02 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-12-26 17:47:02 +0000 |
commit | c4c3d00578a777f6782cc0478096266148402aac (patch) | |
tree | 9aa1b1dd45e3b1ae8bf94e395254c8826404b263 /src/lang | |
parent | dbe46698ff3798f24f14fa9c4d7a210927dc080d (diff) | |
download | openttd-c4c3d00578a777f6782cc0478096266148402aac.tar.xz |
(svn r24862) -Add: Settings type filter to adv. settings GUI.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 420dc4510..894474706 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1063,6 +1063,14 @@ STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT :Settings with a STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_DEFAULT_WO_LOCAL :Non-client settings with a different value than the default STR_CONFIG_SETTING_RESTRICT_CHANGED_AGAINST_NEW :Settings with a different value than your new-game settings +STR_CONFIG_SETTING_TYPE_DROPDOWN_HELPTEXT :{BLACK}Restricts the list below to certain setting types +STR_CONFIG_SETTING_TYPE_DROPDOWN_ALL :All settings +STR_CONFIG_SETTING_TYPE_DROPDOWN_CLIENT :Client settings (not stored in saves; affects all games) +STR_CONFIG_SETTING_TYPE_DROPDOWN_GAME_MENU :Game settings (stored in saves; affects only new games) +STR_CONFIG_SETTING_TYPE_DROPDOWN_GAME_INGAME :Game settings (stored in save; affects only current game) +STR_CONFIG_SETTING_TYPE_DROPDOWN_COMPANY_MENU :Company settings (stored in saves; affects only new games) +STR_CONFIG_SETTING_TYPE_DROPDOWN_COMPANY_INGAME :Company settings (stored in save; affects only current company) + STR_CONFIG_SETTING_OFF :Off STR_CONFIG_SETTING_ON :On STR_CONFIG_SETTING_DISABLED :Disabled |