2014-08-22 01:31:43 +02:00
|
|
|
<?php
|
2016-05-18 16:38:39 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Folders plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_notes/
|
|
|
|
*/
|
2014-08-22 01:31:43 +02:00
|
|
|
$labels['navtitle'] = 'Muistiot';
|
|
|
|
$labels['tags'] = 'Tunnisteet';
|
|
|
|
$labels['notes'] = 'Muistiot';
|
2014-11-27 20:13:06 +01:00
|
|
|
$labels['removetag'] = 'Poista tunniste';
|
|
|
|
$labels['created'] = 'Luotu';
|
|
|
|
$labels['changed'] = 'Viimeksi muokattu';
|
|
|
|
$labels['title'] = 'Nimi';
|
2014-08-22 01:31:43 +02:00
|
|
|
$labels['listname'] = 'Nimi';
|
|
|
|
$labels['tabsharing'] = 'Jakaminen';
|
|
|
|
$labels['abort'] = 'Keskeytä';
|
2014-11-27 20:13:06 +01:00
|
|
|
$labels['foldersubscribe'] = 'Luetteloi pysyvästi';
|
|
|
|
$labels['removelist'] = 'Poista listasta';
|
2015-02-19 11:58:00 +13:00
|
|
|
$labels['removelink'] = 'Poista sähköpostiviittaus';
|
2014-08-22 01:31:43 +02:00
|
|
|
$labels['savingdata'] = 'Tallennetaan tietoja...';
|