nc-weather/l10n/pl.js

25 lines
844 B
JavaScript
Raw Normal View History

2017-08-30 00:26:30 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Pogoda",
"OpenWeatherMap API Key" : "Klucz API OpenWeatherMap",
"Save" : "Zapisz",
"Add a city" : "Dodaj miasto",
"Add city" : "Dodaj miasto",
"City name" : "Nazwa miasta",
"Add" : "Dodaj",
"Cancel" : "Anuluj",
"Settings" : "Ustawienia",
2017-09-16 00:25:51 +00:00
"Metric" : "Jednostka",
2017-08-30 00:26:30 +00:00
"Click here to get an API key" : "Kliknij tutaj aby zdobyć klucz API",
"Pressure" : "Ciśnienie",
"Humidity" : "Wilgotność",
"Cloudiness" : "Zachmurzenie",
"Wind" : "Wiatr",
"Sunrise" : "Wschód",
"Sunset" : "Zachód",
"Hour" : "Godzina",
"Temperature" : "Temperatura"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");