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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index c35c09e6f24..723302f015a 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -121,7 +121,6 @@ OC.L10N.register(
"Select all" : "Seleccionar todo",
"Upload too large" : "Subida demasido grande",
"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" : "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 con usted",
"Shared with others" : "Compartido con otros",
@@ -139,6 +138,7 @@ OC.L10N.register(
"Any moment now..." : "En cualquier momento...",
"Soon..." : "Dentro de poco...",
"File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.",
- "Copy local link" : "Copiar enlace local"
+ "Copy local link" : "Copiar enlace local",
+ "No favorites" : "No hay favoritos"
},
"nplurals=2; plural=(n != 1);");