summaryrefslogtreecommitdiffstats
path: root/apps/federation/l10n/pl.js
blob: 521a68b9deb0a960633362c9ff6a8876a103356d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "federation",
    {
    "Added to the list of trusted servers" : "Dodano do listy zaufanych serwerów.",
    "Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.",
    "No server to federate with found" : "Nie znaleziono stowarzyszonego serwera",
    "Could not add server" : "Nie można dodać serwera",
    "Federation" : "Stowarzyszenia",
    "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie pozwala łączyć się z innymi zaufanymi użytkownikami i wymieniać się z nimi katalogami. Na przykład, może  to być wykorzystane do autouzupełniania w dzieleniu się ze stowarzyszonym użytkownikiem.",
    "Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.",
    "Trusted Servers" : "Zaufane serwery",
    "+ Add Nextcloud server" : "Dodaj serwer Nextcloud",
    "Nextcloud Server" : "Serwer Nextcloud",
    "Server added to the list of trusted Nextclouds" : "Serwer dodany do listy zaufanych Nextclouds",
    "No Nextcloud server found" : "Nie znaleziono serwera Nextcloud",
    "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie Nextcloud pozwala łączyć się z innymi zaufanymi użytkownikami Nextclouds i wymieniać się z nimi katalogami. Na przykład, może  to być wykorzystane do autouzupełniania w dzieleniu się ze stowarzyszonym użytkownikiem.",
    "Trusted Nextcloud Servers" : "Zaufane serwery Nextcloud"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");