diff options
author | rubidium <rubidium@openttd.org> | 2011-11-17 21:17:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-17 21:17:17 +0000 |
commit | 02b884d923d5d273004b51b36e4054c0b7629b8d (patch) | |
tree | 22e28792da88a02cd509e629dc5a4b0a87a1c495 /src/lang | |
parent | 4390f6f449226a756b10e42d012574a9d85aace2 (diff) | |
download | openttd-02b884d923d5d273004b51b36e4054c0b7629b8d.tar.xz |
(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index d620f47e7..acc2ea710 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1875,6 +1875,11 @@ STR_CONTENT_ERROR_COULD_NOT_DOWNLOAD_CONNECTION_LOST :{WHITE}... conn STR_CONTENT_ERROR_COULD_NOT_DOWNLOAD_FILE_NOT_WRITABLE :{WHITE}... file not writable STR_CONTENT_ERROR_COULD_NOT_EXTRACT :{WHITE}Could not decompress the downloaded file +STR_MISSING_GRAPHICS_SET_CAPTION :{WHITE}Missing graphics +STR_MISSING_GRAPHICS_SET_MESSAGE :{BLACK}OpenTTD requires graphics to function but none could be found. Do you allow OpenTTD to download and install these graphics? +STR_MISSING_GRAPHICS_YES_DOWNLOAD :{BLACK}Yes, download the graphics +STR_MISSING_GRAPHICS_NO_QUIT :{BLACK}No, quit OpenTTD + # Transparency settings window STR_TRANSPARENCY_CAPTION :{WHITE}Transparency Options STR_TRANSPARENT_SIGNS_TOOLTIP :{BLACK}Toggle transparency for station signs. Ctrl+Click to lock |