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

21 lines
619 B
PHP
Raw Normal View History

2013-03-20 10:21:01 +01:00
<?php
$labels['edit'] = 'Upravit';
$labels['description'] = 'Popis';
$labels['start'] = 'Začátek';
$labels['alarms'] = 'Připomenutí';
$labels['all'] = 'Všechny';
$labels['today'] = 'Dnes';
$labels['tomorrow'] = 'Zítra';
$labels['removetag'] = 'Odstranit';
$labels['save'] = 'Uložit';
$labels['cancel'] = 'Storno';
$labels['tabsummary'] = 'Souhrn';
$labels['tabrecurrence'] = 'Opakování';
$labels['tabattachments'] = 'Přílohy';
$labels['tabsharing'] = 'Sdílení';
$labels['listname'] = 'Název';
$labels['showalarms'] = 'Show reminders';
// date words
// mesages
2013-03-20 10:21:01 +01:00
$labels['savingdata'] = 'Ukládám data...';