nextcloud/apps/federatedfilesharing/l10n/pl.js

13 lines
780 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"federatedfilesharing",
{
2016-06-20 08:54:50 +03:00
"Federated sharing" : "Sfederowane udostępnianie",
2016-03-12 09:55:36 +03:00
"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",
2016-06-09 09:16:41 +03:00
"File is already shared with %s" : "Plik jest już współdzielony z %s",
2016-04-26 11:50:32 +03:00
"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.",
2016-05-24 22:24:38 +03:00
"Accept" : "Akceptuj",
2016-04-26 11:50:32 +03:00
"Open documentation" : "Otwórz dokumentację",
"Add to your website" : "Dodaj do swojej strony"
2016-02-16 16:49:12 +03:00
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");