roundcubemail-plugins-kolab/plugins/kolab_delegation/localization/et_EE.inc
Jeroen van Meeuwen (Kolab Systems) 00e04d2f95 Update translations
2018-12-17 14:03:01 +01:00

22 lines
637 B
PHP

<?php
/**
* 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/
*/
$labels['delegates'] = 'Delegaadid';
$labels['delegate'] = 'Delegeeri';
$labels['mail'] = 'E-post';
$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';
?>