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: b52c95af2cb2b0c371eae142a6368b580840736c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    "Edit comment" : "Përpunoni komentin",
    "Delete comment" : "Fshije komentin",
    "No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
    "Retry" : "Riprovoni",
    "_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
    "Comment" : "Koment",
    "{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”"
},
"nplurals=2; plural=(n != 1);");