diff options
Diffstat (limited to 'apps/weather_status/l10n/pl.js')
-rw-r--r-- | apps/weather_status/l10n/pl.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/weather_status/l10n/pl.js b/apps/weather_status/l10n/pl.js index 829b685c9e7..dccf9354876 100644 --- a/apps/weather_status/l10n/pl.js +++ b/apps/weather_status/l10n/pl.js @@ -11,21 +11,8 @@ OC.L10N.register( "Detect location" : "Wykryj lokalizację", "Set custom address" : "Ustaw adres własny", "Favorites" : "Ulubione", - "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo do {time}", - "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Pochmurno do {time}", - "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Przyzwoity dzień do {time}", - "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Przyzwoita noc do {time}", - "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Częściowe zachmurzenie do {time}", - "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mgła do {time}", - "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lekki deszcz do {time}", - "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Deszcz do {time}", - "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ulewa do {time}", - "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Przelotny deszcz do {time}", - "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Lekki przelotny deszcz do {time}", - "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ulewa przelotna do {time}", "More weather for {adr}" : "Więcej pogody dla {adr}", "Loading weather" : "Wczytywanie pogody", - "Set location for weather" : "Ustaw lokalizację dla pogody", "Remove from favorites" : "Usuń z ulubionych", "Add as favorite" : "Dodaj jako ulubione", "You are not logged in." : "Nie jesteś zalogowany.", @@ -36,6 +23,19 @@ OC.L10N.register( "There was an error setting the location." : "Wystąpił błąd podczas ustawiania lokalizacji.", "There was an error saving the mode." : "Wystąpił błąd podczas zapisywania trybu.", "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.", - "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz." + "Set location for weather" : "Ustaw lokalizację dla pogody", + "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.", + "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo do {time}", + "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Pochmurno do {time}", + "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Przyzwoity dzień do {time}", + "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Przyzwoita noc do {time}", + "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Częściowe zachmurzenie do {time}", + "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mgła do {time}", + "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lekki deszcz do {time}", + "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Deszcz do {time}", + "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ulewa do {time}", + "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Przelotny deszcz do {time}", + "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Lekki przelotny deszcz do {time}", + "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ulewa przelotna do {time}" }, "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);"); |