52 строки
2.3 KiB
JavaScript
52 строки
2.3 KiB
JavaScript
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",
|
|
"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",
|
|
"Click here to add a poll" : "Napsauta tästä lisätäksesi kyselyn",
|
|
"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);");
|