2013-01-12 11:23:32 +00:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Delegation plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
|
|
|
|
*/
|
2018-12-17 14:03:01 +01:00
|
|
|
$labels['delegates'] = 'Delegaadid';
|
|
|
|
$labels['delegate'] = 'Delegeeri';
|
2013-01-12 11:23:32 +00:00
|
|
|
$labels['mail'] = 'E-post';
|
2018-12-17 14:03:01 +01:00
|
|
|
$labels['contact'] = 'Kontaktid';
|
|
|
|
$labels['event'] = 'Kalendrid';
|
|
|
|
$labels['task'] = 'Ülesanded';
|
|
|
|
$labels['note'] = 'Märkmed';
|
|
|
|
$labels['yes'] = 'Jah';
|
|
|
|
$labels['no'] = 'Ei';
|
|
|
|
$labels['read'] = 'Ainult loetav';
|
|
|
|
$labels['write'] = 'Kirjuta';
|
|
|
|
$labels['savingdata'] = 'Andmete salvestamine...';
|
|
|
|
$labels['deleteconfirm'] = 'Kinnitamine';
|
2013-01-12 11:23:32 +00:00
|
|
|
?>
|