2013-03-20 10:21:01 +01:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Tasks plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
|
|
|
|
*/
|
2013-03-20 10:21:01 +01:00
|
|
|
$labels['edit'] = 'Upravit';
|
|
|
|
$labels['description'] = 'Popis';
|
|
|
|
$labels['start'] = 'Začátek';
|
|
|
|
$labels['alarms'] = 'Připomenutí';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['repeat'] = 'Opakovat';
|
|
|
|
$labels['status'] = 'Stav';
|
2013-03-20 10:21:01 +01:00
|
|
|
$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';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['showalarms'] = 'Show reminders';
|
2013-03-20 10:21:01 +01:00
|
|
|
$labels['savingdata'] = 'Ukládám data...';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['role'] = 'Role';
|
|
|
|
$labels['availability'] = 'Dost.';
|
|
|
|
$labels['confirmstate'] = 'Stav';
|
|
|
|
$labels['roleorganizer'] = 'Organizátor';
|
|
|
|
$labels['rolerequired'] = 'Povinný';
|
|
|
|
$labels['roleoptional'] = 'Nepovinný';
|
|
|
|
$labels['rolechair'] = 'Chair';
|
|
|
|
$labels['sendinvitations'] = 'Poslat pozvánky';
|
|
|
|
$labels['itipupdatesubject'] = 'Událost "$title" byla aktualizována';
|
|
|
|
$labels['itipcancelsubject'] = 'Událost "$title" byla zrušena';
|
|
|
|
$labels['andnmore'] = 'dalších $nr...';
|
|
|
|
$labels['attendeupdateesuccess'] = 'Stav účastníka byl úspěšně aktualizován';
|
|
|
|
$labels['itipinvalidrequest'] = 'Tato pozvánka již není platná';
|