pl.js 1.3 KB

12345678910111213141516
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Server added to the list of trusted ownClouds" : "Serwer został dodany do listy zaufanych serwerów ownCloud",
  5. "Server is already in the list of trusted servers." : "Serwer znajduje się już na liście zaufanych serwerów.",
  6. "No ownCloud server found" : "Nie znaleziono serwera ownCloud",
  7. "Could not add server" : "Nie można dodać serwera",
  8. "Federation" : "Stowarzyszenia",
  9. "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.",
  10. "Add server automatically once a federated share was created successfully" : "Dodaj serwer automatycznie po pomyślnym utworzeniu stowarzyszonego udziału.",
  11. "Trusted ownCloud Servers" : "Zaufane serwery ownCloud",
  12. "+ Add ownCloud server" : "Dodaj serwer ownCloud",
  13. "ownCloud Server" : "Serwer ownCloud"
  14. },
  15. "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");