diff options
author | Darkvater <Darkvater@openttd.org> | 2005-04-13 23:03:31 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2005-04-13 23:03:31 +0000 |
commit | e25dfa6e7ef451c84bfe5863b1e61426232ebf8f (patch) | |
tree | 6b6a8aa05e22c1c6f0d84cdc20bbc1a190e9f7c4 /lang/italian.txt | |
parent | f36354a70f51337c0aae11c97ef9ae90fd477f63 (diff) | |
download | openttd-e25dfa6e7ef451c84bfe5863b1e61426232ebf8f.tar.xz |
(svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930].
- I also changed an order of strings from On, Off to Off, On, so this can be used ingame with the WWT_4 widget type.
- Since the newssettings now take 2 bits per setting (off/summary/on) _news_display_opt is widened to 32 bits and the settings code changed slightly to accomodate for a maximum of 16 message-types.
Diffstat (limited to 'lang/italian.txt')
-rw-r--r-- | lang/italian.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/italian.txt b/lang/italian.txt index 7fa0961ba..a53a9749e 100644 --- a/lang/italian.txt +++ b/lang/italian.txt @@ -720,8 +720,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Dimensi STR_02B6 :{STRING} - {STRING} STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Mostra ultimo messaggio o un report -STR_02B8_SUMMARY :{BLACK}Sommario -STR_02B9_FULL :{BLACK}Completo +STR_SUMMARY :Sommario +STR_FULL :Completo STR_02BA :{SILVER}- - {STRING} - - STR_02BB_TOWN_DIRECTORY :Elenco Cittą STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nomi veicoli @@ -767,8 +767,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :ScreenShot Giga STR_02D9_ABOUT_OPENTTD :Info su 'OpenTTD' ############ range ends here -STR_02DA_ON :{BLACK}On STR_02DB_OFF :{BLACK}Off +STR_02DA_ON :{BLACK}On STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Mostra sussidi STR_02DD_SUBSIDIES :Sussidi STR_02DE_MAP_OF_WORLD :Mappa del mondo |