2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-02-27 09:56:08 +03:00
|
|
|
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
|
|
|
|
"%1$s commented" : "%1$s comentados",
|
|
|
|
"%1$s commented on %2$s" : "%1$s comentados en %2$s",
|
|
|
|
"Comments" : "Comentarios",
|
|
|
|
"Type in a new comment..." : "Ingrese un nuevo comentario...",
|
|
|
|
"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]",
|
|
|
|
"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}",
|
|
|
|
"{count} unread comments" : "{count} comentarios no leídos",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Comment" : "Comentario"
|
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|