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/dav/l10n/es.json')
-rw-r--r--apps/dav/l10n/es.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json
index 70e1da43123..8f2f405541e 100644
--- a/apps/dav/l10n/es.json
+++ b/apps/dav/l10n/es.json
@@ -53,11 +53,11 @@
"Where:" : "Dónde:",
"Description:" : "Descripción:",
"Untitled event" : "Evento sin título",
- "_%n year_::_%n years_" : ["%n año","%n años"],
- "_%n month_::_%n months_" : ["%n mes","%n meses"],
- "_%n day_::_%n days_" : ["%n día","%n días"],
- "_%n hour_::_%n hours_" : ["%n hora","%n horas"],
- "_%n minute_::_%n minutes_" : ["%n minuto","%n minutos"],
+ "_%n year_::_%n years_" : ["%n año","%n años","%n años"],
+ "_%n month_::_%n months_" : ["%n mes","%n meses","%n meses"],
+ "_%n day_::_%n days_" : ["%n día","%n días","%n días"],
+ "_%n hour_::_%n hours_" : ["%n hora","%n horas","%n horas"],
+ "_%n minute_::_%n minutes_" : ["%n minuto","%n minutos","%n minutos"],
"%s (in %s)" : "%s (en %s)",
"%s (%s ago)" : "%s (hace %s)",
"Calendar: %s" : "Calendario: %s",
@@ -108,7 +108,7 @@
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se ha modificado un <strong>contacto</strong> o una <strong>libreta de direcciones</strong> ",
"File is not updatable: %1$s" : "El archivo no se puede actualizar: %1$s",
"Could not write file contents" : "No se han podido escribir los contenidos del archivo",
- "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
+ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo al destino (copiado: %1$s, tamaño esperado: %2$s)",
"Could not rename part file to final file" : "No se ha podido renombrar el archivo parcial como el archivo final",
"Failed to check file size: %1$s" : "Fallo al comprobar el tamaño del archivo: %1$s",
@@ -167,5 +167,5 @@
"Number of guests" : "Número de invitados",
"Comment" : "Comentario",
"Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito."
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file