diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-22 00:12:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-22 00:12:31 +0000 |
commit | 3ac6f4d50422c36a3003a0307d535b092f87d28e (patch) | |
tree | ed9d24533dc67e45c361c373f14aa4439da72ef9 /apps/files_sharing/l10n/es_DO.js | |
parent | 869aa64d0d0237f34bde660a2a8feec7a03f0e34 (diff) | |
download | nextcloud-server-3ac6f4d50422c36a3003a0307d535b092f87d28e.tar.gz nextcloud-server-3ac6f4d50422c36a3003a0307d535b092f87d28e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/es_DO.js')
-rw-r--r-- | apps/files_sharing/l10n/es_DO.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/es_DO.js b/apps/files_sharing/l10n/es_DO.js index 453a6524352..9411929074e 100644 --- a/apps/files_sharing/l10n/es_DO.js +++ b/apps/files_sharing/l10n/es_DO.js @@ -92,9 +92,6 @@ OC.L10N.register( "Add to your Nextcloud" : "Agregar a tu Nextcloud", "Share API is disabled" : "El API para compartir está deshabilitado", "File sharing" : "Compartir archivos", - "This share is password-protected" : "Este elemento compartido está protegido con contraseña", - "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", - "Password" : "Contraseña", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "Name" : "Nombre", "Share time" : "Compartido desde", @@ -111,6 +108,9 @@ OC.L10N.register( "Uploading files…" : "Cargando archivos...", "Uploaded files:" : "Archivos cargados:", "{actor} removed you from {file}" : "{actor} lo eliminó de {file}", - "%s is publicly shared" : "%s está compartido públicamente" + "%s is publicly shared" : "%s está compartido públicamente", + "This share is password-protected" : "Este elemento compartido está protegido con contraseña", + "The password is wrong. Try again." : "La contraseña es incorrecta. Por favor inténtalo de nuevo.", + "Password" : "Contraseña" }, "nplurals=2; plural=(n != 1);"); |