//
//  Przetlumaczone przez Quarek'a
//
// This contains the weather text for the game.
//


//
// Notes to translators.
//
// i) Only those things between 
// {""} need to be translated.
// and the 
// {""} should be left in.
// (Unless otherwise specified.)
//
//
// ii) If an untranslated string will have 
// (!ENG!) (!FRA!) (!DEU!) 
// (!ITA!) (!ESP!) (!JAP!) 
// (!SCH!) (!TCH!) (!KOR!)
// at the end of the string.
// This is so we can detect untranslated stings
// easily and can see that they have no been 
// translated when the program has been run.
// Once the translation has been done acceptably
// they should be removed.



// iii) The data is organised as follows 
// 
// ["this is a label"]
// {"This is the translation"}
//
// ["This is another label"]
// {"This is another translation"}
// etc


//
// Comments are ignored and will be stripped out later.
// They can be used to issue instructions or for information.
//


SetShowTransOn  // Do not translate.
//???? Remove when localised.


//////////////////////////////////////////////////////////////////////////////////////////////////////////
// these are the weather predictions which the attacker is presented with when choosing a day to attack //
//////////////////////////////////////////////////////////////////////////////////////////////////////////

// sand
["WeatherSandCalmCalm"]   {"Dzie bdzie adny"}
["WeatherSandCalmStorm"]  {"Dzie bdzie adny, burze piaskowe przewidziane pniej"}
["WeatherSandStormCalm"]  {"Spodziewamy si pniej burzy piaskowej"}
["WeatherSandStormStorm"] {"Burze piaskowe przez cay dzie"}

////////////////////////////////////
// initial report (how it is now)

// this text is here 'just in case' and should not occur
["WeatherDefaultStart"] {"adna pogoda,"}

// fog
["WeatherFogStartGood"]     {"Dobra widoczno,"}
["WeatherFogStartModerate"] {"rednia widoczno,"}
["WeatherFogStartBad"]      {"Saba widoczno,"}


// snow
["WeatherSnowCalmLight"]    {"Lekkie opady niegu,"}
["WeatherSnowCalmModerate"] {"Umiarkowane opady niegu,"}
["WeatherSnowCalmHeavy"]    {"Zawieje niene,"}

["WeatherSnowWindyLight"]    {"Wietrznie bez opadw,"}
["WeatherSnowWindyModerate"] {"nieyce,"}
["WeatherSnowWindyHeavy"]    {"Potne zamiecie,"}

// snow and rain combination
["WeatherBothCalmLight"]    {"Lekkie opady,"}
["WeatherBothCalmModerate"] {"Umiarkowane opady deszczu ze niegiem,"}
["WeatherBothCalmHeavy"]    {"Ciekie opady deszczu ze niegiem,"}

["WeatherBothWindyLight"]    {"Bez zachmurze i wietrznie,"}
["WeatherBothWindyModerate"] {"Wilgotno i wietrznie,"}
["WeatherBothWindyHeavy"]    {"Burzowo,"}

// rain
["WeatherRainCalmLight"]    {"Bez opadw,"}
["WeatherRainCalmModerate"] {"Przelotne deszcze,"}
["WeatherRainCalmHeavy"]    {"Cika ulewa,"}

["WeatherRainWindyLight"]    {"Bez opadw ale wietrznie,"}
["WeatherRainWindyModerate"] {"Zacinajcy deszcz,"}
["WeatherRainWindyHeavy"]    {"Burze,"}



////////////////////////////////////
// prediction - how it will be

// this text is here 'just in case' and should not occur
["WeatherDefaultEnd"]   {"przez cay dzie"}

// fog
["WeatherFogEndWorse"]      {"Spodziewane zamglenia"}
["WeatherFogEndBetter"]     {"Spodziewane przejanienia"}

// temperature
["WeatherTempEndWorse"]  {"zmieniajcy si pniej w nieg"}
["WeatherTempEndBetter"] {"zmieniajcy si pniej w deszcz"}

// wind
["WeatherWindEndWorse"]  {"Pniej moliwy wiatr"}
["WeatherWindEndBetter"] {"Pniej spodziewamy si przejanie"}


// precip
["WeatherRainEndStarting"] {"Pniej spodziewany deszcz"}
["WeatherSnowEndStarting"] {"Pniej spodziewany nieg"}
["WeatherEitherEndWorse"]  {"Spodziewane pogorszenie"}
["WeatherEitherEndBetter"] {"Pniej si wypogodzi"}

//*******************************************************************************************************
//*******************************************************************************************************
//
//	MEDIEVAL ADDON TEXT BEGINS HERE:
//
//*******************************************************************************************************
//*******************************************************************************************************










SetShowTransOff  // Do not translate.
//???? Remove when localised.

