diff options
Diffstat (limited to 'apps/comments/l10n/es_419.js')
-rw-r--r-- | apps/comments/l10n/es_419.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/comments/l10n/es_419.js b/apps/comments/l10n/es_419.js index 85e14dfe077..f8657d5a361 100644 --- a/apps/comments/l10n/es_419.js +++ b/apps/comments/l10n/es_419.js @@ -1,15 +1,12 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Escribir un nuevo comentario", "Delete comment" : "Eliminar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", "Edit comment" : "Modificar comentario", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", - "No other comments available" : "No hay mas comentarios", - "More comments..." : "Mas comentarios...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", @@ -20,6 +17,9 @@ OC.L10N.register( "You commented" : "Has comentado", "%1$s commented" : "%1$s comentado", "You commented on %2$s" : "Has comentado en %2$s", - "%1$s commented on %2$s" : "%1$s comentado en %2$s" + "%1$s commented on %2$s" : "%1$s comentado en %2$s", + "Type in a new comment..." : "Escribir un nuevo comentario", + "No other comments available" : "No hay mas comentarios", + "More comments..." : "Mas comentarios..." }, "nplurals=2; plural=(n != 1);"); |