(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.
This commit is contained in:
@@ -719,8 +719,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Town si
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Show last message or news report
|
||||
STR_02B8_SUMMARY :{BLACK}Summary
|
||||
STR_02B9_FULL :{BLACK}Full
|
||||
STR_SUMMARY :Summary
|
||||
STR_FULL :Full
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Town directory
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Vehicle design names
|
||||
@@ -766,8 +766,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Giant Screensho
|
||||
STR_02D9_ABOUT_OPENTTD :About 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DB_OFF :{BLACK}Off
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Display subsidies
|
||||
STR_02DD_SUBSIDIES :Subsidies
|
||||
STR_02DE_MAP_OF_WORLD :Map of world
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Tamanho
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Mostrar a <20>ltima mensagem ou not<6F>cia
|
||||
STR_02B8_SUMMARY :{BLACK}Resumo
|
||||
STR_02B9_FULL :{BLACK}Completo
|
||||
STR_SUMMARY :Resumo
|
||||
STR_FULL :Completo
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Lista de cidades
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nomes dos ve<76>culos
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Captura gigante
|
||||
STR_02D9_ABOUT_OPENTTD :Sobre o OpenTTD...
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DB_OFF :{BLACK}Off
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Mostrar subs<62>dios
|
||||
STR_02DD_SUBSIDIES :Subs<62>dios
|
||||
STR_02DE_MAP_OF_WORLD :Mapa do mundo
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Mida de
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Mostra el darrer missatge o not<6F>cia
|
||||
STR_02B8_SUMMARY :{BLACK}Resum
|
||||
STR_02B9_FULL :{BLACK}Complet
|
||||
STR_SUMMARY :Resum
|
||||
STR_FULL :Complet
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Directori de Poblacions
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Noms de dissenys de vehicles
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :C
|
||||
STR_02D9_ABOUT_OPENTTD :Quant a 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Actiu
|
||||
STR_02DB_OFF :{BLACK}Inactiu
|
||||
STR_02DA_ON :{BLACK}Actiu
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Mostrar subvencions
|
||||
STR_02DD_SUBSIDIES :Subvencions
|
||||
STR_02DE_MAP_OF_WORLD :Mapa del m<>n
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Velikos
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Uk<55>zat posledn<64> zpr<70>vu nebo clanek
|
||||
STR_02B8_SUMMARY :{BLACK}Shrnut<EFBFBD>
|
||||
STR_02B9_FULL :{BLACK}Pln<EFBFBD>
|
||||
STR_SUMMARY :Shrnut<EFBFBD>
|
||||
STR_FULL :Pln<EFBFBD>
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Seznam mest
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}N<>zvy dopravn<76>ch prostredku
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Obrovsk
|
||||
STR_02D9_ABOUT_OPENTTD :O 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Zapnuto
|
||||
STR_02DB_OFF :{BLACK}Vypnuto
|
||||
STR_02DA_ON :{BLACK}Zapnuto
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Zobrazit nabidky dotaci
|
||||
STR_02DD_SUBSIDIES :Dotace
|
||||
STR_02DE_MAP_OF_WORLD :Mapa sveta
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Byst
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Vis sidste besked eller nyheds rapport
|
||||
STR_02B8_SUMMARY :{BLACK}Resume
|
||||
STR_02B9_FULL :{BLACK}Fuldt
|
||||
STR_SUMMARY :Resume
|
||||
STR_FULL :Fuldt
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Byoversigt
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}K<>ret<65>jsdesignnavne
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :K
|
||||
STR_02D9_ABOUT_OPENTTD :Om 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Til
|
||||
STR_02DB_OFF :{BLACK}Fra
|
||||
STR_02DA_ON :{BLACK}Til
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Vis specialaftaler
|
||||
STR_02DD_SUBSIDIES :Specialaftaler
|
||||
STR_02DE_MAP_OF_WORLD :Kort over verden
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Stadsgr
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Laat laatste (nieuws)bericht zien
|
||||
STR_02B8_SUMMARY :{BLACK}Kort
|
||||
STR_02B9_FULL :{BLACK}Volledig
|
||||
STR_SUMMARY :Kort
|
||||
STR_FULL :Volledig
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Stedenlijst
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Voertuignamen
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Grote Schermpri
|
||||
STR_02D9_ABOUT_OPENTTD :Over OpenTTD
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Aan
|
||||
STR_02DB_OFF :{BLACK}Uit
|
||||
STR_02DA_ON :{BLACK}Aan
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Toon subsidies
|
||||
STR_02DD_SUBSIDIES :Subsidies
|
||||
STR_02DE_MAP_OF_WORLD :Kaart
|
||||
|
||||
@@ -565,7 +565,7 @@ STR_020C_NEW_VEHICLES :{YELLOW}New veh
|
||||
STR_020D_CHANGES_OF_CARGO_ACCEPTANCE :{YELLOW}Changes to cargo acceptance
|
||||
STR_020E_SUBSIDIES :{YELLOW}Subsidies
|
||||
STR_020F_GENERAL_INFORMATION :{YELLOW}General information
|
||||
STR_MESSAGES_ALL :{YELLOW}Setting for all messagetypes (on/off/summary)
|
||||
STR_MESSAGES_ALL :{YELLOW}Setting for all messagetypes (off/summary/full)
|
||||
STR_MESSAGE_SOUND :{YELLOW}Play sound for summarized newsmessages
|
||||
STR_0210_TOO_FAR_FROM_PREVIOUS_DESTINATIO :{WHITE}...too far from previous destination
|
||||
STR_0211_TOP_COMPANIES_WHO_REACHED :{BIGFONT}{BLACK}Top companies who reached {NUMU16}{}({STRING} Level)
|
||||
@@ -723,8 +723,9 @@ STR_02A5_TOWN_SIZE :{YELLOW}Town si
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Show last message or news report
|
||||
STR_02B8_SUMMARY :{BLACK}Summary
|
||||
STR_02B9_FULL :{BLACK}Full
|
||||
STR_OFF :Off
|
||||
STR_SUMMARY :Summary
|
||||
STR_FULL :Full
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Town directory
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Vehicle design names
|
||||
@@ -770,8 +771,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Giant Screensho
|
||||
STR_02D9_ABOUT_OPENTTD :About 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DB_OFF :{BLACK}Off
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Display subsidies
|
||||
STR_02DD_SUBSIDIES :Subsidies
|
||||
STR_02DE_MAP_OF_WORLD :Map of world
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Kaupung
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}N<>yt<79> viimeisin viesti tai uutisraportti
|
||||
STR_02B8_SUMMARY :{BLACK}Tiivistetty
|
||||
STR_02B9_FULL :{BLACK}T<EFBFBD>ysi
|
||||
STR_SUMMARY :Tiivistetty
|
||||
STR_FULL :T<EFBFBD>ysi
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Kaupunkihakemisto
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Ajoneuvojen mallinimet
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Valtava kuvanka
|
||||
STR_02D9_ABOUT_OPENTTD :Tietoja 'OpenTTD:st<73>'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}P<><50>ll<6C>
|
||||
STR_02DB_OFF :{BLACK}Pois
|
||||
STR_02DA_ON :{BLACK}P<><50>ll<6C>
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}N<>yt<79> alennukset
|
||||
STR_02DD_SUBSIDIES :Alennukset
|
||||
STR_02DE_MAP_OF_WORLD :Maailmankartta
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Taille:
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Afficher le dernier message ou bulletin de nouvelles
|
||||
STR_02B8_SUMMARY :{BLACK}Sommaire
|
||||
STR_02B9_FULL :{BLACK}Complet
|
||||
STR_SUMMARY :Sommaire
|
||||
STR_FULL :Complet
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Annuaire des villes
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Noms de conception des V<>hicules
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Copie g
|
||||
STR_02D9_ABOUT_OPENTTD :<3A> Propos de 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Activ<69>
|
||||
STR_02DB_OFF :{BLACK}D<>sactiv<69>
|
||||
STR_02DA_ON :{BLACK}Activ<69>
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Afficher les subventions
|
||||
STR_02DD_SUBSIDIES :Subventions
|
||||
STR_02DE_MAP_OF_WORLD :Carte du monde
|
||||
|
||||
@@ -719,8 +719,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Tama
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Amosa-la <20>ltima mesaxe ou noticia
|
||||
STR_02B8_SUMMARY :{BLACK}Sumario
|
||||
STR_02B9_FULL :{BLACK}Completo
|
||||
STR_SUMMARY :Sumario
|
||||
STR_FULL :Completo
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Directorio de cidades
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nomes dos dese<73>os dos veh<65>culos
|
||||
@@ -766,8 +766,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Capt.Pant. Xiga
|
||||
STR_02D9_ABOUT_OPENTTD :Acerca de 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DB_OFF :{BLACK}Off
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Amosa-los subsidios
|
||||
STR_02DD_SUBSIDIES :Subsidios
|
||||
STR_02DE_MAP_OF_WORLD :Mapa do Mundo
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Stadtgr
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Letzte Nachricht oder letzten Bericht anzeigen
|
||||
STR_02B8_SUMMARY :{BLACK}Ticker
|
||||
STR_02B9_FULL :{BLACK}Zeitung
|
||||
STR_SUMMARY :Ticker
|
||||
STR_FULL :Zeitung
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :St<53>dteverzeichnis
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Fahrzeugnamen
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Riesiger Screen
|
||||
STR_02D9_ABOUT_OPENTTD :<3A>ber 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}an
|
||||
STR_02DB_OFF :{BLACK}aus
|
||||
STR_02DA_ON :{BLACK}an
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Subventionen anzeigen
|
||||
STR_02DD_SUBSIDIES :Subventionen
|
||||
STR_02DE_MAP_OF_WORLD :Weltkarte
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}A v
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Utols<6C> <20>zenet vagy <20>js<6A>gh<67>r megmutat<61>sa
|
||||
STR_02B8_SUMMARY :{BLACK}Kivonat
|
||||
STR_02B9_FULL :{BLACK}Teljes
|
||||
STR_SUMMARY :Kivonat
|
||||
STR_FULL :Teljes
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :V<>roslista
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}J<>rm<72>vek m<>rkanevei
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :
|
||||
STR_02D9_ABOUT_OPENTTD :Az 'OpenTTD'-r<>l
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Be
|
||||
STR_02DB_OFF :{BLACK}Ki
|
||||
STR_02DA_ON :{BLACK}Be
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}<7D>llami t<>mogat<61>sok
|
||||
STR_02DD_SUBSIDIES :T<>mogat<61>sok
|
||||
STR_02DE_MAP_OF_WORLD :Vil<69>gt<67>rk<72>p
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}St
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}S<>na seinustu skilabo<62> e<>a fr<66>ttatilkynningu
|
||||
STR_02B8_SUMMARY :{BLACK}<EFBFBD>rtak
|
||||
STR_02B9_FULL :{BLACK}Allt
|
||||
STR_SUMMARY :<EFBFBD>rtak
|
||||
STR_FULL :Allt
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :B<>jarmappa
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}H<>nnunarn<72>fn farart<72>kja
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Risa skj
|
||||
STR_02D9_ABOUT_OPENTTD :Um 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}<7D>
|
||||
STR_02DB_OFF :{BLACK}Af
|
||||
STR_02DA_ON :{BLACK}<7D>
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}S<>na samstarfssamninga
|
||||
STR_02DD_SUBSIDIES :Samstarfssamningar
|
||||
STR_02DE_MAP_OF_WORLD :Heimskort
|
||||
|
||||
@@ -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<74>
|
||||
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
|
||||
|
||||
@@ -720,8 +720,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Town si
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Show last message or news report
|
||||
STR_02B8_SUMMARY :{BLACK}Summary
|
||||
STR_02B9_FULL :{BLACK}Full
|
||||
STR_SUMMARY :Summary
|
||||
STR_FULL :Full
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Town directory
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Vehicle design names
|
||||
@@ -767,8 +767,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Giant Screensho
|
||||
STR_02D9_ABOUT_OPENTTD :Par 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DB_OFF :{BLACK}Off
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Display subsidies
|
||||
STR_02DD_SUBSIDIES :Subsidies
|
||||
STR_02DE_MAP_OF_WORLD :Pasaules Karte
|
||||
|
||||
@@ -722,8 +722,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Miesto
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Parodyti paskutine zinute ar spaudos pranesima
|
||||
STR_02B8_SUMMARY :{BLACK}Santrauka
|
||||
STR_02B9_FULL :{BLACK}Pilnas
|
||||
STR_SUMMARY :Santrauka
|
||||
STR_FULL :Pilnas
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Miestu katalogas
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Tr. priemoniu pavadinimai
|
||||
@@ -769,8 +769,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Fotografuoti vi
|
||||
STR_02D9_ABOUT_OPENTTD :Apie 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Ijungta
|
||||
STR_02DB_OFF :{BLACK}Isjungta
|
||||
STR_02DA_ON :{BLACK}Ijungta
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Rodyti subsidijas
|
||||
STR_02DD_SUBSIDIES :Subsidijos
|
||||
STR_02DE_MAP_OF_WORLD :Zemelapis
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Byst
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Vis siste melding eller nyhetsrapport
|
||||
STR_02B8_SUMMARY :{BLACK}Sammendrag
|
||||
STR_02B9_FULL :{BLACK}Fullt
|
||||
STR_SUMMARY :Sammendrag
|
||||
STR_FULL :Fullt
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Byoversikt
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Navn p<> kj<6B>ret<65>y
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Stor skjermdump
|
||||
STR_02D9_ABOUT_OPENTTD :Om 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}P<>
|
||||
STR_02DB_OFF :{BLACK}Av
|
||||
STR_02DA_ON :{BLACK}P<>
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Vis subsidier
|
||||
STR_02DD_SUBSIDIES :Subsidier
|
||||
STR_02DE_MAP_OF_WORLD :Verdenskart
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Wielkos
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Pokaz ostatnia wiadomosc lub ogloszenie
|
||||
STR_02B8_SUMMARY :{BLACK}Sumarycznie
|
||||
STR_02B9_FULL :{BLACK}Pelne
|
||||
STR_SUMMARY :Sumarycznie
|
||||
STR_FULL :Pelne
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Lista miast
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nazwy pojazdow
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Gigantyczny zrz
|
||||
STR_02D9_ABOUT_OPENTTD :Info o 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Wla.
|
||||
STR_02DB_OFF :{BLACK}Wyl.
|
||||
STR_02DA_ON :{BLACK}Wla.
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Wyswietl subsydia
|
||||
STR_02DD_SUBSIDIES :Subsydia
|
||||
STR_02DE_MAP_OF_WORLD :Mapa swiata
|
||||
|
||||
@@ -720,8 +720,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Tamanho
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Mostrar a <20>ltima mensagem ou not<6F>cia
|
||||
STR_02B8_SUMMARY :{BLACK}Resumo
|
||||
STR_02B9_FULL :{BLACK}Completo
|
||||
STR_SUMMARY :Resumo
|
||||
STR_FULL :Completo
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Lista de cidades
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nomes dos ve<76>culos
|
||||
@@ -767,8 +767,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Captura gigante
|
||||
STR_02D9_ABOUT_OPENTTD :Sobre o OpenTTD...
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DB_OFF :{BLACK}Off
|
||||
STR_02DA_ON :{BLACK}On
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Mostrar subs<62>dios
|
||||
STR_02DD_SUBSIDIES :Subs<62>dios
|
||||
STR_02DE_MAP_OF_WORLD :Mapa do mundo
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}M
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Re-afiseaz<61> ultimul mesaj
|
||||
STR_02B8_SUMMARY :{BLACK}Pe scurt
|
||||
STR_02B9_FULL :{BLACK}Pe larg
|
||||
STR_SUMMARY :Pe scurt
|
||||
STR_FULL :Pe larg
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Lista oraselor (F5)
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Numele vehiculelor si modelelor
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Screenshot giga
|
||||
STR_02D9_ABOUT_OPENTTD :Despre 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}activ
|
||||
STR_02DB_OFF :{BLACK}inactiv
|
||||
STR_02DA_ON :{BLACK}activ
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Afiseaz<61> subventiile (F6)
|
||||
STR_02DD_SUBSIDIES :Subventii (F6)
|
||||
STR_02DE_MAP_OF_WORLD :Harta lumii (F4)
|
||||
|
||||
@@ -720,8 +720,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Velkost
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Zobraz poslednu spravu alebo novinku
|
||||
STR_02B8_SUMMARY :{BLACK}Obsah
|
||||
STR_02B9_FULL :{BLACK}Plne
|
||||
STR_SUMMARY :Obsah
|
||||
STR_FULL :Plne
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Zoznam miest
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nazvy vozidiel
|
||||
@@ -767,8 +767,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Velky ScreenSho
|
||||
STR_02D9_ABOUT_OPENTTD :O hre 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Zap.
|
||||
STR_02DB_OFF :{BLACK}Vyp.
|
||||
STR_02DA_ON :{BLACK}Zap.
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Zobrazit Dotacie
|
||||
STR_02DD_SUBSIDIES :Dotacie
|
||||
STR_02DE_MAP_OF_WORLD :Mapa sveta
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Tama
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Mostrar <20>ltimo mensaje/noticia
|
||||
STR_02B8_SUMMARY :{BLACK}Resumen
|
||||
STR_02B9_FULL :{BLACK}Completo
|
||||
STR_SUMMARY :Resumen
|
||||
STR_FULL :Completo
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Directorio de poblaciones
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Nombres de dise<73>o de veh<65>culos
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Captura Gigante
|
||||
STR_02D9_ABOUT_OPENTTD :Acerca de 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Encendido
|
||||
STR_02DB_OFF :{BLACK}Apagado
|
||||
STR_02DA_ON :{BLACK}Encendido
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Mostras subvenciones
|
||||
STR_02DD_SUBSIDIES :Subvenciones
|
||||
STR_02DE_MAP_OF_WORLD :Mapa del mundo
|
||||
|
||||
@@ -723,8 +723,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Stadsst
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Visa senaste meddelande eller nyhet
|
||||
STR_02B8_SUMMARY :{BLACK}Summering
|
||||
STR_02B9_FULL :{BLACK}Full
|
||||
STR_SUMMARY :Summering
|
||||
STR_FULL :Full
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Lista av st<73>der
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Fordonens modellnamn
|
||||
@@ -770,8 +770,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Gigantisk sk
|
||||
STR_02D9_ABOUT_OPENTTD :Om 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}P<>
|
||||
STR_02DB_OFF :{BLACK}Av
|
||||
STR_02DA_ON :{BLACK}P<>
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Visa subventioner
|
||||
STR_02DD_SUBSIDIES :Subventioner
|
||||
STR_02DE_MAP_OF_WORLD :V<>rldskarta
|
||||
|
||||
@@ -719,8 +719,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Linna s
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}N<>itab viimast teadet
|
||||
STR_02B8_SUMMARY :{BLACK}L<EFBFBD>hike
|
||||
STR_02B9_FULL :{BLACK}T<EFBFBD>ielik
|
||||
STR_SUMMARY :L<EFBFBD>hike
|
||||
STR_FULL :T<EFBFBD>ielik
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Linnade nimistu
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}S<>idukite disaini nimed
|
||||
@@ -766,8 +766,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Suur ekraanit
|
||||
STR_02D9_ABOUT_OPENTTD :'OpenTTD' kohta
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Sees
|
||||
STR_02DB_OFF :{BLACK}V<>ljas
|
||||
STR_02DA_ON :{BLACK}Sees
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Kuvab subsiidiumite akna
|
||||
STR_02DD_SUBSIDIES :Subsiidiumid
|
||||
STR_02DE_MAP_OF_WORLD :Maailmakaart
|
||||
|
||||
Reference in New Issue
Block a user