2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2019-02-27 04:12:05 +03:00
|
|
|
"Comments" : "Comentarios",
|
|
|
|
"You commented" : "Comentesti",
|
|
|
|
"{author} commented" : "{author} comentó",
|
|
|
|
"You commented on %1$s" : "Comentesti en %1$s",
|
|
|
|
"You commented on {file}" : "Comentesti en {file}",
|
|
|
|
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
|
|
|
"{author} commented on {file}" : "{autor} comentó en {ficheru}",
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
|
2018-04-12 03:19:20 +03:00
|
|
|
"Edit comment" : "Editar comentariu",
|
2016-09-20 03:09:37 +03:00
|
|
|
"Delete comment" : "Desaniciar comentariu",
|
2020-10-21 05:18:44 +03:00
|
|
|
"No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
|
|
|
|
"Retry" : "Retentar",
|
|
|
|
"_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
|
|
|
|
"Comment" : "Comentariu",
|
2022-12-21 05:30:14 +03:00
|
|
|
"%1$s commented" : "%1$s comentó"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|