diff options
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);"); |