diff options
Diffstat (limited to 'apps/comments/l10n/es.js')
-rw-r--r-- | apps/comments/l10n/es.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 6ed58c6cddc..9b37472825f 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -1,15 +1,12 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Escribe un nuevo comentario...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", "Edit comment" : "Editar comentario", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", - "No other comments available" : "No hay otros comentarios disponibles", - "More comments..." : "Más comentarios...", "Save" : "Guardar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}", @@ -17,10 +14,13 @@ OC.L10N.register( "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario", "{count} unread comments" : "{count} comentarios no leídos", "Comment" : "Comentario", - "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>", + "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos", "You commented" : "Has comentado", "%1$s commented" : "%1$s comentados", "You commented on %2$s" : "Has comentado en %2$s", - "%1$s commented on %2$s" : "%1$s comentados en %2$s" + "%1$s commented on %2$s" : "%1$s comentados en %2$s", + "Type in a new comment..." : "Escribe un nuevo comentario...", + "No other comments available" : "No hay otros comentarios disponibles", + "More comments..." : "Más comentarios..." }, "nplurals=2; plural=(n != 1);"); |