14 lines
364 B
PHP
14 lines
364 B
PHP
<?php
|
|
/**
|
|
* Localizations for Kolab Calendar plugin
|
|
*
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
|
|
*/
|
|
$labels['name'] = 'Nimi';
|
|
$labels['save'] = 'Salvesta';
|
|
$labels['confidential'] = 'confidential';
|
|
$labels['rolerequired'] = 'Kohustuslik';
|
|
$labels['operation'] = 'Toiming';
|
|
?>
|