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

pl.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65f41099a750e5d14f20b4705a1bcb13ce88424c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "Powiadomienia o aktualizacji",
    "Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
    "{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.",
    "Channel updated" : "Zaktualizowany kanał",
    "Update to %1$s is available." : "Aktualizacja do %1$s jest dostępna.",
    "Update for %1$s to version %2$s is available." : "Jest dostępna aktualizacja dla %1$s do wersji %2$s",
    "Update for {app} to version %s is available." : "aktualizacja dla {app} do wersji %s jest dostępna.",
    "A new version is available: %s" : "Dostępna jest nowa wersja: %s",
    "Open updater" : "Otwórz aktualizator",
    "Download now" : "Pobierz teraz",
    "Your version is up to date." : "Posiadasz aktualną wersję.",
    "Checked on %s" : "Sprawdzone na %s",
    "Update channel:" : "Kanał aktualizacji:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Zawsze możesz zaktualizować do nowszej wersji z eksperymentalnego kanału. Ale nigdy nie możesz powrócić do wersji ze stabilnego kanału.",
    "Notify members of the following groups about available updates:" : "Powiadom członków następujących grup o dostępnych aktualizacjach: ",
    "Only notification for app updates are available." : "Tylko powiadomienia o aktualizacjach aplikacji są dostępne.",
    "The selected update channel makes dedicated notifications for the server obsolete." : "Wybrany kanał aktualizacji dla dedykowanych powiadomień dla serwera jest nieaktualny.",
    "The selected update channel does not support updates of the server." : "Wybrany kanał aktualizacji nie obsługuje danego serwera."
},
"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);");