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

et_EE.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20f1f9c69426de86a457741ad5c33d91d64b75f0 (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
42
43
44
45
46
OC.L10N.register(
    "polls",
    {
    "Polls" : "Küsitlused",
    "Circle" : "Ring",
    "Group" : "Grupp",
    "Legal Notice" : "Juriidiline teave",
    "Polls App - New Activity" : "Küsitluste rakendus - uus tegevus",
    "Contact" : "Kontakt",
    "Public link" : "Avalik link",
    "User" : "Kasutaja",
    "Delete" : "Kustuta",
    "Conflict" : "Konflikt",
    "New comment …" : "Uus kommentaar ...",
    "Delete comment" : "Kustuta kommentaar",
    "Title" : "Pealkiri",
    "Cancel" : "Loobu",
    "Apply" : "Rakenda",
    "No" : "Ei",
    "Delete poll" : "Kustuta küsitlus",
    "OK" : "OK",
    "Week" : "Nädal",
    "Add" : "Lisa",
    "Close" : "Sulge",
    "never" : "mitte kunagi",
    "Login" : "Logi sisse",
    "Access" : "Ligipääs",
    "Owner" : "Omanik",
    "Created" : "Loodud",
    "Preview" : "Eelvaade",
    "Shares" : "Jagamisi",
    "Description" : "Kirjeldus",
    "Receive notification email on activity" : "Teavitused tegevusest e-posti teel",
    "Yes" : "Jah",
    "Administration" : "Haldus",
    "Details" : "Üksikasjad",
    "Configuration" : "Seadistamine",
    "Sharing" : "Jagamine",
    "Comments" : "Kommentaarid",
    "Activity" : "Tegevus",
    "Hour" : "Tund",
    "Day" : "Päev",
    "Month" : "Kuu",
    "Archive" : "Arhiiv"
},
"nplurals=2; plural=(n != 1);");