| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/fi_FI/messages.inc | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jiri Grönroos | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['errorreadonly'] = 'Toiminnon suoritus ei onnistu, koska hakemisto on vain lukutilassa.'; |
| | | $messages['errornoperm'] = 'Toimintoa ei voitu suorittaa. Ei oikeuksia.'; |
| | | $messages['invalidrequest'] = 'Virheellinen pyyntö! Tietoa ei tallennettu.'; |
| | | $messages['invalidhost'] = 'Virheellinen palvelinnimi.'; |
| | | $messages['nomessagesfound'] = 'Kansiossa ei ole sähköpostiviestejä'; |
| | | $messages['loggedout'] = 'Sinut on kirjattu ulos järjestelmästä.'; |
| | | $messages['mailboxempty'] = 'Kansio on tyhjä'; |
| | | $messages['refreshing'] = 'Päivitetään...'; |
| | | $messages['loading'] = 'Ladataan...'; |
| | | $messages['uploading'] = 'Ladataan tiedostoa palvelimelle...'; |
| | | $messages['uploadingmany'] = 'Ladataan tiedostoja...'; |
| | |
| | | $messages['addresswriterror'] = 'Valittuun osoitekirjaan ei voi kirjoittaa'; |
| | | $messages['contactaddedtogroup'] = 'Yhteystiedot lisätty ryhmään'; |
| | | $messages['contactremovedfromgroup'] = 'Yhteystiedot poistettu ryhmästä'; |
| | | $messages['nogroupassignmentschanged'] = 'No group assignments changed.'; |
| | | $messages['importwait'] = 'Tuodaan, odota...'; |
| | | $messages['importerror'] = 'Tuonti epäonnistui! Lähetetty tiedosto ei ole vCard-muodossa.'; |
| | | $messages['importformaterror'] = 'Tuonti epäonnistui! Lähetetty tiedosto ei ole kelvollinen tuontitiedosto.'; |
| | | $messages['importconfirm'] = '<b>$inserted yhteystietoa tuotu onnistuneesti</b>'; |
| | | $messages['importconfirmskipped'] = '<b>Ohitettu $skipped olemassa olevaa merkintää</b>'; |
| | | $messages['opnotpermitted'] = 'Toiminto ei ole sallittu!'; |
| | |
| | | $messages['mispellingsfound'] = 'Viestissä havaittiin kielioppivirheitä.'; |
| | | $messages['parentnotwritable'] = 'Kansiota ei voitu siirtää tai luoda valittuun yläkansioon. Ei käyttöoikeutta.'; |
| | | $messages['messagetoobig'] = 'Viestiosa on liian suuri prosessoitavaksi.'; |
| | | $messages['attachmentvalidationerror'] = 'WARNING! This attachment is suspicious because its type doesn\'t match the type declared in the message. If you do not trust the sender, you shouldn\'t open it in the browser because it may contain malicious contents.<br/><br/><em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = 'Varoitus: Tämä verkkopohjainen sähköpostipalvelu vaatii Javascriptin toimiakseen. Ota Javascript käyttöön selaimesi asetuksista.'; |
| | | |
| | | ?> |