summaryrefslogtreecommitdiffstats
path: root/apps/federation/l10n/pl.js
blob: d8e10260525f003716fa097c1feb2c9783be3af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "federation",
    {
    "Server added to the list of trusted ownClouds" : "Serwer został dodany do listy zaufanych serwerów ownCloud",
    "Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.",
    "No ownCloud server found" : "Nie znaleziono serwera ownCloud",
    "Could not add server" : "Nie można dodać serwera",
    "Federation" : "Stowarzyszenia",
    "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenia ownCloud pozwalają na tworzenie połączeń z innymi zaufanymi serwerami ownCloud w celu współdzielenia katalogów użytkowników. Na przykład: funkcja będzie użyta przy tworzeniu podpowiedzi z listą zewnętrznych użytkowników przy tworzeniu stowarzyszonych udziałów.",
    "Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.",
    "Trusted ownCloud Servers" : "Zaufane serwery ownCloud",
    "+ Add ownCloud server" : "Dodaj serwer ownCloud",
    "ownCloud Server" : "Serwer ownCloud"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");