/* Polish text for ajaxWDwx.js */

var langPauseMsg = 'Aktualizacja wstrzymana - odśwież stronę'; // substitute this for ajaxindicator when
                             // maxupdates has been reached and updating paused.

var langMonths = new Array ( "Styczeń","Luty","Marzec","Kwiecień","Maj",
			"Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień");
var langDays = new Array ( "Nd","Pn","Wt","Śr","Cz","Pt","So","Nd");
//, , , , , , 

var langBaroTrend = new Array (
 "Stabilnie", "Rośnie powoli", "Rośnie szybko", "Spada powoli", "Spada szybko");

var langUVWords = new Array (
 "Brak", "Niski", "Średni", "Wysoki",
 "Bardzo wysoki", /* be sure to include   for space */
 "Ekstremalny" );

var langBeaufort = new Array ( /* Beaufort 0 to 12 in array */
 "Cisza", "Powiew", "Słaby wiatr", "Łagodny wiatr", "Umiarkowany wiatr", "Dość silny wiatr",
 "Silny wiatr", "Bardzo silny wiatr", "Sztorm", "Silny sztorm", "Bardzo silny sztorm",
 "Gwałtowny sztorm", "Huragan"
);

var langWindDir = new Array( /* used for alt and title tags on
   wind dir arrow and wind direction display */
     "Pn", "PnPnZd", "PnWs", "WsPnWs",
     "Ws", "WsPdWs", "PdWs", "PdPdWs",
     "Pd", "PdPdZd", "PdZd", "ZdPdZa",
     "Zd", "ZdPnZd", "PnZd", "PnPnZd");

var langWindCalm = 'Cisza';
var langGustNone = 'None';
var langWindFrom = 'Wiatr z '; /* used on alt/title tags on wind direction arrow*/

var langBaroRising = 'Wzrosła %s '; /* used for trend arrow alt/title tags .. %s marks where value will be placed */
var langBaroFalling = 'Spadła %s ';
var langBaroPerHour = '/h.'; /* will be assembled as rising/falling + value + uom + perhour text */

var langThermoCurrently = 'Aktualnie: '; /* used on alt/title tags for thermometer */
var langThermoMax     = 'Max: ';
var langThermoMin     = 'Min: ';

var langTempRising = 'Cieplej %s '; /* used for trend arrow alt/title tags .. %s marks where value will be placed */
var langTempFalling = 'Chłodniej %s ';
var langTempLastHour = ' niż w ostatniej godzinie.';

var langHeatWords = new Array ( /* used for Heat Color Word */
 'Unknown', 'Ekstremalny upał Niebezpieczeństwo', 'Upał Niebezpieczeństwo', 'Upał Ostrzeżenie', 'Ekstremalnie gorąco', 'Niekomfortowo gorąco',
 'Gorąco', 'Ciepło', 'Komfortowo', 'Chłodno', 'Zimno', 'Niekomfortowo zimno', 'Bardzo zimno', 'Ekstremalnie zimno' );


