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

pl.js « l10n - github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f314e2a154ca3c2ea325bda2e45a89cfdfe5fcec (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
OC.L10N.register(
    "survey_client",
    {
    "Usage survey" : "Raport użytkowania",
    "Last report sent on: {on}" : "Ostatni raport wysłano: {on}",
    "An error occurred while sending your report." : "W trakcie wysyłania Twojego raportu wystąpił błąd.",
    "App list <em>(for each app: name, version, enabled status)</em>" : "Lista aplikacji <em>(dla każdej: nazwa, wersja, stan włączenia)</em>",
    "Database environment <em>(type, version, database size)</em>" : "Środowisko bazy danych <em>(typ, wersja, rozmiar bazy)</em>",
    "Encryption information <em>(is it enabled?, what is the default module)</em>" : "Informacje dotyczące szyfrowania <em>(czy jest włączone?, jaki jest domyślny moduł?)</em>",
    "Number of shares <em>(per type and permission setting)</em>" : "Liczba udziałów <em>(z podziałem na typ oraz ustawienia dostępu)</em>",
    "PHP environment <em>(version, memory limit, max. execution time, max. file size)</em>" : "Środowisko PHP <em>(wersja, limit pamięci, maks. czas wykonania, maks. rozmiar pliku)</em>",
    "Server instance details <em>(version, memcache used, status of locking/previews/avatars)</em>" : "Szczegóły serwera <em>(wersja, użyta pamięć, status blokad/podglądów/awatarów)</em>",
    "Statistic <em>(number of files, users, storages per type, comments and tags)</em>" : "Statystyki <em>(liczba: plików, użytkowników, typów pamięci, komentarzy oraz tagów)</em>",
    "Help improve Nextcloud" : "Pomóż w ulepszaniu Nexcloud",
    "Do you want to help us to improve Nextcloud by providing some anonymized data about your setup and usage? You can disable it at any time in the admin settings again." : "Chcesz nam pomóc ulepszyć Nextcloud przez przesłanie anonimowych statystyk dotyczących Twojej konfiguracji i użycia? W każdej chwili możesz je ponownie wyłączyć w panelu administratora.",
    "Not now" : "Nie teraz",
    "Send usage" : "Wyślij raport",
    "Never" : "Nigdy",
    "Sends anonymized data to Nextcloud to help us to improve Nextcloud." : "Wysyła zanonimizowane dane do Nextcloud, aby pomóc nam w ulepszaniu Nextcloud.",
    "Sends anonymized data to Nextcloud to help us to improve Nextcloud. You\n        always have full control over the content sent to Nextcloud and can disable\n        it again at any time." : "Wysyła zanonimizowane dane do Nextcloud, aby pomóc nam w ulepszaniu Nextcloud. Zawsze\n        masz pełną kontrolę nad tym, co jest wysyłane do Nextcloud i możesz wyłączyć przesyłanie \n        w dowolnym czasie.",
    "You can help improve Nextcloud by sending us some data about your current setup and usage." : "Możesz nam pomóc ulepszyć Nextcloud poprzez przesyłanie nam danych dotyczących Twojej konfiguracji i użytkowania.",
    "We take your privacy seriously. Sending data is disabled by default, and should you choose to turn it on, it will be anonymized first, and you are given the option of what things to share. Upon receiving a report, the previous one is removed. Upload a clean report to delete all data currently stored on the server" : "Twoją prywatność traktujemy poważnie. Wysyłanie danych jest domyślnie wyłączone i musisz je świadomie włączyć. Przed wysłaniem zostaną zanonimizowane, a Ty możesz wybrać które dane chcesz udostępnić. Po każdorazowym otrzymaniu nowych danych, stare raporty są kasowane. Aby usunąć swoje dane wyślij pusty raport. ",
    "Send new report now" : "Wyślij teraz nowy raport",
    "Send usage survey monthly" : "Wysyłaj raport co miesiąc",
    "Data to send" : "Dane do wysłania",
    "Last report sent on: %s" : "Ostatni raport wysłano: %s",
    "Last report" : "Ostatni raport",
    "Sent on: {on}" : "Wysłano: {on}",
    "Statistic <em>(number of: files, users, storages per type, comments and tags)</em>" : "Statystyki <em>(liczba: plików, użytkowników, typów pamięci, komentarzy oraz tagów)</em>",
    "Sent on: %s" : "Wysłano: %s"
},
"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);");