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

sq.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5129a0b4a497c2d4377d11b5367867c9b76767aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "polls",
    {
    "Copied!" : "I kopjuar!",
    "Polls" : "Sondazhe",
    "Owner" : "Zotëruesi",
    "Delete poll" : "Fshij sondazhin",
    "Create new poll" : "Krijo sondazh të ri",
    "Vote!" : "Voto!",
    "Edit Poll" : "Modifiko sondazhin"
},
"nplurals=2; plural=(n != 1);");