summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/es.js')
-rw-r--r--apps/comments/l10n/es.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js
index cda85555689..ee4c1860ab8 100644
--- a/apps/comments/l10n/es.js
+++ b/apps/comments/l10n/es.js
@@ -21,13 +21,13 @@ OC.L10N.register(
"Retry" : "Reintentar",
"Failed to mark comments as read" : "Fallo al marcar los comentarios como leídos",
"Unable to load the comments list" : "No se pudo cargar la lista de comentarios",
- "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios no leídos","%n comentarios no leídos"],
"_1 new comment_::_{unread} new comments_" : ["1 comentario nuevo","{unread} comentarios nuevos","{unread} comentarios nuevos"],
"Comment" : "Comentar",
"An error occurred while trying to edit the comment" : "Ocurrió un error intentando editar el comentario",
"Comment deleted" : "Comentario borrado",
"An error occurred while trying to delete the comment" : "Ocurrió un error intentando borrar el comentario",
"An error occurred while trying to create the comment" : "Ocurrió un error intentando crear el comentario",
- "%1$s commented" : "%1$s comentados"
+ "%1$s commented" : "%1$s comentados",
+ "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios no leídos","%n comentarios no leídos"]
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");