diff options
author | peter1138 <peter1138@openttd.org> | 2008-07-22 14:17:29 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-07-22 14:17:29 +0000 |
commit | 6e0af9fdfe54e15c294c3ca0319dfd954539c8bf (patch) | |
tree | b2e961145afab9789e1c16e73b55d3e400578b1c /src/lang | |
parent | 14a747e490d88144665ae342be4e5e35a6b880db (diff) | |
download | openttd-6e0af9fdfe54e15c294c3ca0319dfd954539c8bf.tar.xz |
(svn r13781) -Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index de3b5ff5b..765dae773 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3181,6 +3181,12 @@ STR_NEWGRF_ERROR_AFTER_TRANSLATED_FILE :the GRF file it STR_NEWGRF_ERROR_TOO_MANY_NEWGRFS_LOADED :Too many NewGRFs are loaded. STR_NEWGRF_ERROR_STATIC_GRF_CAUSES_DESYNC :Loading {RAW_STRING} as static NewGRF with {RAW_STRING} could cause desyncs. +STR_NEWGRF_PRESET_LIST_TIP :{BLACK}Load the selected preset +STR_NEWGRF_PRESET_SAVE :{BLACK}Save preset +STR_NEWGRF_PRESET_SAVE_TIP :{BLACK}Save the current list as a preset +STR_NEWGRF_PRESET_SAVE_QUERY :{BLACK}Enter name for preset +STR_NEWGRF_PRESET_DELETE :{BLACK}Delete preset +STR_NEWGRF_PRESET_DELETE_TIP :{BLACK}Delete the currently selected preset STR_NEWGRF_ADD :{BLACK}Add STR_NEWGRF_ADD_TIP :{BLACK}Add a NewGRF file to the list STR_NEWGRF_REMOVE :{BLACK}Remove |