server/apps/federatedfilesharing/l10n/pl.js

8 lines
513 B
JavaScript
Raw Normal View History

2016-02-16 13:49:12 +00:00
OC.L10N.register(
"federatedfilesharing",
{
2016-03-12 06:55:36 +00: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",
"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-02-16 13:49:12 +00:00
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");