Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12ebdf71537476318404608998d8df0f4cb52591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Najnowsze statusy",
    "In a meeting" : "Na spotkaniu",
    "Commuting" : "W drodze",
    "Out sick" : "Chory",
    "Vacationing" : "Na wakacjach",
    "Working remotely" : "Praca zdalna",
    "In a call" : "Rozmawia",
    "User status" : "Status użytkownika",
    "View profile" : "Zobacz profil",
    "Clear status after" : "Wyczyść status po",
    "What is your status?" : "Jaki jest Twój status?",
    "Set status" : "Ustaw status",
    "Online status" : "Status online",
    "Status message" : "Komunikat statusu",
    "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",
    "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",
    "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",
    "Appear offline" : "Widnieje jako offline",
    "Clear status message after" : "Wyczyść komunikat statusu po",
    "What's your status?" : "Jaki jest Twój status?"
},
"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);");