diff options
Diffstat (limited to 'apps/comments/l10n/es_MX.js')
-rw-r--r-- | apps/comments/l10n/es_MX.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/comments/l10n/es_MX.js b/apps/comments/l10n/es_MX.js index 47a19d7a34e..36f52f393dc 100644 --- a/apps/comments/l10n/es_MX.js +++ b/apps/comments/l10n/es_MX.js @@ -32,9 +32,6 @@ OC.L10N.register( "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 al intentar crear el comentario", - "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Fue mencionado en \"{file}\", en un comentario realizado por un usuario que ha sido eliminado", - "Write a message …" : "Escriba un mensaje …", - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emoticonos, \"/\" para selector inteligente", - "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"] + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Fue mencionado en \"{file}\", en un comentario realizado por un usuario que ha sido eliminado" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |