diff options
author | rubidium <rubidium@openttd.org> | 2007-11-12 18:32:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-11-12 18:32:04 +0000 |
commit | 9d85d9d41fb5e74fd2a9248b2394a4be3cbd3708 (patch) | |
tree | 631dd66241a92911b8314b0d62b3a5ffd50f829e /src | |
parent | 04925c3f12b69cfa3ef4938dbac76783e70d17b0 (diff) | |
download | openttd-9d85d9d41fb5e74fd2a9248b2394a4be3cbd3708.tar.xz |
(svn r11420) -Fix [FS#1006]: industry closure news not properly shown when the news item pops up after the industry has been removed from the map.
Diffstat (limited to 'src')
39 files changed, 118 insertions, 114 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 222c4530c..1abec8cf6 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -1993,6 +1993,10 @@ static void ChangeIndustryProduction(Industry *i, bool monthly) SetDParam(0, STR_TOWN); SetDParam(1, i->town->index); SetDParam(2, indspec->name); + } else if (closeit) { + SetDParam(0, STR_INDUSTRY_FORMAT); + SetDParam(1, i->town->index); + SetDParam(2, indspec->name); } else { SetDParam(0, i->index); } diff --git a/src/lang/afrikaans.txt b/src/lang/afrikaans.txt index d605f7dac..b427e6105 100644 --- a/src/lang/afrikaans.txt +++ b/src/lang/afrikaans.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Koste: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Nywerheid tipe kan nie hier gebou word nie... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...woud kan net bo sneeu-lyn beplant word -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} aankondig dreigend sluiting! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Lewering probleme veroorsaak {INDUSTRY} om dreigend sluting te aankondig! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Gemis van naby boome veroorsaak {INDUSTRY} om dreigend sluiting te aankondig! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} aankondig dreigend sluiting! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Lewering probleme veroorsaak {STRING} om dreigend sluting te aankondig! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Gemis van naby boome veroorsaak {STRING} om dreigend sluiting te aankondig! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} vermeerder produksie! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nuwe kool laag gevind by {INDUSTRY}!{}Produksie is verwag om te verdubbel! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nuwe olie reserwes gevind by {INDUSTRY}!{}Produksie is verwag om te verdubbel! diff --git a/src/lang/american.txt b/src/lang/american.txt index ea18b488f..3f8f00175 100644 --- a/src/lang/american.txt +++ b/src/lang/american.txt @@ -2000,9 +2000,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cost: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Can't construct this industry type here... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...forest can only be planted above snow-line -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} announces imminent closure! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Supply problems cause {INDUSTRY} to announce imminent closure! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lack of nearby trees causes {INDUSTRY} to announce imminent closure! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} announces imminent closure! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Supply problems cause {STRING} to announce imminent closure! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lack of nearby trees causes {STRING} to announce imminent closure! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} increases production! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}New coal seam found at {INDUSTRY}!{}Production is expected to double! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}New oil reserves found at {INDUSTRY}!{}Production is expected to double! diff --git a/src/lang/brazilian_portuguese.txt b/src/lang/brazilian_portuguese.txt index f454a2bfb..e35faacd5 100644 --- a/src/lang/brazilian_portuguese.txt +++ b/src/lang/brazilian_portuguese.txt @@ -2006,9 +2006,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Custo: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Impossível construir este tipo de indústria aqui... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...a floresta só pode ser plantada acima do nível de neve -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} anuncia o fechamento! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemas de abastecimento forçaram {INDUSTRY} a anunciar o fechamento! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Falta de árvores nas proximidades forçaram {INDUSTRY} a anunciar o fechamento! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} anuncia o fechamento! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemas de abastecimento forçaram {STRING} a anunciar o fechamento! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Falta de árvores nas proximidades forçaram {STRING} a anunciar o fechamento! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} aumenta a produção! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nova jazida de carvão encontrada em {INDUSTRY}!{}A expectativa é dobrar a produção! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Novas reservas de petróleo encontradas em {INDUSTRY}!{}A expectativa é dobrar a produção! diff --git a/src/lang/bulgarian.txt b/src/lang/bulgarian.txt index 76768a56e..535b39cdf 100644 --- a/src/lang/bulgarian.txt +++ b/src/lang/bulgarian.txt @@ -2000,9 +2000,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Цена: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Този вид индустия не може да бъде построена тук... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...гора може да се засажда само над линията на снега -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} обяви незабавно закриване! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Проблеми с доставките предизвикаха незабавно закриване на {INDUSTRY}! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Липса на дървета предизвикаха незабавно закриване на {INDUSTRY}! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} обяви незабавно закриване! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Проблеми с доставките предизвикаха незабавно закриване на {STRING}! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Липса на дървета предизвикаха незабавно закриване на {STRING}! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} увеличава прозводството! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Нови залежи на въглища са намерени в {INDUSTRY}!{}Очаква се производството да се удвои! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Нови залежи на Нефт са намерени в {INDUSTRY}!{}Очаква се производстото да се удвои! diff --git a/src/lang/catalan.txt b/src/lang/catalan.txt index 4a6de9bd6..a178eb5cb 100644 --- a/src/lang/catalan.txt +++ b/src/lang/catalan.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cost: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Aquí no es pot construir aquest tipus d'indústria... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...els boscos només es poden plantar sota la cota de neu -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} anuncia el seu inminent tancament! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemes de subministrament fan que {INDUSTRY} anuncïi el seu inminent tancament! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}La falta d'arbres propers fan que {INDUSTRY} anuncïi el seu inminent tancament! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} anuncia el seu inminent tancament! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemes de subministrament fan que {STRING} anuncïi el seu inminent tancament! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}La falta d'arbres propers fan que {STRING} anuncïi el seu inminent tancament! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} incrementa la producció! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nova veta de carbó trobada a {INDUSTRY}!{}Es preveu doblar la producció! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Noves reserves de petroli trobades a {INDUSTRY}!{}Es preveu doblar la producció! diff --git a/src/lang/croatian.txt b/src/lang/croatian.txt index d99b32103..5702c39f9 100644 --- a/src/lang/croatian.txt +++ b/src/lang/croatian.txt @@ -2004,9 +2004,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Trošak: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Ovdje nije moguće izgraditi ovu vrstu industrije... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...šume mogu jedino biti posađene iznad linije snijega -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} objavljuje skoro zatvaranje! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zbog problema u nabavi {INDUSTRY} se uskoro zatvara! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Manjak drveća u glavni je razlog što se {INDUSTRY} se uskoro zatvara! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} objavljuje skoro zatvaranje! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zbog problema u nabavi {STRING} se uskoro zatvara! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Manjak drveća u glavni je razlog što se {STRING} se uskoro zatvara! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} povećava proizvodnju! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY} očekuje udvostručenje proizvodnje!{}Pronađena je nova pukotina ugljena! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY} očekuje udvostručenje proizvodnje!{}Pronađene su nove rezerve nafte! diff --git a/src/lang/czech.txt b/src/lang/czech.txt index b4c72e4d1..3260b7d19 100644 --- a/src/lang/czech.txt +++ b/src/lang/czech.txt @@ -2060,9 +2060,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cena: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Tento druh průmyslu zde nemohu postavit... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}... lesy lze vysadit jen nad sněhovou čáru -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} ohlašuje okamžité uzavření! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zásobovací problémy způsobily uzavření {INDUSTRY}! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Nedostatek stromů způsobil uzavření {INDUSTRY}! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} ohlašuje okamžité uzavření! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zásobovací problémy způsobily uzavření {STRING}! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Nedostatek stromů způsobil uzavření {STRING}! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} zvyšuje produkci! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nové ložisko uhlí nalezené v {INDUSTRY}!{}Zdvojnásobí se produkce! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nové zásoby ropy nalezené v {INDUSTRY}!{}Zdvojnásobí se produkce! diff --git a/src/lang/danish.txt b/src/lang/danish.txt index 4a53de7f7..25af1188a 100644 --- a/src/lang/danish.txt +++ b/src/lang/danish.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Pris: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Kan ikke bygge denne industritype her... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...skov kan kun plantes over snelinjen -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} rapporterer om øjeblikkelig nedlukning! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Forsyningsproblemer får {INDUSTRY} til at lukke omgående! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Mangel på træer i nærheden får {INDUSTRY} til at lukke omgående! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} rapporterer om øjeblikkelig nedlukning! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Forsyningsproblemer får {STRING} til at lukke omgående! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Mangel på træer i nærheden får {STRING} til at lukke omgående! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} øger produktionen! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Ny kulåre fundet tæt på {INDUSTRY}!{}Produktionen forventes fordoblet! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nye oliereserver fundet tæt ved {INDUSTRY}!{}Produktionen forventes fordoblet! diff --git a/src/lang/dutch.txt b/src/lang/dutch.txt index f459f4645..8dbf72dac 100644 --- a/src/lang/dutch.txt +++ b/src/lang/dutch.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kosten: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Kan dit type industrie hier niet bouwen... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...bossen kunnen alleen worden geplant boven de sneeuwgrens -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} kondigt dreigend faillissement aan! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Leveringsproblemen noodzaken {INDUSTRY} dreigend faillissement aan te kondigen! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Gebrek aan nabije bomen noodzaakt {INDUSTRY} dreigend faillissement aan te kondigen! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} kondigt dreigend faillissement aan! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Leveringsproblemen noodzaken {STRING} dreigend faillissement aan te kondigen! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Gebrek aan nabije bomen noodzaakt {STRING} dreigend faillissement aan te kondigen! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} verhoogt productie! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nieuwe kolenader gevonden bij {INDUSTRY}!{}Men verwacht productieverdubbeling! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nieuwe oliebronnen gevonden bij {INDUSTRY}!{}Men verwacht productieverdubbeling! diff --git a/src/lang/english.txt b/src/lang/english.txt index c3383d8dc..78c9ba23a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cost: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Can't construct this industry type here... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...forest can only be planted above snow-line -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} announces imminent closure! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Supply problems cause {INDUSTRY} to announce imminent closure! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lack of nearby trees causes {INDUSTRY} to announce imminent closure! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING2} announces imminent closure! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Supply problems cause {STRING2} to announce imminent closure! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lack of nearby trees causes {STRING2} to announce imminent closure! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} increases production! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}New coal seam found at {INDUSTRY}!{}Production is expected to double! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}New oil reserves found at {INDUSTRY}!{}Production is expected to double! diff --git a/src/lang/esperanto.txt b/src/lang/esperanto.txt index d598ee9ce..a32ac92fa 100644 --- a/src/lang/esperanto.txt +++ b/src/lang/esperanto.txt @@ -1889,9 +1889,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kosto: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Industritipo ne konstrueblas ĉi tie... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...arbaro nur planteblas super neĝa limlinio -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} anoncas tre baldaŭan fermiĝon! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Liverproblemoj devigas al {INDUSTRY} anonci tre baldaŭan fermiĝon! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Pro manko da proksimaj arboj {INDUSTRY} devas anonci tre baldaŭan fermiĝon! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} anoncas tre baldaŭan fermiĝon! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Liverproblemoj devigas al {STRING} anonci tre baldaŭan fermiĝon! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Pro manko da proksimaj arboj {STRING} devas anonci tre baldaŭan fermiĝon! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} pliigas produktadon! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nova karbo trovita ĉe {INDUSTRY}!{}Oni atendas produktan duobligon! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nova oleo trovita ĉe {INDUSTRY}!{}Oni atendas produktan duobligon! diff --git a/src/lang/estonian.txt b/src/lang/estonian.txt index 35569b3e5..3695b89e0 100644 --- a/src/lang/estonian.txt +++ b/src/lang/estonian.txt @@ -2102,9 +2102,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Hind: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Seda tüüpi tööstust ei saa siia ehitada... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...metsa saab istutada ainult lumepiirist kõrgemale -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} juhtkond teatab sulgemisest! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY} teatab sulgemisest varustusprobleemide tõttu! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lähiümbruse puude puudumine põhjustab {INDUSTRY} sulgemise! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} juhtkond teatab sulgemisest! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING} teatab sulgemisest varustusprobleemide tõttu! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lähiümbruse puude puudumine põhjustab {STRING} sulgemise! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} kasvab toodang! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY} lähedal avati uus kivisöe kiht!{}Toodang kahekordistub! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY} lähedal avastati uusi naftareserve!{}Toodang kahekordistub! diff --git a/src/lang/finnish.txt b/src/lang/finnish.txt index e361cdd27..ad7acdefe 100644 --- a/src/lang/finnish.txt +++ b/src/lang/finnish.txt @@ -1995,9 +1995,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kustannus: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Teollisuustyyppiä ei voi rakentaa tähän... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...metsää voi istuttaa vain lumirajan yläpuolelle. -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY}: sulkeminen uhkaavan lähellä! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY}: toimitusongelmista johtuen sulkeminen uhkaavan lähellä! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{INDUSTRY}: puiden puutteesta johtuen sulkeminen uhkaavan lähellä! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING}: sulkeminen uhkaavan lähellä! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING}: toimitusongelmista johtuen sulkeminen uhkaavan lähellä! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{STRING}: puiden puutteesta johtuen sulkeminen uhkaavan lähellä! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY}: tuotantoa lisätään! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY}: uusi hiilijuonne löytynyt!{}Tuotannon odotetaan kaksinkertaistuvan! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY}: uusia öljyvaroja löydetty!{}Tuotannon odotetaan kaksinkertaistuvan! diff --git a/src/lang/french.txt b/src/lang/french.txt index 323e2d8cf..f44893a90 100644 --- a/src/lang/french.txt +++ b/src/lang/french.txt @@ -2003,9 +2003,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Prix: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Impossible de construire cette industrie ici... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...les forêts ne peuvent pas être plantées sur de la neige -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} annonce une fermeture imminente! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Des problèmes d'approvisionnement obligent {INDUSTRY} à fermer bientôt! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Le manque d'arbres proches oblige {INDUSTRY} à fermer bientôt! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} annonce une fermeture imminente! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Des problèmes d'approvisionnement obligent {STRING} à fermer bientôt! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Le manque d'arbres proches oblige {STRING} à fermer bientôt! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} augmente la production! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nouveau filon de charbon trouvé à {INDUSTRY}!{}La production devrait doubler! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nouveaux gisements pétrolifères découverts à {INDUSTRY}!{}La production devrait doubler! diff --git a/src/lang/galician.txt b/src/lang/galician.txt index 8535a70f6..1060e3236 100644 --- a/src/lang/galician.txt +++ b/src/lang/galician.txt @@ -1835,9 +1835,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Coste: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Non se pode construír ese tipo de industria aí... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...o bosqur só se pode plantar sobre a liña de neve -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}¡{INDUSTRY} anuncia o seu peche inminente! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}¡Problemas de suministro en {INDUSTRY} provocan o seu peche inminente! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}¡A falta de árbores provoca que {INDUSTRY} anuncie o peche inminente! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}¡{STRING} anuncia o seu peche inminente! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}¡Problemas de suministro en {STRING} provocan o seu peche inminente! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}¡A falta de árbores provoca que {STRING} anuncie o peche inminente! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}¡{INDUSTRY} incrementa a súa producción! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}¡Nova veta de carbón atopada en {INDUSTRY}!{}¡Espérase que a producción dóbrese! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}¡Novas reservas de petróleo atopadas en {INDUSTRY}!{}¡Espérase que a producción dóbrese! diff --git a/src/lang/german.txt b/src/lang/german.txt index 2b3d54877..d8aeab895 100644 --- a/src/lang/german.txt +++ b/src/lang/german.txt @@ -2003,9 +2003,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kosten: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Industrie kann hier nicht gebaut werden... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...Wald kann nur oberhalb der Schneegrenze gepflanzt werden -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} gibt bevorstehende Schließung bekannt! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Wegen fehlender Rohstoffe kündigt {INDUSTRY} die drohende Schließung an! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Wegen Holzmangel gibt {INDUSTRY} die bevorstehende Schließung bekannt! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} gibt bevorstehende Schließung bekannt! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Wegen fehlender Rohstoffe kündigt {STRING} die drohende Schließung an! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Wegen Holzmangel gibt {STRING} die bevorstehende Schließung bekannt! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} erhöht die Produktion! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Neue Kohlevorkommen bei {INDUSTRY} gefunden!{}Förderung verdoppelt! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Neue Ölfunde bei {INDUSTRY}!{}Förderung wird vermutlich verdoppelt! diff --git a/src/lang/hungarian.txt b/src/lang/hungarian.txt index 2af9bbab1..e98aabf72 100644 --- a/src/lang/hungarian.txt +++ b/src/lang/hungarian.txt @@ -2103,9 +2103,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Ár: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Nem építheted ide ezt a gazdasági épületet... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...erdő csak a hóhatár fölé ültethető -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} bejelentette, hogy hamarosan bezár! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY} bejelentette, hogy ellátási gondok miatt hamarosan bezár! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{INDUSTRY} bejelentette, hogy a közeli fák hiánya miatt hamarosan bezár! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} bejelentette, hogy hamarosan bezár! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING} bejelentette, hogy ellátási gondok miatt hamarosan bezár! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{STRING} bejelentette, hogy a közeli fák hiánya miatt hamarosan bezár! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} növeli a termelését! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Új szénréteget találtak {INDUSTRY}ban!{}A termelés megkétszereződik! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Új olajtartalékokat találtak {INDUSTRY} alatt!{}A termelés megkétszereződik! diff --git a/src/lang/icelandic.txt b/src/lang/icelandic.txt index bb0598099..db2606e61 100644 --- a/src/lang/icelandic.txt +++ b/src/lang/icelandic.txt @@ -1856,9 +1856,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kostnaður: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Get ekki reist þennan iðnað hér... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...skógur getur aðeins verið gróðursettur yfir snjólínu -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} tilkynnir yfirvofandi lokun! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Birgðavandamál knýja {INDUSTRY} til að tilkynna yfirvofandi lokun! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Skortur á nálægum trjám knýr {INDUSTRY} til að tilkynna yfirvofandi lokun! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} tilkynnir yfirvofandi lokun! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Birgðavandamál knýja {STRING} til að tilkynna yfirvofandi lokun! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Skortur á nálægum trjám knýr {STRING} til að tilkynna yfirvofandi lokun! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} eykur framleiðsluna! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nýtt kolalag fanns í {INDUSTRY}!{}Tvöföldun í framleiðslu væntanleg! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Meri olía finnst við {INDUSTRY}!{}Tvöföldun í framleiðslu væntanleg! diff --git a/src/lang/italian.txt b/src/lang/italian.txt index 4fabd43a6..4f293d04d 100644 --- a/src/lang/italian.txt +++ b/src/lang/italian.txt @@ -2004,9 +2004,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Costo: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Imposibile costruire l'industria qui... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...una foresta può essere piantata solo in una zona innevata -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} annuncia imminente chiusura!! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Per problemi di rifornimenti {INDUSTRY} annuncia imminente chiusura! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}La mancanza di alberi vicini costringe la {INDUSTRY} ad imminente chiusura! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} annuncia imminente chiusura!! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Per problemi di rifornimenti {STRING} annuncia imminente chiusura! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}La mancanza di alberi vicini costringe la {STRING} ad imminente chiusura! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} incrementa la produzione! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Trovato nuovo giacimento di carbone alla {INDUSTRY}!{}Atteso un raddoppiamento della produzione! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Trovato nuovo giacimento di petrolio al {INDUSTRY}!{}Atteso un raddoppiamento della produzione! diff --git a/src/lang/japanese.txt b/src/lang/japanese.txt index dba6acf80..ebea12ecd 100644 --- a/src/lang/japanese.txt +++ b/src/lang/japanese.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}価格:{YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}この産業がここに建設できません... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...雪線上のみに植林できます -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY}が間近く閉鎖! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}供給不足によって{INDUSTRY}が間近く閉鎖! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}周辺の森林不足によって{INDUSTRY}が間近く閉鎖! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING}が間近く閉鎖! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}供給不足によって{STRING}が間近く閉鎖! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}周辺の森林不足によって{STRING}が間近く閉鎖! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY}の生産量が増えた! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY}で新しい石炭層の発見!{}予報:生産量2倍! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY}で新しい油層の発見!{}予報:生産量 2倍! diff --git a/src/lang/korean.txt b/src/lang/korean.txt index 8e8c11d18..9557724bc 100644 --- a/src/lang/korean.txt +++ b/src/lang/korean.txt @@ -1990,9 +1990,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}가격: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}여기에 이 산업시설을 건설할 수 없습니다... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...숲은 만년설 높이 이상의 고도에만 심을 수 있습니다. -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY}의 긴급폐쇄를 알립니다! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}연결된 수요가 없는 관계로 {INDUSTRY}의 긴급 폐쇄를 알립니다! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}근처에 나무 고갈로 인한 {INDUSTRY}의 긴급 폐쇄를 알립니다! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING}의 긴급폐쇄를 알립니다! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}연결된 수요가 없는 관계로 {STRING}의 긴급 폐쇄를 알립니다! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}근처에 나무 고갈로 인한 {STRING}의 긴급 폐쇄를 알립니다! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY}이/가 생산량을 늘렸습니다! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY}에서 새로운 석탄 광맥을 찾았습니다!{}생산량이 2배가 되었습니다! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY}에서 새로운 유전을 찾았습니다!{}생산량이 2배가 되었습니다! diff --git a/src/lang/lithuanian.txt b/src/lang/lithuanian.txt index 054e0e732..194504d2a 100644 --- a/src/lang/lithuanian.txt +++ b/src/lang/lithuanian.txt @@ -1886,9 +1886,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kaina: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Neimanoma cia pastatyti sio tipo pramones imones... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...miskas gali buti pasodintas tik zemiau sniego ribos -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} pranesa apie neatideliotina uzdaryma! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Tiekimo problemos vercia {INDUSTRY} paskelbti apie uzdaryma! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Medziu trukumas vercia {INDUSTRY} pasklebti apie neatideliotina uzdaryma! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} pranesa apie neatideliotina uzdaryma! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Tiekimo problemos vercia {STRING} paskelbti apie uzdaryma! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Medziu trukumas vercia {STRING} pasklebti apie neatideliotina uzdaryma! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} didina produkcijos apimtis! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY} pranesa apie rastus naujus anglies isteklius!{}Produkcija tikimasi dvigubinti! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY} pranesa apie rastus naujus anglies isteklius!{}Produkcija tikimasi dvigubinti! diff --git a/src/lang/norwegian_bokmal.txt b/src/lang/norwegian_bokmal.txt index 095a8e006..5bd7eda45 100644 --- a/src/lang/norwegian_bokmal.txt +++ b/src/lang/norwegian_bokmal.txt @@ -2003,9 +2003,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Koster: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Kan ikke bygge denne typen industri her... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...skog kan bare plantes over snøgrensen -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} legger ned! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY} legger ned etter leveringsproblemer -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{INDUSTRY} legger ned grunnet tremangel +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} legger ned! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING} legger ned etter leveringsproblemer +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{STRING} legger ned grunnet tremangel STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} øker produksjonen! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Ny kullåre funnet i {INDUSTRY}!{}En dobling i produksjonen er ventet! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nye oljereserver funnet i {INDUSTRY}!{}En dobling i produksjonen er ventet! diff --git a/src/lang/norwegian_nynorsk.txt b/src/lang/norwegian_nynorsk.txt index a43891c09..85f258b7b 100644 --- a/src/lang/norwegian_nynorsk.txt +++ b/src/lang/norwegian_nynorsk.txt @@ -2003,9 +2003,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kostnad: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Kan ikkje byggje denne typen industri her... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...skog kan berre plantast over snøgrensa -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} legg ned verksemda straks! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Leveringsproblem gjer at {INDUSTRY} legg ned verksemda straks! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Mangel på tre i nærleiken gjer at {INDUSTRY} legg ned verksemda straks! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} legg ned verksemda straks! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Leveringsproblem gjer at {STRING} legg ned verksemda straks! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Mangel på tre i nærleiken gjer at {STRING} legg ned verksemda straks! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY}aukar produksjonen! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Ny kolåre funnen i {INDUSTRY}!{}Ei dobling i produksjon er venta! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nye oljereservar funne i {INDUSTRY}!{}Ei dobling i produksjon er venta! diff --git a/src/lang/piglatin.txt b/src/lang/piglatin.txt index cdaaf0f15..3d229cfae 100644 --- a/src/lang/piglatin.txt +++ b/src/lang/piglatin.txt @@ -1995,9 +1995,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Ostcay: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}An'tcay onstructcay isthay industryway ypetay erehay... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...orestfay ancay onlyway ebay antedplay aboveway owsnay-inelay -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} announcesway imminentway osureclay! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Upplysay oblemspray ausecay {INDUSTRY} otay announceway imminentway osureclay! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Acklay ofway earbynay eestray ausescay {INDUSTRY} otay announceway imminentway osureclay! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} announcesway imminentway osureclay! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Upplysay oblemspray ausecay {STRING} otay announceway imminentway osureclay! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Acklay ofway earbynay eestray ausescay {STRING} otay announceway imminentway osureclay! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} increasesway oductionpray! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Ewnay oalcay eamsay oundfay atway {INDUSTRY}!{}Oductionpray isway expectedway otay oubleday! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Ewnay oilway eservesray oundfay atway {INDUSTRY}!{}Oductionpray isway expectedway otay oubleday! diff --git a/src/lang/polish.txt b/src/lang/polish.txt index f9a7033b8..867800289 100644 --- a/src/lang/polish.txt +++ b/src/lang/polish.txt @@ -2106,9 +2106,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Koszt: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Nie można tutaj wybudować tego przedsiębiorstwa... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...las może być posadzony tylko powyżej linii śniegu -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} ogłasza bliskie zamkniecie! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemy z zaopatrzeniem {INDUSTRY} powodują ogłoszenie zamknięcia! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Niedobór drzew powoduje ogłoszenie zamknięcia {INDUSTRY}! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} ogłasza bliskie zamkniecie! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemy z zaopatrzeniem {STRING} powodują ogłoszenie zamknięcia! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Niedobór drzew powoduje ogłoszenie zamknięcia {STRING}! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} zwiększa produkcję! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Odkryto nowy pokład węgla w {INDUSTRY}!{} Podwojenie produkcji! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Odkryte nowe rezerwy ropy w {INDUSTRY}!{} Podwojenie produkcji! diff --git a/src/lang/portuguese.txt b/src/lang/portuguese.txt index b7106ba0e..a72ffb0bf 100644 --- a/src/lang/portuguese.txt +++ b/src/lang/portuguese.txt @@ -1985,9 +1985,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Custo: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Não é possível construir este tipo de indústria aqui... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...a floresta só pode ser plantada acima do nível de neve -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} anuncia fecho iminente! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemas no abastecimento levam {INDUSTRY} a anunciar fecho iminente! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Escassez de árvores nas proximidades leva {INDUSTRY} a anunciar fecho iminente! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} anuncia fecho iminente! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemas no abastecimento levam {STRING} a anunciar fecho iminente! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Escassez de árvores nas proximidades leva {STRING} a anunciar fecho iminente! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} aumenta a produção STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Novo filão de carvão encontrado em {INDUSTRY}!{}Produção deverá duplicar! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Novas reservas de petróleo encontradas em {INDUSTRY}!{}Produção deverá duplicar! diff --git a/src/lang/romanian.txt b/src/lang/romanian.txt index 0f33167d4..ba7f562fa 100644 --- a/src/lang/romanian.txt +++ b/src/lang/romanian.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cost: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Acest tip de industrie nu se poate construi aici... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...pădurile pot fi plantate doar în zonele înzăpezite -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} anunţă închidere iminentă! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemele de aprovizionare provoacă închiderea {INDUSTRY}! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lipsa de teren împădurit provoacă închiderea {INDUSTRY}! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} anunţă închidere iminentă! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemele de aprovizionare provoacă închiderea {STRING}! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Lipsa de teren împădurit provoacă închiderea {STRING}! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} măreşte producţia! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Rezerve noi de cărbune la {INDUSTRY}!{}Se preconizează dublarea producţiei! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Rezerve noi de petrol la {INDUSTRY}!{}Se preconizează dublarea producţiei! diff --git a/src/lang/russian.txt b/src/lang/russian.txt index 0f3c85e7b..548d59568 100644 --- a/src/lang/russian.txt +++ b/src/lang/russian.txt @@ -2004,9 +2004,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Цена: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Невозможно построить это предприятие здесь... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...лес можно сажать только выше линии снега -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} объявляет о немедленном закрытии! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Проблемы с поставками вынуждают {INDUSTRY} объявить о неизбежном закрытии! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Недостаток деревьев в округе вынуждает {INDUSTRY} объявить о неизбежном закрытии! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} объявляет о немедленном закрытии! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Проблемы с поставками вынуждают {STRING} объявить о неизбежном закрытии! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Недостаток деревьев в округе вынуждает {STRING} объявить о неизбежном закрытии! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} увеличивает объемы производства! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Найден новый угольный пласт в {INDUSTRY}!{}Добыча увеличена вдвое! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Обнаружены новые запасы нефти на {INDUSTRY} !{}Добыча увеличена вдвое! diff --git a/src/lang/simplified_chinese.txt b/src/lang/simplified_chinese.txt index 4b245f645..6ab5468dc 100644 --- a/src/lang/simplified_chinese.txt +++ b/src/lang/simplified_chinese.txt @@ -1879,9 +1879,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}费用:{YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}不能在此处建设这种类型的工业设施…… STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}林场只能设置在雪线以上的地方…… -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} 即将倒闭! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY} 没有原料供应,即将倒闭! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{INDUSTRY} 周围没有可用的木材,即将倒闭! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} 即将倒闭! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING} 没有原料供应,即将倒闭! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}{STRING} 周围没有可用的木材,即将倒闭! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} 产量增加! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY} 发现新的煤炭!{}产量即将翻番! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY} 发现新的石油!{}产量即将翻番! diff --git a/src/lang/slovak.txt b/src/lang/slovak.txt index 725a49aa3..74cd196d7 100644 --- a/src/lang/slovak.txt +++ b/src/lang/slovak.txt @@ -2066,9 +2066,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cena: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Tento typ priemyslu sa tu neda postavit ... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}... les sa moze sadit len pod ciarou snehu -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} oznamuje skore uzavretie! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zasobovacie problemy donutili {INDUSTRY} oznamit skore uzavretie! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Nedostatok dostupnej drevnej suroviny donutil {INDUSTRY} oznamit skore uzavretie! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} oznamuje skore uzavretie! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zasobovacie problemy donutili {STRING} oznamit skore uzavretie! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Nedostatok dostupnej drevnej suroviny donutil {STRING} oznamit skore uzavretie! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} zvyšuje produkciu! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nove nalezisko uhlia sa objavilo v {INDUSTRY}!{}Ocakava sa zdvojnasobenie produkcie! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nove nalezisko ropy sa objavilo na {INDUSTRY}!{}Ocakava sa zdvojnasobenie produkcie! diff --git a/src/lang/slovenian.txt b/src/lang/slovenian.txt index 86eff1708..1d3ca3bbe 100644 --- a/src/lang/slovenian.txt +++ b/src/lang/slovenian.txt @@ -2082,9 +2082,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Cena: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Nemogoča gradnja tega tipa industrije tukaj... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE} ... gozd je mogoče posaditi samo nad nivojem snežne odeje -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} napoveduje preteče zapiranje! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zaradi težav z dobavo zalog, {INDUSTRY} napoveduje preteč stečaj! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Zaradi pomanjkanja bližnjih dreves, {INDUSTRY} napoveduje stečajni postopek! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} napoveduje preteče zapiranje! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Zaradi težav z dobavo zalog, {STRING} napoveduje preteč stečaj! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Zaradi pomanjkanja bližnjih dreves, {STRING} napoveduje stečajni postopek! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} povečuje proizvodnjo! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nova žila premoga odkrita v {INDUSTRY}!{}Pričakuje se podvojitev proizvodnje! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nove rezerve nafte odkrite v {INDUSTRY}!{}Predvidena podvojitev proizvodnje! diff --git a/src/lang/spanish.txt b/src/lang/spanish.txt index f07596244..1896cb20f 100644 --- a/src/lang/spanish.txt +++ b/src/lang/spanish.txt @@ -2003,9 +2003,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Coste: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}No se puede construir este tipo de industria aquí... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...sólo se puede plantar un bosque sobre la línea nevada -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}¡La industria de {INDUSTRY} anuncia cierre inminente! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemas con el suministro causa que {INDUSTRY} anuncie su cierre inminente! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}¡La falta de árboles cercanos causa que {INDUSTRY} anuncie su cierre inmediato! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}¡La industria de {STRING} anuncia cierre inminente! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Problemas con el suministro causa que {STRING} anuncie su cierre inminente! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}¡La falta de árboles cercanos causa que {STRING} anuncie su cierre inmediato! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}¡{INDUSTRY} incrementa su producción! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}¡Nueva veta de carbón encontrada en {INDUSTRY}!{}¡Se espera doblar la producción! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}¡Nuevas reservas de petróleo encontradas en {INDUSTRY}!{}¡Se espera doblar la producción! diff --git a/src/lang/swedish.txt b/src/lang/swedish.txt index 9cf030d8c..07efa7bdc 100644 --- a/src/lang/swedish.txt +++ b/src/lang/swedish.txt @@ -2000,9 +2000,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Kostnad: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Kan inte bygga denna typ av industri här... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...skog kan bara planteras ovanför snölinjen -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} meddelar att de stänger ner snarast! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Leveransproblem får {INDUSTRY} att meddela att de stänger ner snarast! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Avsaknad av träd får {INDUSTRY} att meddela att de stänger ner snarast! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} meddelar att de stänger ner snarast! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Leveransproblem får {STRING} att meddela att de stänger ner snarast! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Avsaknad av träd får {STRING} att meddela att de stänger ner snarast! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} ökar produktionen! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Nytt lager av kol funnet vid {INDUSTRY}!{}Produktionen fördubblas! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Nya oljereserver funna vid {INDUSTRY}!{}Produktionen fördubblas! diff --git a/src/lang/traditional_chinese.txt b/src/lang/traditional_chinese.txt index b9641b4eb..0d2c21f29 100644 --- a/src/lang/traditional_chinese.txt +++ b/src/lang/traditional_chinese.txt @@ -2002,9 +2002,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}費用:{YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}無法在此新建這種工業... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...森林只能種在雪線以上 -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} 宣佈立即關閉! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}原料供給問題使得 {INDUSTRY} 宣告立即關閉! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}附近缺乏樹木使得 {INDUSTRY} 宣告立即關閉! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} 宣佈立即關閉! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}原料供給問題使得 {STRING} 宣告立即關閉! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}附近缺乏樹木使得 {STRING} 宣告立即關閉! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} 提高產量! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}在 {INDUSTRY} 發現新的煤礦層!{}產量可望加倍! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}在 {INDUSTRY} 發現新的油料蘊藏!{}產量可望加倍! diff --git a/src/lang/turkish.txt b/src/lang/turkish.txt index c3d17a976..0b2a5e525 100644 --- a/src/lang/turkish.txt +++ b/src/lang/turkish.txt @@ -2001,9 +2001,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Fiyat: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Buraya bu fabrikadan yapılamaz... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...Orman sadece kar sınırı üzerinde olabilir -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} tükendi, kapaniyor! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY} kaynak sorunları yüzünden kapaniyor! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Yakında ağaç olmadığı için {INDUSTRY} kapanıyor! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} tükendi, kapaniyor! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING} kaynak sorunları yüzünden kapaniyor! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Yakında ağaç olmadığı için {STRING} kapanıyor! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} üretimi arttırdi! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}{INDUSTRY}nde yeni kömür tabakasi bulundu!{} Üretimin ikiye katlanması bekleniyor! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}{INDUSTRY}nda yeni petrol rezervi bulundu!{} Üretimin ikiye katlanması bekleniyor! diff --git a/src/lang/ukrainian.txt b/src/lang/ukrainian.txt index 14fc18cf2..81c263cfd 100644 --- a/src/lang/ukrainian.txt +++ b/src/lang/ukrainian.txt @@ -2165,9 +2165,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Вартість: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Неможливо будувати тут... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...ліс може бути посаджений вище від рівня снігу -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{INDUSTRY} невдовзі закриється! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{INDUSTRY}: проблеми з поставками незабаром призведуть до закриття! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Відсутність дерев поруч незабаром призведе {INDUSTRY} до закриття! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}{STRING} невдовзі закриється! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}{STRING}: проблеми з поставками незабаром призведуть до закриття! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Відсутність дерев поруч незабаром призведе {STRING} до закриття! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}{INDUSTRY} збільшує виробництво! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Знайдені нові залежі вугілля на {INDUSTRY}!{}Очікується збільшення виробництва вдвічі! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Знайдені нові нафтові запаси на {INDUSTRY}!{}Очікується збільшення виробництва вдвічі! diff --git a/src/lang/unfinished/greek.txt b/src/lang/unfinished/greek.txt index be04cf620..fd339897b 100644 --- a/src/lang/unfinished/greek.txt +++ b/src/lang/unfinished/greek.txt @@ -1621,9 +1621,9 @@ STR_482E_NEW_BEING_PLANTED_NEAR :{BLACK}{BIGFONT STR_482F_COST :{BLACK}Κόστος: {YELLOW}{CURRENCY} STR_4830_CAN_T_CONSTRUCT_THIS_INDUSTRY :{WHITE}Αδύνατο να χτιστεί αυτός ο τύπος βιομηχανίας εδώ... STR_4831_FOREST_CAN_ONLY_BE_PLANTED :{WHITE}...το δάσος μπορεί να φυτευτεί μόνο πάνω από την γραμμή χιονιού -STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}Η βιομηχανία {INDUSTRY} ανακοίνωσε άμεσο κλείσιμο! -STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Προβλήματα στην προμήθεια αναγκάζουν την εταιρεία {INDUSTRY} να κλείσει αμέσως! -STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Η έλλειψη δέντρων αναγκάζει την βιομηχανία {INDUSTRY} να κλείσει αμέσως! +STR_4832_ANNOUNCES_IMMINENT_CLOSURE :{BLACK}{BIGFONT}Η βιομηχανία {STRING} ανακοίνωσε άμεσο κλείσιμο! +STR_4833_SUPPLY_PROBLEMS_CAUSE_TO :{BLACK}{BIGFONT}Προβλήματα στην προμήθεια αναγκάζουν την εταιρεία {STRING} να κλείσει αμέσως! +STR_4834_LACK_OF_NEARBY_TREES_CAUSES :{BLACK}{BIGFONT}Η έλλειψη δέντρων αναγκάζει την βιομηχανία {STRING} να κλείσει αμέσως! STR_4835_INCREASES_PRODUCTION :{BLACK}{BIGFONT}Η βιομηχανία {INDUSTRY} ανεβάζει την παραγωγή! STR_4836_NEW_COAL_SEAM_FOUND_AT :{BLACK}{BIGFONT}Νέα φλέβα άνθρακα βρέθηκε στο {INDUSTRY}!{}Η παραγωγή αναμένεται να διπλασιαστεί! STR_4837_NEW_OIL_RESERVES_FOUND :{BLACK}{BIGFONT}Νέα αποθέματα πετρελαίου βρέθηκαν στην {INDUSTRY}!{}Η παραγωγή αναμένεται να διπλασιαστεί! |