Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sq.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e19c067d737e4907f5b738cc399803f56e4d1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "comments",
    {
    "Comments" : "Komente",
    "You commented" : "Komentuat",
    "%1$s commented" : "%1$s komentoi",
    "{author} commented" : "{autori} u komentua",
    "You commented on %1$s" : "Ju komentuat në %1$s",
    "You commented on {file}" : "Ju komentuat në {file}",
    "%1$s commented on %2$s" : "%1$s komentoi te %2$s",
    "{author} commented on {file}" : "{author} komentoi në {file}",
    "<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët",
    "{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”",
    "Edit comment" : "Përpunoni komentin",
    "Delete comment" : "Fshije komentin",
    "New comment …" : "Koment i ri ...",
    "Post" : "Postoje",
    "Cancel" : "Anuloje",
    "[Deleted user]" : "[Përdorues i fshirë]",
    "No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
    "More comments …" : "Më shumë komente ...",
    "Save" : "Ruaje",
    "Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
    "Error occurred while updating comment with id {id}" : "Ndodhi një gabim teksa përditësohej komenti me id {id}",
    "Error occurred while posting comment" : "Ndodhi një gabim teksa postohej komenti",
    "_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
    "Comment" : "Koment",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”"
},
"nplurals=2; plural=(n != 1);");