diff options
Diffstat (limited to 'apps/federation/l10n/pl.js')
-rw-r--r-- | apps/federation/l10n/pl.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/federation/l10n/pl.js b/apps/federation/l10n/pl.js new file mode 100644 index 00000000000..d8e10260525 --- /dev/null +++ b/apps/federation/l10n/pl.js @@ -0,0 +1,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);"); |