diff options
author | frosch <frosch@openttd.org> | 2013-02-18 19:30:24 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-02-18 19:30:24 +0000 |
commit | 1b10910af6b8bec0a5900478119d8e8541bb2e5b (patch) | |
tree | abec2063c4572cc94293c6d67f1b15868473dc48 /src/lang | |
parent | 41cc06a83ca1ee584273d3169ebe2dc45ef1302d (diff) | |
download | openttd-1b10910af6b8bec0a5900478119d8e8541bb2e5b.tar.xz |
(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 2417042fc..41ce608a1 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2080,6 +2080,10 @@ STR_CONTENT_SELECT_UPDATES_CAPTION :{BLACK}Select u STR_CONTENT_SELECT_UPDATES_CAPTION_TOOLTIP :{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_TOOLTIP :{BLACK}Mark all content to be not downloaded +STR_CONTENT_SEARCH_EXTERNAL :{BLACK}Search external websites +STR_CONTENT_SEARCH_EXTERNAL_TOOLTIP :{BLACK}Search content not available on OpenTTD's content service on websites not associated to OpenTTD +STR_CONTENT_SEARCH_EXTERNAL_DISCLAIMER_CAPTION :{WHITE}You are leaving OpenTTD! +STR_CONTENT_SEARCH_EXTERNAL_DISCLAIMER :{WHITE}The terms and conditions for downloading content from external websites vary.{}You will have to refer to the external sites for instructions how to install the content into OpenTTD.{}Do you want to continue? STR_CONTENT_FILTER_TITLE :{BLACK}Tag/name filter: STR_CONTENT_OPEN_URL :{BLACK}Visit website STR_CONTENT_OPEN_URL_TOOLTIP :{BLACK}Visit the website for this content |