2016-02-17 09:56:11 +03:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"comments",
|
|
|
|
|
{
|
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>Komente</strong> për kartela",
|
2016-03-24 08:57:28 +03:00
|
|
|
|
"You commented" : "Komentuat",
|
2016-02-17 09:56:11 +03:00
|
|
|
|
"%1$s commented" : "%1$s komentoi",
|
2016-03-24 08:57:28 +03:00
|
|
|
|
"You commented on %2$s" : "Komentuat te %2$s",
|
2016-02-17 09:56:11 +03:00
|
|
|
|
"%1$s commented on %2$s" : "%1$s komentoi te %2$s",
|
|
|
|
|
"Comments" : "Komente",
|
|
|
|
|
"Type in a new comment..." : "Shtypni një koment të ri…",
|
|
|
|
|
"Delete comment" : "Fshije komentin",
|
|
|
|
|
"Post" : "Postoje",
|
|
|
|
|
"Cancel" : "Anuloje",
|
|
|
|
|
"Edit comment" : "Përpunoni komentin",
|
|
|
|
|
"[Deleted user]" : "[Përdorues i fshirë]",
|
|
|
|
|
"No other comments available" : "S’ka komente të tjera",
|
|
|
|
|
"More comments..." : "Më tepër komente…",
|
|
|
|
|
"Save" : "Ruaje",
|
|
|
|
|
"Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
|
|
|
|
|
"{count} unread comments" : "{count} komente të palexuar",
|
|
|
|
|
"Comment" : "Koment"
|
|
|
|
|
},
|
|
|
|
|
"nplurals=2; plural=(n != 1);");
|