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 | a3da2d514566b701c04bbad6346d6c5d0560b06e (patch) | |
tree | 74377b562297b0b629bee5b5ee1a0e71731b56bc /src/lang | |
parent | 0ffb01910399ca9a938726e68fb93da3dddb2aa1 (diff) | |
download | openttd-a3da2d514566b701c04bbad6346d6c5d0560b06e.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} |