diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-15 00:06:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-15 00:06:56 +0000 |
commit | 00ed84155951fdb539e2f6425a9f472c46d44378 (patch) | |
tree | 32d7d4ffe3dec9f0e9ff0dc071c07d6d4ebf970b /apps/files_sharing/l10n | |
parent | 14981210e08df8bbf587541f1a4bf32c48e720be (diff) | |
download | nextcloud-server-00ed84155951fdb539e2f6425a9f472c46d44378.tar.gz nextcloud-server-00ed84155951fdb539e2f6425a9f472c46d44378.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.json | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 7a36982e2ec..e379100c2bf 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -109,6 +109,7 @@ OC.L10N.register( "Not allowed to create a federated share with the same user server" : "No se permite crear un recurso compartido federado con el mismo servidor del usuario", "Invalid or untrusted SSL certificate" : "Certificado SSL no válido o no confiable", "Could not authenticate to remote share, password might be wrong" : "No se ha podido autenticar para compartir remotamente, quizás esté mal la contraseña", + "Storage not valid" : "Almacenamiento inválido", "Couldn't add remote share" : "No se ha podido añadir el recurso compartido remoto", "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", "Remote share" : "Recurso compartido remoto", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index a0504544e7c..2d7b4018ca0 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -107,6 +107,7 @@ "Not allowed to create a federated share with the same user server" : "No se permite crear un recurso compartido federado con el mismo servidor del usuario", "Invalid or untrusted SSL certificate" : "Certificado SSL no válido o no confiable", "Could not authenticate to remote share, password might be wrong" : "No se ha podido autenticar para compartir remotamente, quizás esté mal la contraseña", + "Storage not valid" : "Almacenamiento inválido", "Couldn't add remote share" : "No se ha podido añadir el recurso compartido remoto", "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?", "Remote share" : "Recurso compartido remoto", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 0e46b616178..b303d139c11 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -118,7 +118,7 @@ OC.L10N.register( "Cancel" : "Annuler", "Add remote share" : "Ajouter un partage distant", "No ownCloud installation (7 or higher) found at {remote}" : "Aucune installation ownCloud (7 ou supérieur) trouvée sur {remote}", - "Invalid ownCloud url" : "URL ownCloud non valide", + "Invalid ownCloud url" : "URL Nextcloud non valide", "You received \"/%2$s\" as a remote share from %1$s" : "Vous avez reçu \"/%2$s\" comme partage distant de %1$s", "Accept" : "Accepter", "Decline" : "Refuser", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index d47676ff93d..29bdbbc32a7 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -116,7 +116,7 @@ "Cancel" : "Annuler", "Add remote share" : "Ajouter un partage distant", "No ownCloud installation (7 or higher) found at {remote}" : "Aucune installation ownCloud (7 ou supérieur) trouvée sur {remote}", - "Invalid ownCloud url" : "URL ownCloud non valide", + "Invalid ownCloud url" : "URL Nextcloud non valide", "You received \"/%2$s\" as a remote share from %1$s" : "Vous avez reçu \"/%2$s\" comme partage distant de %1$s", "Accept" : "Accepter", "Decline" : "Refuser", |