12 lines
279 B
PHP
12 lines
279 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['edit'] = 'Upraviť';
|
||
|
$labels['save'] = 'Uložiť';
|
||
|
$labels['listname'] = 'Meno';
|