aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation/l10n/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/l10n/pl.js')
-rw-r--r--apps/federation/l10n/pl.js14
1 files changed, 8 insertions, 6 deletions
diff --git a/apps/federation/l10n/pl.js b/apps/federation/l10n/pl.js
index d8e10260525..7bba332f8da 100644
--- a/apps/federation/l10n/pl.js
+++ b/apps/federation/l10n/pl.js
@@ -1,15 +1,17 @@
OC.L10N.register(
"federation",
{
- "Server added to the list of trusted ownClouds" : "Serwer został dodany do listy zaufanych serwerów ownCloud",
+ "Added to the list of trusted servers" : "Dodano do listy zaufanych serwerów.",
"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.",
+ "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Stowarzyszenie pozwala na łączenie się z innymi zaufanymi serwerami do wymiany katalogów użytkownika. Na przykład będzie to wykorzystane do autouzupełniania użytkowników zewnętrznych do dzielenia się nimi ze stowarzyszonymi.",
"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"
+ "Trusted Servers" : "Zaufane serwery",
+ "+ Add Nextcloud server" : "Dodaj serwer Nextcloud",
+ "Nextcloud Server" : "Serwer Nextcloud",
+ "Server added to the list of trusted Nextclouds" : "Serwer dodany do listy zaufanych Nextclouds",
+ "No Nextcloud server found" : "Nie znaleziono serwera Nextcloud",
+ "Trusted Nextcloud Servers" : "Zaufane serwery Nextcloud"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");