summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/l10n/pl.js
blob: 4f65f44553e9b9e0961840d0d7e3af797e602e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "Sfederowane udostępnianie",
    "Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s",
    "File is already shared with %s" : "Plik jest już współdzielony z %s",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Współdzielenie %s nie powiodło się, nie można odnaleźć %s. Prawdopobnie serwer nie jest teraz osiągalny.",
    "Accept" : "Akceptuj",
    "Open documentation" : "Otwórz dokumentację",
    "Add to your website" : "Dodaj do swojej strony"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");