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

fi_FI.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea3b8d283c2adee6b6be1e83fceb4b1480f0afdb (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
$TRANSLATIONS = array(
"Mail" => "Sähköposti",
"Error while loading the accounts." => "Virhe tilejä ladatessa.",
"you" => "sinä",
"Error while loading the selected account." => "Virhe ladatessa valittua tiliä.",
"Error while loading messages." => "Virhe viestejä ladatessa.",
"Error while deleting mail." => "Virhe sähköpostia poistaessa.",
"Choose a folder to store the attachment in" => "Valitse kansio liitetiedoston tallentamiselle",
"Attachments saved to Files." => "Liitteet tallennettu tiedostoihin.",
"Attachment saved to Files." => "Liite tallennettu tiedostoihin.",
"Error while saving attachments to Files." => "Virhe tallennettaessa liitteitä tiedostoihin.",
"Error while saving attachment to Files." => "Virhe tallennettaessa liitettä tiedostoihin.",
"Error while loading the selected mail message." => "Virhe valittua viestiä ladatessa.",
"Connecting …" => "Yhdistetään…",
"Unknown error" => "Tuntematon virhe",
"Error while creating an account: " => "Virhe tiliä luotaessa:",
"Connect" => "Yhdistä",
"Sending …" => "Lähetetään…",
"Reply" => "Vastaa",
"Mail sent to {Receiver}" => "Viesti lähetetty vastaanottajalle {Receiver}",
"Error sending the reply." => "Virhe vastausta lähettäessä.",
"Error while deleting account." => "Virhe tiliä poistaessa.",
"Choose a file to add as attachment" => "Valitse liitteeksi lisättävä tiedosto",
"Checking mail …" => "Tarkistetaan viestejä…",
"Loading …" => "Ladataan…",
"Load more …" => "Lataa lisää…",
"Check mail" => "Tarkista viestit",
"Send" => "Lähetä",
"Creating account failed: " => "Tilin luominen epäonnistui:",
"Auto detect failed. Please use manual mode." => "Automaattinen havaitseminen epäonnistui. Käytä manuaalitilaa.",
"from" => "Syöte:",
"to" => "- ",
"Subject" => "Aihe",
"Message …" => "Viesti…",
"Add attachment from Files" => "Lisää liite tiedostosovelluksesta",
"Open Mail App" => "Avaa sähköpostisovellus",
"Back to website" => "Takaisin verkkosivustolle",
"Error loading mail message" => "Virhe sähköpostiviestiä ladatessa.",
"Download attachment" => "Lataa liite",
"Save to Files" => "Tallenna tiedostosovellukseen",
"Save all to Files" => "Tallenna kaikki tiedostosovellukseen",
"Reply …" => "Vastaa…",
"Forward" => "Välitä",
"New Mail Account" => "Uusi sähköpostitili",
"Check mail …" => "Tarkista viestit…",
"No mail in this folder!" => "Tässä kansiossa ei ole viestejä!",
"New Message" => "Uusi viesti",
"Connect your mail account" => "Yhdistä sähköpostitilisi",
"Name" => "Nimi",
"Mail Address" => "Sähköpostiosoite",
"IMAP Password" => "IMAP-salasana",
"Manual configuration" => "Manuaalinen määritys",
"IMAP Host" => "IMAP-osoite",
"IMAP Port" => "IMAP-portti",
"IMAP SSL mode" => "IMAP SSL -tila",
"IMAP User" => "IMAP-käyttäjä",
"SMTP Host" => "SMTP-osoite",
"SMTP Port" => "SMTP-portti",
"SMTP SSL mode" => "SMTP SSL -tila",
"SMTP User" => "SMTP-käyttäjä",
"SMTP Password" => "SMTP-salasana",
"Redirect Warning" => "Varoitus uudelleenohjauksesta",
"The previous page is sending you to %s." => "Edellinen sivu pyrkii lähettämään sinut sivulle %s.",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "Jos et halua päätyä kyseiselle sivulle, voit palata <a href=\"%s\">sähköpostisovellukseen</a>.",
"Click here to visit the website." => "Napsauta tästä siirtyäksesi verkkosivulle."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";