Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r--apps/files/l10n/es.js11
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 21d06150f1d..cc6e808ecb0 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -6,13 +6,13 @@ OC.L10N.register(
"Unknown error" : "Error desconocido",
"All files" : "Todos los archivos",
"Recent" : "Reciente",
+ "Favorites" : "Favoritos",
"File could not be found" : "El archivo no se ha encontrado",
"Move or copy" : "Mover o copiar",
"Download" : "Descargar",
"Delete" : "Eliminar",
"Home" : "Particular",
"Close" : "Cerrar",
- "Favorites" : "Favoritos",
"Could not create folder \"{dir}\"" : "No se pudo crear la carpeta \"{dir}\"",
"Upload cancelled." : "Subida cancelada.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
@@ -149,10 +149,6 @@ OC.L10N.register(
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
"No favorites yet" : "Aún no hay favoritos",
"Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que usted marque como favoritos",
- "Shared with you" : "Compartido contigo",
- "Shared with others" : "Compartido con otros",
- "Shared by link" : "Compartido por enlace",
- "Deleted shares" : "Recursos compartidos eliminados",
"Tags" : "Etiquetas",
"Deleted files" : "Archivos eliminados",
"Text file" : "Archivo de texto",
@@ -160,6 +156,9 @@ OC.L10N.register(
"Move" : "Mover",
"A new file or folder has been <strong>deleted</strong>" : "Se ha <strong>borrado</strong> un nuevo archivo o carpeta",
"A new file or folder has been <strong>restored</strong>" : "Se ha <strong>restaurado</strong> un nuevo archivo o carpeta",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utiliza esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder a tus archivos vía WebDAV</a>"
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utiliza esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder a tus archivos vía WebDAV</a>",
+ "Shared with you" : "Compartido contigo",
+ "Shared with others" : "Compartido con otros",
+ "Shared by link" : "Compartido por enlace"
},
"nplurals=2; plural=(n != 1);");