diff options
author | alberth <alberth@openttd.org> | 2010-05-16 19:11:16 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-05-16 19:11:16 +0000 |
commit | 637ee45545f42735e74396bf2add5dba34880625 (patch) | |
tree | 75e08e023b1e2f370a7d57876e797a9458c518ca /src/lang | |
parent | e49cb2d3200c24241e6253fd324040f7a55531ed (diff) | |
download | openttd-637ee45545f42735e74396bf2add5dba34880625.tar.xz |
(svn r19841) -Feature: Setup NewGRFs from a single window.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 03ea8f391..bbe3eea1f 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -221,7 +221,6 @@ STR_UNITS_HEIGHT_SI :{COMMA} m # Common window strings STR_LIST_FILTER_OSKTITLE :{BLACK}Enter filter string STR_LIST_FILTER_TOOLTIP :{BLACK}Enter a keyword to filter the list for -STR_LIST_FILTER_TITLE :{BLACK}Filter string: STR_TOOLTIP_SORT_ORDER :{BLACK}Select sorting order (descending/ascending) STR_TOOLTIP_SORT_CRITERIA :{BLACK}Select sorting criteria @@ -2333,7 +2332,9 @@ STR_NEWGRF_SETTINGS_PRESET_SAVE_QUERY :{BLACK}Enter na STR_NEWGRF_SETTINGS_PRESET_DELETE :{BLACK}Delete preset STR_NEWGRF_SETTINGS_PRESET_DELETE_TOOLTIP :{BLACK}Delete the currently selected preset STR_NEWGRF_SETTINGS_ADD :{BLACK}Add -STR_NEWGRF_SETTINGS_ADD_TOOLTIP :{BLACK}Add a NewGRF file to the list +STR_NEWGRF_SETTINGS_ADD_FILE_TOOLTIP :{BLACK}Add the selected NewGRF file to your configuration +STR_NEWGRF_SETTINGS_RESCAN_FILES :{BLACK}Rescan files +STR_NEWGRF_SETTINGS_RESCAN_FILES_TOOLTIP :{BLACK}Update the list of available NewGRF files STR_NEWGRF_SETTINGS_REMOVE :{BLACK}Remove STR_NEWGRF_SETTINGS_REMOVE_TOOLTIP :{BLACK}Remove the selected NewGRF file from the list STR_NEWGRF_SETTINGS_MOVEUP :{BLACK}Move Up @@ -2362,13 +2363,6 @@ STR_NEWGRF_SETTINGS_DISABLED :{RED}Disabled STR_NEWGRF_SETTINGS_PARAMETER_QUERY :{BLACK}Enter NewGRF parameters -# NewGRF add window -STR_NEWGRF_ADD_CAPTION :{WHITE}Available NewGRF files -STR_NEWGRF_ADD_FILE :{BLACK}Add to selection -STR_NEWGRF_ADD_FILE_TOOLTIP :{BLACK}Add the selected NewGRF file to your configuration -STR_NEWGRF_ADD_RESCAN_FILES :{BLACK}Rescan files -STR_NEWGRF_ADD_RESCAN_FILES_TOOLTIP :{BLACK}Update the list of available NewGRF files - # NewGRF inspect window STR_NEWGRF_INSPECT_CAPTION :{WHITE}Inspect - {STRING5} STR_NEWGRF_INSPECT_PARENT_BUTTON :{BLACK}Parent |