fix references in the federation app

This commit is contained in:
Bjoern Schiessle 2016-06-20 14:53:04 +02:00
parent 299f854f00
commit 5dd48347ea
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
53 changed files with 225 additions and 225 deletions

View File

@ -37,7 +37,7 @@ use OCP\Security\ISecureRandom;
/**
* Class OCSAuthAPI
*
* OCS API end-points to exchange shared secret between two connected ownClouds
* OCS API end-points to exchange shared secret between two connected Nextclouds
*
* @package OCA\Federation\API
*/

View File

@ -2,7 +2,7 @@
<info>
<id>federation</id>
<name>Federation</name>
<description>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.</description>
<description>Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>0.0.4</version>

View File

@ -39,7 +39,7 @@ use OCP\IURLGenerator;
/**
* Class RequestSharedSecret
*
* Ask remote ownCloud to request a sharedSecret from this server
* Ask remote Nextcloud to request a sharedSecret from this server
*
* @package OCA\Federation\Backgroundjob
*/

View File

@ -56,7 +56,7 @@ class SettingsController extends Controller {
/**
* add server to the list of trusted ownClouds
* add server to the list of trusted Nextclouds
*
* @param string $url
* @return DataResponse
@ -70,13 +70,13 @@ class SettingsController extends Controller {
[
'url' => $url,
'id' => $id,
'message' => (string) $this->l->t('Server added to the list of trusted ownClouds')
'message' => (string) $this->l->t('Server added to the list of trusted Nextclouds')
]
);
}
/**
* add server to the list of trusted ownClouds
* add server to the list of trusted Nextclouds
*
* @param int $id
* @return DataResponse
@ -111,8 +111,8 @@ class SettingsController extends Controller {
}
if ($this->trustedServers->isOwnCloudServer($url) === false) {
$message = 'No ownCloud server found';
$hint = $this->l->t('No ownCloud server found');
$message = 'No Nextcloud server found';
$hint = $this->l->t('No Nextcloud server found');
throw new HintException($message, $hint);
}

View File

@ -1,13 +1,13 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server přidán do seznamu důvěryhodných ownCloudů",
"Server added to the list of trusted Nextclouds" : "Server přidán do seznamu důvěryhodných Nextcloudů",
"Server is already in the list of trusted servers." : "Server je již přidán na seznam důvěryhodných serverů.",
"No ownCloud server found" : "Nenalezen žádný ownCloud server",
"No Nextcloud server found" : "Nenalezen žádný Nextcloud server",
"Could not add server" : "Nepodařilo se přidat server",
"Federation" : "Sdružování",
"Add server automatically once a federated share was created successfully" : "Přidat server automaticky jakmile je úspěšně vytvořeno sdružené sdílení",
"ownCloud Server" : "ownCloud server",
"Trusted ownCloud Servers" : "Důvěryhodné ownCloud servery"
"Nextcloud Server" : "Nextcloud server",
"Trusted Nextcloud Servers" : "Důvěryhodné Nextcloud servery"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");

View File

@ -1,11 +1,11 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server přidán do seznamu důvěryhodných ownCloudů",
"Server added to the list of trusted Nextclouds" : "Server přidán do seznamu důvěryhodných Nextcloudů",
"Server is already in the list of trusted servers." : "Server je již přidán na seznam důvěryhodných serverů.",
"No ownCloud server found" : "Nenalezen žádný ownCloud server",
"No Nextcloud server found" : "Nenalezen žádný Nextcloud server",
"Could not add server" : "Nepodařilo se přidat server",
"Federation" : "Sdružování",
"Add server automatically once a federated share was created successfully" : "Přidat server automaticky jakmile je úspěšně vytvořeno sdružené sdílení",
"ownCloud Server" : "ownCloud server",
"Trusted ownCloud Servers" : "Důvěryhodné ownCloud servery"
"Nextcloud Server" : "Nextcloud server",
"Trusted Nextcloud Servers" : "Důvěryhodné Nextcloud servery"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
}
}

View File

@ -1,13 +1,13 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server wurde in die Liste der vertrauenswürdigen Servern aufgenommen",
"Server added to the list of trusted Nextclouds" : "Server wurde in die Liste der vertrauenswürdigen Servern aufgenommen",
"Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.",
"No ownCloud server found" : "Es wurde kein ownCloud Server gefunden",
"No Nextcloud server found" : "Es wurde kein Nextcloud Server gefunden",
"Could not add server" : "Konnte Server nicht hinzufügen",
"Federation" : "Federation",
"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." : "ownCloud Federation ermöglicht es dir dich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Add server automatically once a federated share was created successfully" : "Füge einen mit ownCloud Federation verbundenen Server automatisch hinzu, sobald die Verbindung einmal erfolgreich erstellt wurde",
"Trusted ownCloud Servers" : "vertrauenswürdige ownCloud Server"
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federation ermöglicht es dir dich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Add server automatically once a federated share was created successfully" : "Füge einen mit Nextcloud Federation verbundenen Server automatisch hinzu, sobald die Verbindung einmal erfolgreich erstellt wurde",
"Trusted Nextcloud Servers" : "vertrauenswürdige Nextcloud Server"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,11 +1,11 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server wurde in die Liste der vertrauenswürdigen Servern aufgenommen",
"Server added to the list of trusted Nextclouds" : "Server wurde in die Liste der vertrauenswürdigen Servern aufgenommen",
"Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.",
"No ownCloud server found" : "Es wurde kein ownCloud Server gefunden",
"No Nextcloud server found" : "Es wurde kein Nextcloud Server gefunden",
"Could not add server" : "Konnte Server nicht hinzufügen",
"Federation" : "Federation",
"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." : "ownCloud Federation ermöglicht es dir dich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Add server automatically once a federated share was created successfully" : "Füge einen mit ownCloud Federation verbundenen Server automatisch hinzu, sobald die Verbindung einmal erfolgreich erstellt wurde",
"Trusted ownCloud Servers" : "vertrauenswürdige ownCloud Server"
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federation ermöglicht es dir dich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Add server automatically once a federated share was created successfully" : "Füge einen mit Nextcloud Federation verbundenen Server automatisch hinzu, sobald die Verbindung einmal erfolgreich erstellt wurde",
"Trusted Nextcloud Servers" : "vertrauenswürdige Nextcloud Server"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,13 +1,13 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server wurde in die Liste der vertrauenswürdigen ownClouds aufgenommen",
"Server added to the list of trusted Nextclouds" : "Server wurde in die Liste der vertrauenswürdigen Nextclouds aufgenommen",
"Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.",
"No ownCloud server found" : "Es wurde kein ownCloud Server gefunden",
"No Nextcloud server found" : "Es wurde kein Nextcloud Server gefunden",
"Could not add server" : "Konnte Server nicht hinzufügen",
"Federation" : "Federation",
"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." : "ownCloud Federation ermöglicht es Ihnen sich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federation ermöglicht es Ihnen sich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Add server automatically once a federated share was created successfully" : "Server automatisch hinzufügen sobale eine federated Freigabe erstellt wurde",
"Trusted ownCloud Servers" : "Vertrauenswürdige ownCloud Server"
"Trusted Nextcloud Servers" : "Vertrauenswürdige Nextcloud Server"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,11 +1,11 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server wurde in die Liste der vertrauenswürdigen ownClouds aufgenommen",
"Server added to the list of trusted Nextclouds" : "Server wurde in die Liste der vertrauenswürdigen Nextclouds aufgenommen",
"Server is already in the list of trusted servers." : "Server ist bereits in der Liste der vertrauenswürdigen Servern.",
"No ownCloud server found" : "Es wurde kein ownCloud Server gefunden",
"No Nextcloud server found" : "Es wurde kein Nextcloud Server gefunden",
"Could not add server" : "Konnte Server nicht hinzufügen",
"Federation" : "Federation",
"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." : "ownCloud Federation ermöglicht es Ihnen sich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federation ermöglicht es Ihnen sich mit anderen vertrauenswürdigen Servern zu verbinden um das Benutzerverzeichnis auszutauschen. Dies wird, zum Beispiel, für die automatische Vervollständigung externer Benutzer verwendet.",
"Add server automatically once a federated share was created successfully" : "Server automatisch hinzufügen sobale eine federated Freigabe erstellt wurde",
"Trusted ownCloud Servers" : "Vertrauenswürdige ownCloud Server"
"Trusted Nextcloud Servers" : "Vertrauenswürdige Nextcloud Server"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server added to the list of trusted ownClouds",
"Server added to the list of trusted Nextclouds" : "Server added to the list of trusted Nextclouds",
"Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
"No ownCloud server found" : "No ownCloud server found",
"No Nextcloud server found" : "No Nextcloud server found",
"Could not add server" : "Could not add server",
"Federation" : "Federation",
"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." : "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.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.",
"Add server automatically once a federated share was created successfully" : "Add server automatically once a federated share was created successfully",
"ownCloud Server" : "ownCloud Server",
"Trusted ownCloud Servers" : "Trusted ownCloud Servers"
"Nextcloud Server" : "Nextcloud Server",
"Trusted Nextcloud Servers" : "Trusted Nextcloud Servers"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server added to the list of trusted ownClouds",
"Server added to the list of trusted Nextclouds" : "Server added to the list of trusted Nextclouds",
"Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
"No ownCloud server found" : "No ownCloud server found",
"No Nextcloud server found" : "No Nextcloud server found",
"Could not add server" : "Could not add server",
"Federation" : "Federation",
"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." : "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.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.",
"Add server automatically once a federated share was created successfully" : "Add server automatically once a federated share was created successfully",
"ownCloud Server" : "ownCloud Server",
"Trusted ownCloud Servers" : "Trusted ownCloud Servers"
"Nextcloud Server" : "Nextcloud Server",
"Trusted Nextcloud Servers" : "Trusted Nextcloud Servers"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,9 +1,9 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Servilo aldoniĝis al la listo de fidataj ownCloud-oj.",
"Server added to the list of trusted Nextclouds" : "Servilo aldoniĝis al la listo de fidataj Nextcloud-oj.",
"Server is already in the list of trusted servers." : "Servilo jam estas en la listo de fidataj serviloj.",
"No ownCloud server found" : "Ne troviĝis ownCloud-servilo",
"No Nextcloud server found" : "Ne troviĝis Nextcloud-servilo",
"Could not add server" : "Ne eblas aldoni servilon",
"Federation" : "Federado"
},

View File

@ -1,7 +1,7 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Servilo aldoniĝis al la listo de fidataj ownCloud-oj.",
"Server added to the list of trusted Nextclouds" : "Servilo aldoniĝis al la listo de fidataj Nextcloud-oj.",
"Server is already in the list of trusted servers." : "Servilo jam estas en la listo de fidataj serviloj.",
"No ownCloud server found" : "Ne troviĝis ownCloud-servilo",
"No Nextcloud server found" : "Ne troviĝis Nextcloud-servilo",
"Could not add server" : "Ne eblas aldoni servilon",
"Federation" : "Federado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Servidor agregado a la lista de ownClouds en los que se confía",
"Server added to the list of trusted Nextclouds" : "Servidor agregado a la lista de Nextclouds en los que se confía",
"Server is already in the list of trusted servers." : "El servidor ya está en la lista de servidores en los que se confía.",
"No ownCloud server found" : "No se ha encontrado el servidor ownCloud",
"No Nextcloud server found" : "No se ha encontrado el servidor Nextcloud",
"Could not add server" : "No se pudo agregar el servidor",
"Federation" : "Federación",
"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." : "La Federación de ownCloud permite conectar con otros ownClouds en los que se confíe para intercambiar el directorio de usuario. Por ejemplo esto se usará para autocompletar usuarios externos para compartición federada.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La Federación de Nextcloud permite conectar con otros Nextclouds en los que se confíe para intercambiar el directorio de usuario. Por ejemplo esto se usará para autocompletar usuarios externos para compartición federada.",
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente",
"ownCloud Server" : "Servidor ownCloud",
"Trusted ownCloud Servers" : "Servidores onwCloud en los que confío"
"Nextcloud Server" : "Servidor Nextcloud",
"Trusted Nextcloud Servers" : "Servidores onwCloud en los que confío"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Servidor agregado a la lista de ownClouds en los que se confía",
"Server added to the list of trusted Nextclouds" : "Servidor agregado a la lista de Nextclouds en los que se confía",
"Server is already in the list of trusted servers." : "El servidor ya está en la lista de servidores en los que se confía.",
"No ownCloud server found" : "No se ha encontrado el servidor ownCloud",
"No Nextcloud server found" : "No se ha encontrado el servidor Nextcloud",
"Could not add server" : "No se pudo agregar el servidor",
"Federation" : "Federación",
"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." : "La Federación de ownCloud permite conectar con otros ownClouds en los que se confíe para intercambiar el directorio de usuario. Por ejemplo esto se usará para autocompletar usuarios externos para compartición federada.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La Federación de Nextcloud permite conectar con otros Nextclouds en los que se confíe para intercambiar el directorio de usuario. Por ejemplo esto se usará para autocompletar usuarios externos para compartición federada.",
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente",
"ownCloud Server" : "Servidor ownCloud",
"Trusted ownCloud Servers" : "Servidores onwCloud en los que confío"
"Nextcloud Server" : "Servidor Nextcloud",
"Trusted Nextcloud Servers" : "Servidores onwCloud en los que confío"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,7 +1,7 @@
OC.L10N.register(
"federation",
{
"No ownCloud server found" : "ownCloudi serverit ei leitud",
"No Nextcloud server found" : "Nextcloudi serverit ei leitud",
"Could not add server" : "Serveri lisamine ebaõnnestus"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,5 +1,5 @@
{ "translations": {
"No ownCloud server found" : "ownCloudi serverit ei leitud",
"No Nextcloud server found" : "Nextcloudi serverit ei leitud",
"Could not add server" : "Serveri lisamine ebaõnnestus"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Palvelin lisätty luotettujen ownCloudien luetteloon",
"Server added to the list of trusted Nextclouds" : "Palvelin lisätty luotettujen Nextcloudien luetteloon",
"Server is already in the list of trusted servers." : "Palvelin on jo luotettujen palvelimien luettelossa.",
"No ownCloud server found" : "ownCloud-palvelinta ei löydy",
"No Nextcloud server found" : "Nextcloud-palvelinta ei löydy",
"Could not add server" : "Palvelimen lisääminen ei onnistunut",
"Federation" : "Federaatio",
"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." : "ownCloudin federaatio mahdollistaa yhdistämisen muihin luotettuihin ownCloudeihin käyttäjähakemistojen vaihtamiseksi. Tätä käytetään muun muassa ulkoisten käyttäjien automaattiseen täydentämiseen federoidussa jakamisessa.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloudin federaatio mahdollistaa yhdistämisen muihin luotettuihin Nextcloudeihin käyttäjähakemistojen vaihtamiseksi. Tätä käytetään muun muassa ulkoisten käyttäjien automaattiseen täydentämiseen federoidussa jakamisessa.",
"Add server automatically once a federated share was created successfully" : "Lisää palvelin automaattisesti, kun federoitu jako on luotu onnistuneesti",
"ownCloud Server" : "ownCloud-palvelin",
"Trusted ownCloud Servers" : "Luotetut ownCloud-palvelimet"
"Nextcloud Server" : "Nextcloud-palvelin",
"Trusted Nextcloud Servers" : "Luotetut Nextcloud-palvelimet"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Palvelin lisätty luotettujen ownCloudien luetteloon",
"Server added to the list of trusted Nextclouds" : "Palvelin lisätty luotettujen Nextcloudien luetteloon",
"Server is already in the list of trusted servers." : "Palvelin on jo luotettujen palvelimien luettelossa.",
"No ownCloud server found" : "ownCloud-palvelinta ei löydy",
"No Nextcloud server found" : "Nextcloud-palvelinta ei löydy",
"Could not add server" : "Palvelimen lisääminen ei onnistunut",
"Federation" : "Federaatio",
"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." : "ownCloudin federaatio mahdollistaa yhdistämisen muihin luotettuihin ownCloudeihin käyttäjähakemistojen vaihtamiseksi. Tätä käytetään muun muassa ulkoisten käyttäjien automaattiseen täydentämiseen federoidussa jakamisessa.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloudin federaatio mahdollistaa yhdistämisen muihin luotettuihin Nextcloudeihin käyttäjähakemistojen vaihtamiseksi. Tätä käytetään muun muassa ulkoisten käyttäjien automaattiseen täydentämiseen federoidussa jakamisessa.",
"Add server automatically once a federated share was created successfully" : "Lisää palvelin automaattisesti, kun federoitu jako on luotu onnistuneesti",
"ownCloud Server" : "ownCloud-palvelin",
"Trusted ownCloud Servers" : "Luotetut ownCloud-palvelimet"
"Nextcloud Server" : "Nextcloud-palvelin",
"Trusted Nextcloud Servers" : "Luotetut Nextcloud-palvelimet"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Serveur ajouté à la liste des ownClouds de confiance",
"Server added to the list of trusted Nextclouds" : "Serveur ajouté à la liste des Nextclouds de confiance",
"Server is already in the list of trusted servers." : "Le serveur est déjà dans la liste des serveurs de confiance.",
"No ownCloud server found" : "Aucun serveur ownCloud trouvé",
"No Nextcloud server found" : "Aucun serveur Nextcloud trouvé",
"Could not add server" : "Impossible d'ajouter le serveur",
"Federation" : "Fédération",
"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." : "La Fédération ownCloud vous permet de vous connecter avec d'autres ownCloud de confiance pour partager l'annuaire d'utilisateurs. Par exemple, cela peut être utilisé pour compléter automatiquement les noms des utilisateurs externes pour le partage fédéré.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La Fédération Nextcloud vous permet de vous connecter avec d'autres Nextcloud de confiance pour partager l'annuaire d'utilisateurs. Par exemple, cela peut être utilisé pour compléter automatiquement les noms des utilisateurs externes pour le partage fédéré.",
"Add server automatically once a federated share was created successfully" : "Ajouter un serveur automatiquement une fois que le partage a été créer avec succès .",
"ownCloud Server" : "Serveur OwnCloud",
"Trusted ownCloud Servers" : "Serveur ownCloud de confiance "
"Nextcloud Server" : "Serveur Nextcloud",
"Trusted Nextcloud Servers" : "Serveur Nextcloud de confiance "
},
"nplurals=2; plural=(n > 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Serveur ajouté à la liste des ownClouds de confiance",
"Server added to the list of trusted Nextclouds" : "Serveur ajouté à la liste des Nextclouds de confiance",
"Server is already in the list of trusted servers." : "Le serveur est déjà dans la liste des serveurs de confiance.",
"No ownCloud server found" : "Aucun serveur ownCloud trouvé",
"No Nextcloud server found" : "Aucun serveur Nextcloud trouvé",
"Could not add server" : "Impossible d'ajouter le serveur",
"Federation" : "Fédération",
"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." : "La Fédération ownCloud vous permet de vous connecter avec d'autres ownCloud de confiance pour partager l'annuaire d'utilisateurs. Par exemple, cela peut être utilisé pour compléter automatiquement les noms des utilisateurs externes pour le partage fédéré.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La Fédération Nextcloud vous permet de vous connecter avec d'autres Nextcloud de confiance pour partager l'annuaire d'utilisateurs. Par exemple, cela peut être utilisé pour compléter automatiquement les noms des utilisateurs externes pour le partage fédéré.",
"Add server automatically once a federated share was created successfully" : "Ajouter un serveur automatiquement une fois que le partage a été créer avec succès .",
"ownCloud Server" : "Serveur OwnCloud",
"Trusted ownCloud Servers" : "Serveur ownCloud de confiance "
"Nextcloud Server" : "Serveur Nextcloud",
"Trusted Nextcloud Servers" : "Serveur Nextcloud de confiance "
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "השרת נוסף לרשימת ה- ownCloud המהימנים",
"Server added to the list of trusted Nextclouds" : "השרת נוסף לרשימת ה- Nextcloud המהימנים",
"Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
"No ownCloud server found" : "לא אותר שרת ownCloud",
"No Nextcloud server found" : "לא אותר שרת Nextcloud",
"Could not add server" : "לא ניתן היה להוסיף שרת",
"Federation" : "איגוד",
"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." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד Nextcloud מאפשר לך להתחבר לשרתי Nextcloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
"ownCloud Server" : "שרת ownCloud",
"Trusted ownCloud Servers" : "שרתי ownCloud אמינים"
"Nextcloud Server" : "שרת Nextcloud",
"Trusted Nextcloud Servers" : "שרתי Nextcloud אמינים"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "השרת נוסף לרשימת ה- ownCloud המהימנים",
"Server added to the list of trusted Nextclouds" : "השרת נוסף לרשימת ה- Nextcloud המהימנים",
"Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
"No ownCloud server found" : "לא אותר שרת ownCloud",
"No Nextcloud server found" : "לא אותר שרת Nextcloud",
"Could not add server" : "לא ניתן היה להוסיף שרת",
"Federation" : "איגוד",
"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." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד Nextcloud מאפשר לך להתחבר לשרתי Nextcloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
"ownCloud Server" : "שרת ownCloud",
"Trusted ownCloud Servers" : "שרתי ownCloud אמינים"
"Nextcloud Server" : "שרת Nextcloud",
"Trusted Nextcloud Servers" : "שרתי Nextcloud אמינים"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server aggiunto all'elenco di ownCloud affidabili",
"Server added to the list of trusted Nextclouds" : "Server aggiunto all'elenco di Nextcloud affidabili",
"Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
"No ownCloud server found" : "Nessun server ownCloud trovato",
"No Nextcloud server found" : "Nessun server Nextcloud trovato",
"Could not add server" : "Impossibile aggiungere il server",
"Federation" : "Federazione",
"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." : "La federazione di ownCloud ti consente di collegarti con altri ownCloud di fiducia per scambiare la cartella degli utenti. Ad esempio, sarà utilizzata per il completamento automatico degli utenti esterni per la condivisione federata.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federazione di Nextcloud ti consente di collegarti con altri Nextcloud di fiducia per scambiare la cartella degli utenti. Ad esempio, sarà utilizzata per il completamento automatico degli utenti esterni per la condivisione federata.",
"Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo",
"ownCloud Server" : "Server ownCloud",
"Trusted ownCloud Servers" : "Server ownCloud di fiducia"
"Nextcloud Server" : "Server Nextcloud",
"Trusted Nextcloud Servers" : "Server Nextcloud di fiducia"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server aggiunto all'elenco di ownCloud affidabili",
"Server added to the list of trusted Nextclouds" : "Server aggiunto all'elenco di Nextcloud affidabili",
"Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.",
"No ownCloud server found" : "Nessun server ownCloud trovato",
"No Nextcloud server found" : "Nessun server Nextcloud trovato",
"Could not add server" : "Impossibile aggiungere il server",
"Federation" : "Federazione",
"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." : "La federazione di ownCloud ti consente di collegarti con altri ownCloud di fiducia per scambiare la cartella degli utenti. Ad esempio, sarà utilizzata per il completamento automatico degli utenti esterni per la condivisione federata.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federazione di Nextcloud ti consente di collegarti con altri Nextcloud di fiducia per scambiare la cartella degli utenti. Ad esempio, sarà utilizzata per il completamento automatico degli utenti esterni per la condivisione federata.",
"Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo",
"ownCloud Server" : "Server ownCloud",
"Trusted ownCloud Servers" : "Server ownCloud di fiducia"
"Nextcloud Server" : "Server Nextcloud",
"Trusted Nextcloud Servers" : "Server Nextcloud di fiducia"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "ownCloud の信頼済サイト に追加されているサーバー",
"Server added to the list of trusted Nextclouds" : "Nextcloud の信頼済サイト に追加されているサーバー",
"Server is already in the list of trusted servers." : "信頼済サイトとして既に登録されています。",
"No ownCloud server found" : "ownCloudサーバーが見つかりません",
"No Nextcloud server found" : "Nextcloudサーバーが見つかりません",
"Could not add server" : "サーバーを追加できませんでした",
"Federation" : "連携",
"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." : "ownCloud 連携機能では信頼済のownCloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud 連携機能では信頼済のNextcloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
"Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
"ownCloud Server" : "ownCloudサーバ",
"Trusted ownCloud Servers" : "ownCloudサーバを信頼する"
"Nextcloud Server" : "Nextcloudサーバ",
"Trusted Nextcloud Servers" : "Nextcloudサーバを信頼する"
},
"nplurals=1; plural=0;");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "ownCloud の信頼済サイト に追加されているサーバー",
"Server added to the list of trusted Nextclouds" : "Nextcloud の信頼済サイト に追加されているサーバー",
"Server is already in the list of trusted servers." : "信頼済サイトとして既に登録されています。",
"No ownCloud server found" : "ownCloudサーバーが見つかりません",
"No Nextcloud server found" : "Nextcloudサーバーが見つかりません",
"Could not add server" : "サーバーを追加できませんでした",
"Federation" : "連携",
"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." : "ownCloud 連携機能では信頼済のownCloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud 連携機能では信頼済のNextcloudのユーザーディレクトリを相互に接続することができます。例えば、連携で共有したときには、連携先の外部ユーザー名の自動補完を使えるようになります。",
"Add server automatically once a federated share was created successfully" : "追加するサーバは自動的に統合され、共有が追加されました",
"ownCloud Server" : "ownCloudサーバ",
"Trusted ownCloud Servers" : "ownCloudサーバを信頼する"
"Nextcloud Server" : "Nextcloudサーバ",
"Trusted Nextcloud Servers" : "Nextcloudサーバを信頼する"
},"pluralForm" :"nplurals=1; plural=0;"
}
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server lagt til i listen av klarerte ownCloud'er",
"Server added to the list of trusted Nextclouds" : "Server lagt til i listen av klarerte Nextcloud'er",
"Server is already in the list of trusted servers." : "Serveren er allerede i listen av klarerte servere.",
"No ownCloud server found" : "Ingen ownCloud-server funnet",
"No Nextcloud server found" : "Ingen Nextcloud-server funnet",
"Could not add server" : "Kunne ikke legge til server",
"Federation" : "Sammenknytting",
"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." : "ownCloud-sammenknytting lar deg koble til andre klarerte ownCloud'er og utveksle brukerkatalogen. Dette vil for eksempel brukes til å fylle ut eksterne brukere for sammenknyttet deling automatisk.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud-sammenknytting lar deg koble til andre klarerte Nextcloud'er og utveksle brukerkatalogen. Dette vil for eksempel brukes til å fylle ut eksterne brukere for sammenknyttet deling automatisk.",
"Add server automatically once a federated share was created successfully" : "Legg til server automatisk når en sammenknyttet deling er blitt opprettet",
"ownCloud Server" : "ownCloud-server",
"Trusted ownCloud Servers" : "Klarerte ownCloud-servere"
"Nextcloud Server" : "Nextcloud-server",
"Trusted Nextcloud Servers" : "Klarerte Nextcloud-servere"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server lagt til i listen av klarerte ownCloud'er",
"Server added to the list of trusted Nextclouds" : "Server lagt til i listen av klarerte Nextcloud'er",
"Server is already in the list of trusted servers." : "Serveren er allerede i listen av klarerte servere.",
"No ownCloud server found" : "Ingen ownCloud-server funnet",
"No Nextcloud server found" : "Ingen Nextcloud-server funnet",
"Could not add server" : "Kunne ikke legge til server",
"Federation" : "Sammenknytting",
"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." : "ownCloud-sammenknytting lar deg koble til andre klarerte ownCloud'er og utveksle brukerkatalogen. Dette vil for eksempel brukes til å fylle ut eksterne brukere for sammenknyttet deling automatisk.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud-sammenknytting lar deg koble til andre klarerte Nextcloud'er og utveksle brukerkatalogen. Dette vil for eksempel brukes til å fylle ut eksterne brukere for sammenknyttet deling automatisk.",
"Add server automatically once a federated share was created successfully" : "Legg til server automatisk når en sammenknyttet deling er blitt opprettet",
"ownCloud Server" : "ownCloud-server",
"Trusted ownCloud Servers" : "Klarerte ownCloud-servere"
"Nextcloud Server" : "Nextcloud-server",
"Trusted Nextcloud Servers" : "Klarerte Nextcloud-servere"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server toegevoegd aan de lijst van vertrouwde ownClouds",
"Server added to the list of trusted Nextclouds" : "Server toegevoegd aan de lijst van vertrouwde Nextclouds",
"Server is already in the list of trusted servers." : "Server is reeds inde lijst van vertrouwde servers.",
"No ownCloud server found" : "Geen ownCloud server gevonden",
"No Nextcloud server found" : "Geen Nextcloud server gevonden",
"Could not add server" : "Kon server niet toevoegen",
"Federation" : "Federatie",
"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." : "ownCloud Federatie stelt u in staat om een verbinding op te zetten met andere vertrouwde ownClouds en uw gebruikers lijst uit te wisselen. Dit stelt u bijvoorbeeld in staat om automatish suggesties te rkijgen voor gebruikeners tijdens het delen via federatie.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federatie stelt u in staat om een verbinding op te zetten met andere vertrouwde Nextclouds en uw gebruikers lijst uit te wisselen. Dit stelt u bijvoorbeeld in staat om automatish suggesties te rkijgen voor gebruikeners tijdens het delen via federatie.",
"Add server automatically once a federated share was created successfully" : "Voeg server automatisch toe zodra een gefedereerde share succesvol gecreëerd is",
"ownCloud Server" : "ownCloud Server",
"Trusted ownCloud Servers" : "Vertrouwde ownCloud Servers"
"Nextcloud Server" : "Nextcloud Server",
"Trusted Nextcloud Servers" : "Vertrouwde Nextcloud Servers"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Server toegevoegd aan de lijst van vertrouwde ownClouds",
"Server added to the list of trusted Nextclouds" : "Server toegevoegd aan de lijst van vertrouwde Nextclouds",
"Server is already in the list of trusted servers." : "Server is reeds inde lijst van vertrouwde servers.",
"No ownCloud server found" : "Geen ownCloud server gevonden",
"No Nextcloud server found" : "Geen Nextcloud server gevonden",
"Could not add server" : "Kon server niet toevoegen",
"Federation" : "Federatie",
"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." : "ownCloud Federatie stelt u in staat om een verbinding op te zetten met andere vertrouwde ownClouds en uw gebruikers lijst uit te wisselen. Dit stelt u bijvoorbeeld in staat om automatish suggesties te rkijgen voor gebruikeners tijdens het delen via federatie.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Federatie stelt u in staat om een verbinding op te zetten met andere vertrouwde Nextclouds en uw gebruikers lijst uit te wisselen. Dit stelt u bijvoorbeeld in staat om automatish suggesties te rkijgen voor gebruikeners tijdens het delen via federatie.",
"Add server automatically once a federated share was created successfully" : "Voeg server automatisch toe zodra een gefedereerde share succesvol gecreëerd is",
"ownCloud Server" : "ownCloud Server",
"Trusted ownCloud Servers" : "Vertrouwde ownCloud Servers"
"Nextcloud Server" : "Nextcloud Server",
"Trusted Nextcloud Servers" : "Vertrouwde Nextcloud Servers"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis",
"Server added to the list of trusted Nextclouds" : "Servidor adicionado à lista de Nextclouds confiáveis",
"Server is already in the list of trusted servers." : "O servidor já está na lista de servidores confiáveis.",
"No ownCloud server found" : "Nenhum servidor ownCloud encontrado",
"No Nextcloud server found" : "Nenhum servidor Nextcloud encontrado",
"Could not add server" : "Não foi possível adicionar servidor",
"Federation" : "Associação",
"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." : "A associação ownCloud permite que você conecte com outros ownCloud confiáveis para haja trocas de diretórios do usuário. Por exemplo, este será utilizado para usuários externos de complementação para compartilhamento associado.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "A associação Nextcloud permite que você conecte com outros Nextcloud confiáveis para haja trocas de diretórios do usuário. Por exemplo, este será utilizado para usuários externos de complementação para compartilhamento associado.",
"Add server automatically once a federated share was created successfully" : "Adicionar servidor automaticamente uma vez que um compartilhamento associado foi criado com êxito",
"ownCloud Server" : "Servidor ownCloud",
"Trusted ownCloud Servers" : "Servidores OwnCloud Confiáveis"
"Nextcloud Server" : "Servidor Nextcloud",
"Trusted Nextcloud Servers" : "Servidores Nextcloud Confiáveis"
},
"nplurals=2; plural=(n > 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis",
"Server added to the list of trusted Nextclouds" : "Servidor adicionado à lista de Nextclouds confiáveis",
"Server is already in the list of trusted servers." : "O servidor já está na lista de servidores confiáveis.",
"No ownCloud server found" : "Nenhum servidor ownCloud encontrado",
"No Nextcloud server found" : "Nenhum servidor Nextcloud encontrado",
"Could not add server" : "Não foi possível adicionar servidor",
"Federation" : "Associação",
"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." : "A associação ownCloud permite que você conecte com outros ownCloud confiáveis para haja trocas de diretórios do usuário. Por exemplo, este será utilizado para usuários externos de complementação para compartilhamento associado.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "A associação Nextcloud permite que você conecte com outros Nextcloud confiáveis para haja trocas de diretórios do usuário. Por exemplo, este será utilizado para usuários externos de complementação para compartilhamento associado.",
"Add server automatically once a federated share was created successfully" : "Adicionar servidor automaticamente uma vez que um compartilhamento associado foi criado com êxito",
"ownCloud Server" : "Servidor ownCloud",
"Trusted ownCloud Servers" : "Servidores OwnCloud Confiáveis"
"Nextcloud Server" : "Servidor Nextcloud",
"Trusted Nextcloud Servers" : "Servidores Nextcloud Confiáveis"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis",
"Server added to the list of trusted Nextclouds" : "Servidor adicionado à lista de Nextclouds confiáveis",
"Server is already in the list of trusted servers." : "Servidor já pertence à lista de servidores confiáveis.",
"No ownCloud server found" : "Nenhum servidor ownCloud encontrado",
"No Nextcloud server found" : "Nenhum servidor Nextcloud encontrado",
"Could not add server" : "Não foi possível adicionar servidor",
"Federation" : "Federação",
"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." : "Federação ownCloud permite-lhe conectar-se com outros ownClouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação Nextcloud permite-lhe conectar-se com outros Nextclouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas.",
"Add server automatically once a federated share was created successfully" : "Adicionar o servidor automaticamente assim que uma partilha federada tenha sido criada com sucesso",
"ownCloud Server" : "Servidor ownCloud",
"Trusted ownCloud Servers" : "Servidores ownCloud de confiança"
"Nextcloud Server" : "Servidor Nextcloud",
"Trusted Nextcloud Servers" : "Servidores Nextcloud de confiança"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis",
"Server added to the list of trusted Nextclouds" : "Servidor adicionado à lista de Nextclouds confiáveis",
"Server is already in the list of trusted servers." : "Servidor já pertence à lista de servidores confiáveis.",
"No ownCloud server found" : "Nenhum servidor ownCloud encontrado",
"No Nextcloud server found" : "Nenhum servidor Nextcloud encontrado",
"Could not add server" : "Não foi possível adicionar servidor",
"Federation" : "Federação",
"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." : "Federação ownCloud permite-lhe conectar-se com outros ownClouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação Nextcloud permite-lhe conectar-se com outros Nextclouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas.",
"Add server automatically once a federated share was created successfully" : "Adicionar o servidor automaticamente assim que uma partilha federada tenha sido criada com sucesso",
"ownCloud Server" : "Servidor ownCloud",
"Trusted ownCloud Servers" : "Servidores ownCloud de confiança"
"Nextcloud Server" : "Servidor Nextcloud",
"Trusted Nextcloud Servers" : "Servidores Nextcloud de confiança"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,13 +1,13 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Сервер добавлен в список доверенных серверов ownClowd ",
"Server added to the list of trusted Nextclouds" : "Сервер добавлен в список доверенных серверов ownClowd ",
"Server is already in the list of trusted servers." : "Сервер уже в списке доверенных серверов.",
"No ownCloud server found" : "Сервер ownCloud не найден",
"No Nextcloud server found" : "Сервер Nextcloud не найден",
"Could not add server" : "Не удалось добавить сервер",
"Federation" : "Объединение",
"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." : "Объединение серверов ownCloud позволит Вам подключиться к другим доверенным серверам ownCloud для обмена директориями пользователей. Это будет использовано, например, для автоматического завершения внешних пользователей при объединенном общем доступе.",
"ownCloud Server" : "Сервер ownCloud",
"Trusted ownCloud Servers" : "Доверенные серверы ownCloud"
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Объединение серверов Nextcloud позволит Вам подключиться к другим доверенным серверам Nextcloud для обмена директориями пользователей. Это будет использовано, например, для автоматического завершения внешних пользователей при объединенном общем доступе.",
"Nextcloud Server" : "Сервер Nextcloud",
"Trusted Nextcloud Servers" : "Доверенные серверы Nextcloud"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View File

@ -1,11 +1,11 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Сервер добавлен в список доверенных серверов ownClowd ",
"Server added to the list of trusted Nextclouds" : "Сервер добавлен в список доверенных серверов ownClowd ",
"Server is already in the list of trusted servers." : "Сервер уже в списке доверенных серверов.",
"No ownCloud server found" : "Сервер ownCloud не найден",
"No Nextcloud server found" : "Сервер Nextcloud не найден",
"Could not add server" : "Не удалось добавить сервер",
"Federation" : "Объединение",
"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." : "Объединение серверов ownCloud позволит Вам подключиться к другим доверенным серверам ownCloud для обмена директориями пользователей. Это будет использовано, например, для автоматического завершения внешних пользователей при объединенном общем доступе.",
"ownCloud Server" : "Сервер ownCloud",
"Trusted ownCloud Servers" : "Доверенные серверы ownCloud"
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Объединение серверов Nextcloud позволит Вам подключиться к другим доверенным серверам Nextcloud для обмена директориями пользователей. Это будет использовано, например, для автоматического завершения внешних пользователей при объединенном общем доступе.",
"Nextcloud Server" : "Сервер Nextcloud",
"Trusted Nextcloud Servers" : "Доверенные серверы Nextcloud"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Strežnik je dodan na seznam potrjenih strežnikov ownCloud",
"Server added to the list of trusted Nextclouds" : "Strežnik je dodan na seznam potrjenih strežnikov Nextcloud",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.",
"No ownCloud server found" : "Ni mogoče najti nobenega strežnika ownCloud.",
"No Nextcloud server found" : "Ni mogoče najti nobenega strežnika Nextcloud.",
"Could not add server" : "Ni mogoče dodati strežnika.",
"Federation" : "Prenos dovoljenj",
"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." : "Prenos dovoljenj ownCloud omogoča povezovanje z drugimi potrjenimi strežniki ownCloud in souporabo uporabniških map. Možnost je uporabljena za samodejno dokončanje izpisa zunanjih uporabnikov za souporabo s prenosom dovoljenj.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Prenos dovoljenj Nextcloud omogoča povezovanje z drugimi potrjenimi strežniki Nextcloud in souporabo uporabniških map. Možnost je uporabljena za samodejno dokončanje izpisa zunanjih uporabnikov za souporabo s prenosom dovoljenj.",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena",
"ownCloud Server" : "Strežnik ownCloud",
"Trusted ownCloud Servers" : "Zaupanja vredni strežniki ownCloud"
"Nextcloud Server" : "Strežnik Nextcloud",
"Trusted Nextcloud Servers" : "Zaupanja vredni strežniki Nextcloud"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Strežnik je dodan na seznam potrjenih strežnikov ownCloud",
"Server added to the list of trusted Nextclouds" : "Strežnik je dodan na seznam potrjenih strežnikov Nextcloud",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.",
"No ownCloud server found" : "Ni mogoče najti nobenega strežnika ownCloud.",
"No Nextcloud server found" : "Ni mogoče najti nobenega strežnika Nextcloud.",
"Could not add server" : "Ni mogoče dodati strežnika.",
"Federation" : "Prenos dovoljenj",
"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." : "Prenos dovoljenj ownCloud omogoča povezovanje z drugimi potrjenimi strežniki ownCloud in souporabo uporabniških map. Možnost je uporabljena za samodejno dokončanje izpisa zunanjih uporabnikov za souporabo s prenosom dovoljenj.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Prenos dovoljenj Nextcloud omogoča povezovanje z drugimi potrjenimi strežniki Nextcloud in souporabo uporabniških map. Možnost je uporabljena za samodejno dokončanje izpisa zunanjih uporabnikov za souporabo s prenosom dovoljenj.",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena",
"ownCloud Server" : "Strežnik ownCloud",
"Trusted ownCloud Servers" : "Zaupanja vredni strežniki ownCloud"
"Nextcloud Server" : "Strežnik Nextcloud",
"Trusted Nextcloud Servers" : "Zaupanja vredni strežniki Nextcloud"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Shërbyesi u shtua te lista e ownCloud-eve të besuar",
"Server added to the list of trusted Nextclouds" : "Shërbyesi u shtua te lista e Nextcloud-eve të besuar",
"Server is already in the list of trusted servers." : "Shërbyesi është tashmë në listën e shërbyesve të besuar.",
"No ownCloud server found" : "Su gjet shërbyes ownCloud",
"No Nextcloud server found" : "Su gjet shërbyes Nextcloud",
"Could not add server" : "Shërbyesi su shtua dot",
"Federation" : "Federim",
"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." : "Federimi ownCloud ju lejon të lidheni me ownCloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federimi Nextcloud ju lejon të lidheni me Nextcloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar.",
"Add server automatically once a federated share was created successfully" : "Shtoje vetvetiu shërbyesin pasi të jetë krijuar me sukses një ndarje e federuar",
"ownCloud Server" : "Shërbyes ownCloud",
"Trusted ownCloud Servers" : "Shërbyes ownCloud të Besuar"
"Nextcloud Server" : "Shërbyes Nextcloud",
"Trusted Nextcloud Servers" : "Shërbyes Nextcloud të Besuar"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Shërbyesi u shtua te lista e ownCloud-eve të besuar",
"Server added to the list of trusted Nextclouds" : "Shërbyesi u shtua te lista e Nextcloud-eve të besuar",
"Server is already in the list of trusted servers." : "Shërbyesi është tashmë në listën e shërbyesve të besuar.",
"No ownCloud server found" : "Su gjet shërbyes ownCloud",
"No Nextcloud server found" : "Su gjet shërbyes Nextcloud",
"Could not add server" : "Shërbyesi su shtua dot",
"Federation" : "Federim",
"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." : "Federimi ownCloud ju lejon të lidheni me ownCloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar.",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federimi Nextcloud ju lejon të lidheni me Nextcloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar.",
"Add server automatically once a federated share was created successfully" : "Shtoje vetvetiu shërbyesin pasi të jetë krijuar me sukses një ndarje e federuar",
"ownCloud Server" : "Shërbyes ownCloud",
"Trusted ownCloud Servers" : "Shërbyes ownCloud të Besuar"
"Nextcloud Server" : "Shërbyes Nextcloud",
"Trusted Nextcloud Servers" : "Shërbyes Nextcloud të Besuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Servern är tillagd till listan över pålitliga ownClouds",
"Server added to the list of trusted Nextclouds" : "Servern är tillagd till listan över pålitliga Nextclouds",
"Server is already in the list of trusted servers." : "Servern finns redan i listan",
"No ownCloud server found" : "Ingen ownCloud-server kunde hittas",
"No Nextcloud server found" : "Ingen Nextcloud-server kunde hittas",
"Could not add server" : "Kunde inte lägga till server",
"Federation" : "Förbund",
"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." : "\"OwnCloud Federation\" låter dig ansluta till andra pålitliga ownClouds för att dela användarkatalogen. T.ex. används detta för automagiskt fylla i externa användares namn när man delar över förbunda ownCloud-servrar",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "\"Nextcloud Federation\" låter dig ansluta till andra pålitliga Nextclouds för att dela användarkatalogen. T.ex. används detta för automagiskt fylla i externa användares namn när man delar över förbunda Nextcloud-servrar",
"Add server automatically once a federated share was created successfully" : "Lägg till servern automatiskt så fort en lyckad federerad delning skapats",
"ownCloud Server" : "ownCloud-server",
"Trusted ownCloud Servers" : "Pålitliga ownCloud-servrar"
"Nextcloud Server" : "Nextcloud-server",
"Trusted Nextcloud Servers" : "Pålitliga Nextcloud-servrar"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Servern är tillagd till listan över pålitliga ownClouds",
"Server added to the list of trusted Nextclouds" : "Servern är tillagd till listan över pålitliga Nextclouds",
"Server is already in the list of trusted servers." : "Servern finns redan i listan",
"No ownCloud server found" : "Ingen ownCloud-server kunde hittas",
"No Nextcloud server found" : "Ingen Nextcloud-server kunde hittas",
"Could not add server" : "Kunde inte lägga till server",
"Federation" : "Förbund",
"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." : "\"OwnCloud Federation\" låter dig ansluta till andra pålitliga ownClouds för att dela användarkatalogen. T.ex. används detta för automagiskt fylla i externa användares namn när man delar över förbunda ownCloud-servrar",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "\"Nextcloud Federation\" låter dig ansluta till andra pålitliga Nextclouds för att dela användarkatalogen. T.ex. används detta för automagiskt fylla i externa användares namn när man delar över förbunda Nextcloud-servrar",
"Add server automatically once a federated share was created successfully" : "Lägg till servern automatiskt så fort en lyckad federerad delning skapats",
"ownCloud Server" : "ownCloud-server",
"Trusted ownCloud Servers" : "Pålitliga ownCloud-servrar"
"Nextcloud Server" : "Nextcloud-server",
"Trusted Nextcloud Servers" : "Pålitliga Nextcloud-servrar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,11 +1,11 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "เพิ่มเซิร์ฟเวอร์เข้าไปในรายการ ownClouds ที่น่าเชื่อถือ",
"Server added to the list of trusted Nextclouds" : "เพิ่มเซิร์ฟเวอร์เข้าไปในรายการ Nextclouds ที่น่าเชื่อถือ",
"Server is already in the list of trusted servers." : "มีเซิร์ฟเวอร์นี้อยู่แล้วในรายการของเซิร์ฟเวอร์ที่เชื่อถือ",
"No ownCloud server found" : "ไม่พบเซิร์ฟเวอร์ ownCloud",
"No Nextcloud server found" : "ไม่พบเซิร์ฟเวอร์ Nextcloud",
"Could not add server" : "ไม่สามารถเพิ่มเซิร์ฟเวอร์",
"Federation" : "สหพันธ์",
"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." : "สหพันธ์ ownCloud ช่วยให้คุณสามารถเชื่อมต่อกับ ownCloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ Nextcloud ช่วยให้คุณสามารถเชื่อมต่อกับ Nextcloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
},
"nplurals=1; plural=0;");

View File

@ -1,9 +1,9 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "เพิ่มเซิร์ฟเวอร์เข้าไปในรายการ ownClouds ที่น่าเชื่อถือ",
"Server added to the list of trusted Nextclouds" : "เพิ่มเซิร์ฟเวอร์เข้าไปในรายการ Nextclouds ที่น่าเชื่อถือ",
"Server is already in the list of trusted servers." : "มีเซิร์ฟเวอร์นี้อยู่แล้วในรายการของเซิร์ฟเวอร์ที่เชื่อถือ",
"No ownCloud server found" : "ไม่พบเซิร์ฟเวอร์ ownCloud",
"No Nextcloud server found" : "ไม่พบเซิร์ฟเวอร์ Nextcloud",
"Could not add server" : "ไม่สามารถเพิ่มเซิร์ฟเวอร์",
"Federation" : "สหพันธ์",
"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." : "สหพันธ์ ownCloud ช่วยให้คุณสามารถเชื่อมต่อกับ ownCloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ Nextcloud ช่วยให้คุณสามารถเชื่อมต่อกับ Nextcloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,11 +1,11 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Сервер додано до переліку довірених серверів ownClouds",
"Server added to the list of trusted Nextclouds" : "Сервер додано до переліку довірених серверів Nextclouds",
"Server is already in the list of trusted servers." : "Сервер вже знаходиться в переліку довірених серверів",
"No ownCloud server found" : "Не знайдено сервер ownCloud",
"No Nextcloud server found" : "Не знайдено сервер Nextcloud",
"Could not add server" : "Не вдалося додати сервер",
"Federation" : "Об'єднання",
"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." : "Об'єднання ownCloud дозволяє вам з'єднання з іншими довіреними серверами ownClouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Об'єднання Nextcloud дозволяє вам з'єднання з іншими довіреними серверами Nextclouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -1,9 +1,9 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Сервер додано до переліку довірених серверів ownClouds",
"Server added to the list of trusted Nextclouds" : "Сервер додано до переліку довірених серверів Nextclouds",
"Server is already in the list of trusted servers." : "Сервер вже знаходиться в переліку довірених серверів",
"No ownCloud server found" : "Не знайдено сервер ownCloud",
"No Nextcloud server found" : "Не знайдено сервер Nextcloud",
"Could not add server" : "Не вдалося додати сервер",
"Federation" : "Об'єднання",
"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." : "Об'єднання ownCloud дозволяє вам з'єднання з іншими довіреними серверами ownClouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Об'єднання Nextcloud дозволяє вам з'єднання з іншими довіреними серверами Nextclouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -1,14 +1,14 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "服务器已成功添加至信任服务器列表。",
"Server added to the list of trusted Nextclouds" : "服务器已成功添加至信任服务器列表。",
"Server is already in the list of trusted servers." : "服务器在线,并已成功添加至信任服务器列表。",
"No ownCloud server found" : "没有找到对应服务器",
"No Nextcloud server found" : "没有找到对应服务器",
"Could not add server" : "无法添加服务器",
"Federation" : "联合",
"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." : "联合云系统使您可以方便快速的和其他用户共享文件。",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合云系统使您可以方便快速的和其他用户共享文件。",
"Add server automatically once a federated share was created successfully" : "一旦联合共享创建成功自动添加服务器",
"ownCloud Server" : "ownCloud 服务器",
"Trusted ownCloud Servers" : "可信 ownCloud 服务器"
"Nextcloud Server" : "Nextcloud 服务器",
"Trusted Nextcloud Servers" : "可信 Nextcloud 服务器"
},
"nplurals=1; plural=0;");

View File

@ -1,12 +1,12 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "服务器已成功添加至信任服务器列表。",
"Server added to the list of trusted Nextclouds" : "服务器已成功添加至信任服务器列表。",
"Server is already in the list of trusted servers." : "服务器在线,并已成功添加至信任服务器列表。",
"No ownCloud server found" : "没有找到对应服务器",
"No Nextcloud server found" : "没有找到对应服务器",
"Could not add server" : "无法添加服务器",
"Federation" : "联合",
"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." : "联合云系统使您可以方便快速的和其他用户共享文件。",
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合云系统使您可以方便快速的和其他用户共享文件。",
"Add server automatically once a federated share was created successfully" : "一旦联合共享创建成功自动添加服务器",
"ownCloud Server" : "ownCloud 服务器",
"Trusted ownCloud Servers" : "可信 ownCloud 服务器"
"Nextcloud Server" : "Nextcloud 服务器",
"Trusted Nextcloud Servers" : "可信 Nextcloud 服务器"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -61,7 +61,7 @@ class DbHandler {
}
/**
* add server to the list of trusted ownCloud servers
* add server to the list of trusted Nextcloud servers
*
* @param string $url
* @return int
@ -86,14 +86,14 @@ class DbHandler {
if ($result) {
return (int)$this->connection->lastInsertId('*PREFIX*'.$this->dbTable);
} else {
$message = 'Internal failure, Could not add ownCloud as trusted server: ' . $url;
$message = 'Internal failure, Could not add Nextcloud as trusted server: ' . $url;
$message_t = $this->l->t('Could not add server');
throw new HintException($message, $message_t);
}
}
/**
* remove server from the list of trusted ownCloud servers
* remove server from the list of trusted Nextcloud servers
*
* @param int $id
*/

View File

@ -94,7 +94,7 @@ class TrustedServers {
}
/**
* add server to the list of trusted ownCloud servers
* add server to the list of trusted Nextcloud servers
*
* @param $url
* @return int server id
@ -160,7 +160,7 @@ class TrustedServers {
}
/**
* remove server from the list of trusted ownCloud servers
* remove server from the list of trusted Nextcloud servers
*
* @param int $id
*/
@ -181,7 +181,7 @@ class TrustedServers {
}
/**
* check if given server is a trusted ownCloud server
* check if given server is a trusted Nextcloud server
*
* @param string $url
* @return bool
@ -209,7 +209,7 @@ class TrustedServers {
}
/**
* check if URL point to a ownCloud server
* check if URL point to a Nextcloud server
*
* @param string $url
* @return bool
@ -232,7 +232,7 @@ class TrustedServers {
}
/**
* check if ownCloud version is >= 9.0
* check if Nextcloud version is >= 9.0
*
* @param $status
* @return bool
@ -242,7 +242,7 @@ class TrustedServers {
$decoded = json_decode($status, true);
if (!empty($decoded) && isset($decoded['version'])) {
if (!version_compare($decoded['version'], '9.0.0', '>=')) {
throw new HintException('Remote server version is too low. ownCloud 9.0 is required.');
throw new HintException('Remote server version is too low. Nextcloud 9.0 is required.');
}
return true;
}

View File

@ -338,7 +338,7 @@ class TrustedServersTest extends TestCase {
/**
* @dataProvider dataTestCheckOwnCloudVersionTooLow
* @expectedException \OC\HintException
* @expectedExceptionMessage Remote server version is too low. ownCloud 9.0 is required.
* @expectedExceptionMessage Remote server version is too low. Nextcloud 9.0 is required.
*/
public function testCheckOwnCloudVersionTooLow($status) {
$this->invokePrivate($this->trustedServers, 'checkOwnCloudVersion', [$status]);