17 lines
1.4 KiB
JavaScript
17 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"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.",
|
|
"Could not add server" : "Nie można dodać serwera",
|
|
"Federation" : "Stowarzyszenia",
|
|
"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 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);");
|