nextcloud/apps/comments/l10n/sq.js

40 lines
2.3 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-11-26 04:06:57 +03:00
"Comments" : "Komente",
"Unknown user" : "Përdorues i panjohur",
"New comment …" : "Koment i ri ...",
2016-02-17 09:56:11 +03:00
"Delete comment" : "Fshije komentin",
"Post" : "Postoje",
"Cancel" : "Anuloje",
"Edit comment" : "Përpunoni komentin",
"[Deleted user]" : "[Përdorues i fshirë]",
2016-11-26 04:06:57 +03:00
"No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
"More comments …" : "Më shumë komente ...",
2016-02-17 09:56:11 +03:00
"Save" : "Ruaje",
"Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
2016-06-26 08:55:53 +03:00
"Error occurred while retrieving comment with id {id}" : "Ndodhi një gabim teksa merrej komenti me id{id}",
2016-12-20 15:02:31 +03:00
"Error occurred while updating comment with id {id}" : "Ndodhi një gabim teksa përditësohej komenti me id {id}",
2016-06-26 08:55:53 +03:00
"Error occurred while posting comment" : "Ndodhi një gabim teksa postohej komenti",
2016-12-20 15:02:31 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
2016-05-10 10:30:51 +03:00
"Comment" : "Koment",
"You commented" : "Komentuat",
"%1$s commented" : "%1$s komentoi",
2016-11-26 04:06:57 +03:00
"{author} commented" : "{autori} u komentua",
"You commented on %1$s" : "Ju komentuat në %1$s",
"You commented on {file}" : "Ju komentuat në {file}",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "%1$s komentoi te %2$s",
2016-12-20 15:02:31 +03:00
"{author} commented on {file}" : "{author} komentoi në {file}",
2016-12-12 04:07:18 +03:00
"<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët",
2016-12-20 15:02:31 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në \"%s\"",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”",
2016-09-01 03:09:24 +03:00
"Type in a new comment..." : "Shtypni një koment të ri…",
"No other comments available" : "Ska komente të tjera",
2016-09-29 03:07:08 +03:00
"More comments..." : "Më tepër komente…",
2016-11-26 04:06:57 +03:00
"{count} unread comments" : "{count} komente të palexuar",
"You commented on %2$s" : "Komentuat te %2$s"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");