2013-01-12 11:23:32 +00:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* Localizations for Kolab Calendar plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
|
|
|
|
*/
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['name'] = 'Nimi';
|
2014-11-27 20:13:06 +01:00
|
|
|
$labels['save'] = 'Salvesta';
|
|
|
|
$labels['confidential'] = 'confidential';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['rolerequired'] = 'Kohustuslik';
|
|
|
|
$labels['operation'] = 'Toiming';
|
2013-01-12 11:23:32 +00:00
|
|
|
?>
|