roundcubemail-plugins-kolab/plugins/tasklist/localization/sk_SK.inc

25 lines
775 B
PHP
Raw Normal View History

2014-11-27 20:13:06 +01:00
<?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/
*/
2016-07-22 11:42:44 +02:00
$labels['export'] = 'Exportovať';
$labels['exporttitle'] = 'Exportovať do iCalendar';
$labels['exportattachments'] = 'S prílohami';
2015-02-19 11:58:00 +13:00
$labels['removelist'] = 'Odstrániť zo zoznamu';
2014-11-27 20:13:06 +01:00
$labels['edit'] = 'Upraviť';
2015-02-19 11:58:00 +13:00
$labels['description'] = 'Popis';
$labels['start'] = 'Začiatok';
$labels['starttime'] = 'Čas začiatku';
$labels['repeat'] = 'Opakovať';
$labels['status'] = 'Stav';
$labels['status-cancelled'] = 'Zrušené';
2014-11-27 20:13:06 +01:00
$labels['save'] = 'Uložiť';
2015-02-19 11:58:00 +13:00
$labels['cancel'] = 'Zrušiť';
$labels['tabsummary'] = 'Sumár';
2014-11-27 20:13:06 +01:00
$labels['listname'] = 'Meno';
2015-02-19 11:58:00 +13:00
$labels['confirmstate'] = 'Stav';