diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-02 11:06:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-02 11:06:18 +0000 |
commit | 0d05c600d607900ecddc5d4a57d9f861f460ce44 (patch) | |
tree | 6a55224a81f03ff05f0ad29a01f0c3b30eb48480 /apps/user_status/l10n/pl.js | |
parent | 905e1918d2796b9a79025283cd6edf2c40f49d77 (diff) | |
download | nextcloud-server-0d05c600d607900ecddc5d4a57d9f861f460ce44.tar.gz nextcloud-server-0d05c600d607900ecddc5d4a57d9f861f460ce44.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/pl.js')
-rw-r--r-- | apps/user_status/l10n/pl.js | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/apps/user_status/l10n/pl.js b/apps/user_status/l10n/pl.js index 9c3247b3f94..ff221d2a6f6 100644 --- a/apps/user_status/l10n/pl.js +++ b/apps/user_status/l10n/pl.js @@ -8,14 +8,12 @@ OC.L10N.register( "Vacationing" : "Na wakacjach", "Working remotely" : "Praca zdalna", "User status" : "Status użytkownika", - "Online" : "Online", - "Away" : "Bezczynny", - "Do not disturb" : "Nie przeszkadzać", - "Invisible" : "Niewidoczny", - "Offline" : "Offline", - "Set status" : "Ustaw status", - "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", + "Clear status message after" : "Wyczyść komunikat statusu po", "What's your status?" : "Jaki jest Twój status?", + "Set status" : "Ustaw status", + "Status message" : "Status wiadomości", + "Clear status message" : "Wyczyść komunikat statusu", + "Set status message" : "Ustaw komunikat statusu", "There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu", "There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu", "No recent status changes" : "Brak ostatnich zmian statusu", @@ -23,13 +21,16 @@ OC.L10N.register( "Don't clear" : "Nie czyść", "Today" : "Dzisiaj", "This week" : "W tym tygodniu", + "Online" : "Online", + "Away" : "Bezczynny", + "Do not disturb" : "Nie przeszkadzać", + "Invisible" : "Niewidoczny", + "Offline" : "Offline", + "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", "30 minutes" : "30 minut", "1 hour" : "1 godzina", "4 hours" : "4 godziny", "Mute all notifications" : "Wycisz wszystkie powiadomienia", - "Set custom status" : "Ustaw własny status", - "Clear status after" : "Wyczyść status po", - "Set a custom status" : "Ustaw własny status", - "Clear custom status" : "Wyczyść własny status" + "Clear status after" : "Wyczyść status po" }, "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);"); |