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

fi.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e183bf9cdcfffeac9998f7e3a231abe47e30f1af (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
47
48
49
50
51
OC.L10N.register(
    "polls",
    {
    "Polls" : "Kyselyt",
    "Go to poll" : "Siirry kyselyyn",
    "Participants" : "Osallistujat",
    "Deleted" : "Poistettu",
    "Group" : "Ryhmä",
    "Comments" : "Kommentit",
    "No comments yet. Be the first." : "Ei vielä kommentteja. Ole ensimmäinen.",
    "Create new poll" : "Luo uusi kysely",
    "Poll type" : "Kyselyn tyyppi",
    "Text based" : "Tekstipohjainen",
    "Cancel" : "Peruuta",
    "Apply" : "Toteuta",
    "Clone poll" : "Kloonaa kysely",
    "Delete poll" : "Poista kysely",
    "Title" : "Nimi",
    "Access" : "Käyttöoikeus",
    "Owner" : "Omistaja",
    "Created" : "Luonut",
    "Expires" : "Vanhenee",
    "never" : "ei koskaan",
    "Share with" : "Jaa",
    "Details" : "Tiedot",
    "Configuration" : "Asetukset",
    "Options" : "Valinnat",
    "Shares" : "Jaot",
    "Saving" : "Tallennetaan",
    "Saved" : "Tallennettu",
    "Description" : "Kuvaus",
    "Poll configurations" : "Kyselyn asetukset",
    "Allow \"maybe\" vote" : "Salli \"ehkä\"-ääni",
    "Anonymous poll" : "Anonyymi kysely",
    "Hide user names for admin" : "Piilota käyttäjänimet ylläpitäjältä",
    "Expiration date" : "Vanhenemispäivä",
    "Update poll" : "Päivitä kysely",
    "Title must not be empty!" : "Nimi ei voi olla tyhjä!",
    "%n successfully saved" : "%n tallennettu onnistuneesti",
    "Click to add a date" : "Napsauta lisätäksesi päivän",
    "Link copied to clipboard" : "Linkki kopioitu leikepöydälle",
    "Unknown user" : "Tuntematon käyttäjä",
    "Receive notification email on activity" : "Vastaanota sähköposti-ilmoituksia toimista",
    "Public access" : "Avoin pääsy",
    "Hidden poll" : "Piilotettu kysely",
    "Access denied" : "Ei käyttöoikeutta",
    "You are not allowed to view this poll or the poll does not exist." : "Sinulla ei ole käyttöoikeutta tähän kyselyyn tai kyselyä ei ole olemassa.",
    "You are not allowed to edit this poll or the poll does not exist." : "Sinulla ei ole oikeutta muokata tätä kyselyä tai kyselyä ei ole olemassa.",
    "You are either not allowed to delete this poll or it doesn't exist." : "Sinulla ei joko ole oikeutta poistaa tätä kyselyä tai sitä ei ole olemassa."
},
"nplurals=2; plural=(n != 1);");