diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_GT.js')
-rw-r--r-- | apps/files_sharing/l10n/es_GT.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/es_GT.js b/apps/files_sharing/l10n/es_GT.js index 453a6524352..9411929074e 100644 --- a/apps/files_sharing/l10n/es_GT.js +++ b/apps/files_sharing/l10n/es_GT.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);"); |