diff options
author | frosch <frosch@openttd.org> | 2010-06-13 14:17:26 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-06-13 14:17:26 +0000 |
commit | ff89345a5c0fc5b2f97e847b340d1fcc0c0bfcaf (patch) | |
tree | 96e69d4f3aa9bb06c8e3d6e5d540422836535243 /src/lang | |
parent | c5424bec97550bd085ffbd06814eb9f02454ece8 (diff) | |
download | openttd-ff89345a5c0fc5b2f97e847b340d1fcc0c0bfcaf.tar.xz |
(svn r19984) -Feature: Show some savegame details when selecting items in saveload GUIs.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 9d8576f29..c520af7a4 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2246,6 +2246,12 @@ STR_SAVELOAD_DELETE_BUTTON :{BLACK}Delete STR_SAVELOAD_DELETE_TOOLTIP :{BLACK}Delete the currently selected saved-game STR_SAVELOAD_SAVE_BUTTON :{BLACK}Save STR_SAVELOAD_SAVE_TOOLTIP :{BLACK}Save the current game, using the selected name +STR_SAVELOAD_LOAD_BUTTON :{BLACK}Load +STR_SAVELOAD_LOAD_TOOLTIP :{BLACK}Load the selected game +STR_SAVELOAD_DETAIL_CAPTION :{BLACK}Game Details +STR_SAVELOAD_DETAIL_NOT_AVAILABLE :{BLACK}No information available. +STR_SAVELOAD_DETAIL_COMPANY_INDEX :{SILVER}{COMMA}: {WHITE}{STRING1} +STR_SAVELOAD_DETAIL_GRFSTATUS :{SILVER}NewGRF: {WHITE}{STRING} STR_SAVELOAD_OSKTITLE :{BLACK}Enter a name for the savegame @@ -2424,6 +2430,12 @@ STR_NEWGRF_DISABLED_WARNING :{WHITE}Missing STR_NEWGRF_UNPAUSE_WARNING_TITLE :{YELLOW}Missing GRF file(s) STR_NEWGRF_UNPAUSE_WARNING :{WHITE}Unpausing can crash OpenTTD. Do not file bug reports for subsequent crashes.{}Do you really want to unpause? +# NewGRF status +STR_NEWGRF_LIST_NONE :None +STR_NEWGRF_LIST_ALL_FOUND :All files present +STR_NEWGRF_LIST_COMPATIBLE :{YELLOW}Found compatible files +STR_NEWGRF_LIST_MISSING :{RED}Missing files + # NewGRF 'it's broken' warnings STR_NEWGRF_BROKEN :{WHITE}Behaviour of NewGRF '{0:RAW_STRING}' is likely to cause desyncs and/or crashes. STR_NEWGRF_BROKEN_VEHICLE_LENGTH :{WHITE}It changes vehicle length for '{1:ENGINE}' when not inside a depot. |