diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_AR.js')
-rw-r--r-- | apps/files_sharing/l10n/es_AR.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/files_sharing/l10n/es_AR.js b/apps/files_sharing/l10n/es_AR.js index efbcf4ad4d2..cd847afa2f4 100644 --- a/apps/files_sharing/l10n/es_AR.js +++ b/apps/files_sharing/l10n/es_AR.js @@ -1,17 +1,6 @@ OC.L10N.register( "files_sharing", { - "Shared with you" : "Compartido con usted", - "Nothing shared with you yet" : "Nada ha sido compartido aún con usted", - "Files and folders others share with you will show up here" : "Los archivos y carpetas que sean compartidos con usted se mostrarán aquí", - "Shared with others" : "Compartido con otros", - "Nothing shared yet" : "Nada compartido aún", - "Files and folders you share will show up here" : "Los archivos y carpetas que comparta se mostrarán aquí", - "Shared by link" : "Compartido por link", - "No shared links" : "No hay links compartidos", - "Files and folders you share by link will show up here" : "Los archivos y carpetas que comparta por links se mostrarán aquí", - "Shares" : "Shares", - "Restore" : "Restaurar", "error" : "error", "Move or copy" : "Mover o Copiar", "Download" : "Descargar", @@ -20,8 +9,6 @@ OC.L10N.register( "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválido", "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el link público a su Nextcloud", - "No expiration date set" : "No se ha establecido la fecha de expiración", - "Shared by" : "Compartido por", "File shares" : "Archivos compartidos", "Downloaded via public link" : "Descargado mediante un link público", "Downloaded by {email}" : "Descargado por {email}", @@ -128,7 +115,12 @@ OC.L10N.register( "Shared with you by {owner}" : "Compartido con usted por {owner}", "Shared" : "Compartido", "Share" : "Compartir", + "Shared by" : "Compartido por", "Shared with you and the group {group} by {owner}" : "Compartido con usted y el grupo {group} por {owner}", + "Shares" : "Shares", + "Shared with you" : "Compartido con usted", + "Shared with others" : "Compartido con otros", + "Shared by link" : "Compartido por link", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "Name" : "Nombre", "Share time" : "Tiempo de compartir", @@ -143,6 +135,14 @@ OC.L10N.register( "Note" : "Nota", "Select or drop files" : "Seleccione o suelte los archivos", "Uploaded files:" : "Archivos cargados:", - "Add to your Nextcloud" : "Agregar a su Nextcloud" + "Add to your Nextcloud" : "Agregar a su Nextcloud", + "Nothing shared with you yet" : "Nada ha sido compartido aún con usted", + "Files and folders others share with you will show up here" : "Los archivos y carpetas que sean compartidos con usted se mostrarán aquí", + "Nothing shared yet" : "Nada compartido aún", + "Files and folders you share will show up here" : "Los archivos y carpetas que comparta se mostrarán aquí", + "No shared links" : "No hay links compartidos", + "Files and folders you share by link will show up here" : "Los archivos y carpetas que comparta por links se mostrarán aquí", + "Restore" : "Restaurar", + "No expiration date set" : "No se ha establecido la fecha de expiración" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |