nextcloud/apps/comments/l10n/sq.js

23 lines
846 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"comments",
{
"You commented" : "Komentuat",
"%1$s commented" : "%1$s komentoi",
"You commented on %2$s" : "Komentuat te %2$s",
"%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" : "Ska 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);");