diff options
author | peter1138 <peter1138@openttd.org> | 2006-12-04 14:27:54 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-12-04 14:27:54 +0000 |
commit | c7d3d996bf34218aa83764b055e9a3463d624308 (patch) | |
tree | eb735610b291d04eb8d084378a46cf3e14de30d6 /lang | |
parent | 9a87e1e0ea23e4ca76ebc1b2d9bcc08110d5a674 (diff) | |
download | openttd-c7d3d996bf34218aa83764b055e9a3463d624308.tar.xz |
(svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/lang/english.txt b/lang/english.txt index 2e8369c66..24459f005 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -760,7 +760,7 @@ STR_CHECKMARK :{CHECKMARK} STR_02C3_GAME_OPTIONS :Game options STR_02C5_DIFFICULTY_SETTINGS :Difficulty settings STR_02C7_CONFIG_PATCHES :Configure patches -STR_NEWGRF_SETTINGS :Newgrf settings +STR_NEWGRF_SETTINGS :NewGRF settings STR_GAMEOPTMENU_0A : STR_02CA_TOWN_NAMES_DISPLAYED :{SETX 12}Town names displayed STR_02CC_STATION_NAMES_DISPLAYED :{SETX 12}Station names displayed @@ -2870,13 +2870,37 @@ STR_PERFORMANCE_DETAIL_MONEY_TIP :{BLACK}Amount o STR_PERFORMANCE_DETAIL_LOAN_TIP :{BLACK}The amount of money this company has taken on loan STR_PERFORMANCE_DETAIL_TOTAL_TIP :{BLACK}Total points out of possible points -STR_NEWGRF_SETTINGS_CAPTION :{WHITE}Newgrf settings +STR_NEWGRF_SETTINGS_BUTTON :{BLACK}NewGRF Settings +STR_NEWGRF_SETTINGS_CAPTION :{WHITE}NewGRF settings STR_NEWGRF_APPLY_CHANGES :{BLACK}Apply changes STR_NEWGRF_SET_PARAMETERS :{BLACK}Set parameters STR_NEWGRF_TIP :{BLACK}A list of all the Newgrf sets that you have installed. Click a set to change the settings STR_NEWGRF_NO_FILES_INSTALLED :{BLACK}There are currently no newgrf files installed! Please refer to the manual for instructions on installing new graphics -STR_NEWGRF_FILENAME :{BLACK}Filename: -STR_NEWGRF_GRF_ID :{BLACK}GRF ID: +STR_NEWGRF_FILENAME :{BLACK}Filename: {SILVER}{STRING} +STR_NEWGRF_GRF_ID :{BLACK}GRF ID: {SILVER}{STRING} +STR_NEWGRF_MD5SUM :{BLACK}MD5sum: {SILVER}{STRING} + +STR_NEWGRF_ADD :{BLACK}Add +STR_NEWGRF_ADD_TIP :{BLACK}Add a NewGRF file to the list +STR_NEWGRF_REMOVE :{BLACK}Remove +STR_NEWGRF_REMOVE_TIP :{BLACK}Remove the selected NewGRF file from the list +STR_NEWGRF_MOVEUP :{BLACK}Move Up +STR_NEWGRF_MOVEUP_TIP :{BLACK}Move the selected NewGRF file up the list +STR_NEWGRF_MOVEDOWN :{BLACK}Move Down +STR_NEWGRF_MOVEDOWN_TIP :{BLACK}Move the selected NewGRF file down the list +STR_NEWGRF_FILE_TIP :{BLACK}A list of the NewGRF files that are installed. Click a file to change its parameters +STR_NEWGRF_PARAMETER :{BLACK}Parameters: {SILVER}{STRING} +STR_NEWGRF_PARAMETER_QUERY :{BLACK}Enter NewGRF parameters +STR_NEWGRF_NO_INFO :{BLACK}No information available + +STR_NEWGRF_ADD_CAPTION :{WHITE}Available NewGRF files +STR_NEWGRF_ADD_FILE :{BLACK}Add to selection +STR_NEWGRF_ADD_FILE_TIP :{BLACK}Add the selected NewGRF file to your configuration +STR_NEWGRF_RESCAN_FILES :{BLACK}Rescan files +STR_NEWGRF_RESCAN_FILES_TIP :{BLACK}Update the list of available NewGRF files + +STR_NEWGRF_NOT_FOUND :{RED}Matching file not found +STR_NEWGRF_DISABLED :{RED}Disabled STR_CURRENCY_WINDOW :{WHITE}Custom currency STR_CURRENCY_EXCHANGE_RATE :{LTBLUE}Exchange rate: {ORANGE}{CURRENCY} = £ {COMMA} |