diff options
Diffstat (limited to 'apps/user_status/l10n/pl.js')
-rw-r--r-- | apps/user_status/l10n/pl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/pl.js b/apps/user_status/l10n/pl.js index b992a81c48f..98fae561e99 100644 --- a/apps/user_status/l10n/pl.js +++ b/apps/user_status/l10n/pl.js @@ -2,6 +2,7 @@ OC.L10N.register( "user_status", { "Recent statuses" : "Najnowsze statusy", + "No recent status changes" : "Brak ostatnich zmian statusu", "In a meeting" : "Na spotkaniu", "Commuting" : "W drodze", "Out sick" : "Chory", @@ -28,14 +29,12 @@ OC.L10N.register( "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", "There was an error reverting the status" : "Podczas przywracania statusu wystąpił błąd", - "No recent status changes" : "Brak ostatnich zmian statusu", - "Away" : "Bezczynny", - "Do not disturb" : "Nie przeszkadzać", - "{status}, {timestamp}" : "{status}, {timestamp}", "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", @@ -43,6 +42,7 @@ OC.L10N.register( "1 hour" : "1 godzina", "4 hours" : "4 godziny", "Mute all notifications" : "Wycisz wszystkie powiadomienia", - "Appear offline" : "Widnieje jako offline" + "Appear offline" : "Widnieje jako offline", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "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);"); |