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: 68ac8c5e8617d59c45d459a8265cb0438b5989a9 (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
<?php
$TRANSLATIONS = array(
"Mail" => "Sähköposti",
"Error" => "Virhe",
"Error while deleting mail." => "Virhe sähköpostia poistaessa.",
"Saving to Files …" => "Tallennetaan tiedostosovellukseen…",
"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.",
"Save to Files" => "Tallenna tiedostosovellukseen",
"Error while loading mail message." => "Virhe sähköpostiviestiä ladatessa.",
"Connecting …" => "Yhdistetään…",
"Unknown error" => "Tuntematon virhe",
"Server Error" => "Palvelinvirhe",
"Connect" => "Yhdistä",
"Sending …" => "Lähetetään…",
"Loading …" => "Ladataan…",
"Load more …" => "Lataa lisää…",
"Send" => "Lähetä",
"Auto detect failed. Please use manual mode." => "Automaattinen havaitseminen epäonnistui. Käytä manuaalitilaa.",
"All accounts" => "Kaikki tilit",
"+ Add account" => "+ Lisää tili",
"Download attachment" => "Lataa liite",
"Save all to Files" => "Tallenna kaikki tiedostosovellukseen",
"Recipient" => "Vastaanottaja",
"Reply …" => "Vastaa…",
"Reply" => "Vastaa",
"Forward" => "Välitä",
"New Message" => "Uusi viesti",
"Subject" => "Aihe",
"Message …" => "Viesti…",
"Add attachment from Files" => "Lisää liite tiedostosovelluksesta",
"Connect your mail account" => "Yhdistä sähköpostitilisi",
"Mail Address" => "Sähköpostiosoite",
"IMAP Password" => "IMAP-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);";