2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2016-05-15 08:55:34 +03:00
"Type in a new comment..." : "Escribe un nuevo comentario..." ,
2016-02-27 09:56:08 +03:00
"Delete comment" : "Borrar comentario" ,
"Post" : "Publicar" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "Cancelar" ,
2016-02-27 09:56:08 +03:00
"Edit comment" : "Editar comentario" ,
"[Deleted user]" : "[Usuario eliminado]" ,
2016-05-09 09:08:23 +03:00
"Comments" : "Comentarios" ,
2016-02-27 09:56:08 +03:00
"No other comments available" : "No hay otros comentarios disponibles" ,
"More comments..." : "Más comentarios..." ,
2016-02-17 09:56:11 +03:00
"Save" : "Guardar" ,
2016-02-27 09:56:08 +03:00
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}" ,
2016-07-06 16:28:06 +03:00
"Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}" ,
"Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}" ,
"Error occurred while posting comment" : "Se ha producido un error al enviar el comentario" ,
2016-02-27 09:56:08 +03:00
"{count} unread comments" : "{count} comentarios no leídos" ,
2016-05-09 09:08:23 +03:00
"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>" ,
"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"
2016-02-17 09:56:11 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;