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: 393bb914fd717ca4aefb7aacc71ff3e24b9d4f56 (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
31
32
33
34
35
36
37
38
39
40
41
OC.L10N.register(
    "polls",
    {
    "Polls" : "Sondazhe",
    "Circle" : "Rreth",
    "Group" : "Grup",
    "Legal Notice" : "Shënim i ligjshëm",
    "Contact" : "Kontakt",
    "User" : "Përdorues",
    "Delete" : "Fshij",
    "Conflict" : "Përplasje",
    "New comment …" : "Koment i ri ...",
    "Delete comment" : "Fshi komentin",
    "Title" : "Titulli",
    "Cancel" : "Anullo",
    "Apply" : "Apliko",
    "No" : "Jo",
    "Delete poll" : "Fshij sondazhin",
    "OK" : "OK",
    "Week" : "Javë",
    "Add" : "Shto",
    "Close" : "Mbylleni",
    "never" : "asnjëherë",
    "Login" : "Hyrje",
    "Owner" : "Zotëruesi",
    "Created" : "U krijua",
    "Preview" : "Parapamje ",
    "Shares" : "Shpërndarje",
    "Description" : "Përshkrim",
    "Yes" : "Yes",
    "Details" : "Detajet",
    "Configuration" : "Formësim",
    "Sharing" : "Ndarje",
    "Comments" : "Komentet",
    "Activity" : "Aktiviteti",
    "Hour" : "Orë",
    "Day" : "Ditë",
    "Month" : "Muaj",
    "Archive" : "Arkiva"
},
"nplurals=2; plural=(n != 1);");