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: 60fda55c55087ce4c57e3ae1221e13a97372e2f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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" : "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);");