roundcubemail-plugins-kolab/plugins/kolab_folders/localization/fi_FI.inc

32 lines
1.1 KiB
PHP
Raw Normal View History

<?php
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2015, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
*/
$labels['folderctype'] = 'Sisältötyyppi';
$labels['foldertypemail'] = 'Sähköposti';
$labels['foldertypeevent'] = 'Kalenteri';
$labels['foldertypejournal'] = 'Päiväkirja';
$labels['foldertypetask'] = 'Tehtävät';
$labels['foldertypenote'] = 'Muistiot';
$labels['foldertypecontact'] = 'Yhteystiedot';
$labels['foldertypeconfiguration'] = 'Asetukset';
$labels['foldertypefile'] = 'Tiedostot';
2014-11-27 20:13:06 +01:00
$labels['foldertypefreebusy'] = 'Vapaa-varattu';
$labels['default'] = 'Oletus';
$labels['inbox'] = 'Saapuneet';
$labels['drafts'] = 'Luonnokset';
$labels['sentitems'] = 'Lähetetyt';
$labels['outbox'] = 'Lähtevät';
$labels['wastebasket'] = 'Roskakori';
$labels['junkemail'] = 'Roskaposti';
2014-11-27 20:13:06 +01:00
$labels['confidential'] = 'Luottamuksellinen';
$labels['private'] = 'Yksityinen';
2018-12-17 14:03:01 +01:00
$labels['folderexpire'] = 'Poista viestit, jotka ovat vanhempia kuin';
$labels['xdays'] = '$x päivää';
2014-11-27 20:13:06 +01:00
$messages['defaultfolderexists'] = 'Määritetylle tyypille on jo olemassa oletuskansio';
?>