13 lines
357 B
PHP
13 lines
357 B
PHP
<?php
|
|
/**
|
|
* Localizations for the Kolab Tasks plugin
|
|
*
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
|
|
*/
|
|
$labels['delete'] = 'Kustuta';
|
|
$labels['title'] = 'Pealkiri';
|
|
$labels['save'] = 'Salvesta';
|
|
$labels['rolerequired'] = 'Kohustuslik';
|
|
$labels['comment'] = 'Kommentaar';
|