diff options
author | rubidium <rubidium@openttd.org> | 2009-02-06 12:00:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-06 12:00:14 +0000 |
commit | c346f249cd30329dde69a84e3de5915a91921eca (patch) | |
tree | 74377b562297b0b629bee5b5ee1a0e71731b56bc /src/lang | |
parent | 35c5da08c5417c73fdad4d5602ba3f112759e25b (diff) | |
download | openttd-c346f249cd30329dde69a84e3de5915a91921eca.tar.xz |
(svn r15372) -Feature: filter the 'content' based on the tag/name. Based on a patch by Roujin.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a506474d8..30eca93cd 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3763,6 +3763,9 @@ STR_CONTENT_SELECT_UPDATES_CAPTION :{BLACK}Select u STR_CONTENT_SELECT_UPDATES_CAPTION_TIP :{BLACK}Mark all content that is an upgrade for existing content to be downloaded STR_CONTENT_UNSELECT_ALL_CAPTION :{BLACK}Unselect all STR_CONTENT_UNSELECT_ALL_CAPTION_TIP :{BLACK}Mark all content to be not downloaded +STR_CONTENT_FILTER_OSKTITLE :{BLACK}Enter filter string +STR_CONTENT_FILTER_TIP :{BLACK}Enter a keyword to filter the list for +STR_CONTENT_FILTER_TITLE :{BLACK}Tag/name filter: STR_CONTENT_DOWNLOAD_CAPTION :{BLACK}Download STR_CONTENT_DOWNLOAD_CAPTION_TIP :{BLACK}Start downloading the selected content STR_CONTENT_TOTAL_DOWNLOAD_SIZE :{SILVER}Total download size: {WHITE}{BYTES} |