1<?php 2/** 3 * @brief Czech language file for the countdown plugin. 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * @author Roman Šilar <roman [dot] silar [at] gmail [dot] com> 6 */ 7 8$lang['desc'] = 'Tento plugin zobrazuje dny do určité data.'; 9$lang['wrongformat'] = 'Datum nelze zpracovat: '; 10$lang['nodesc'] = 'bez popisku'; 11$lang['until'] = 'do'; 12$lang['since'] = 'od'; 13$lang['today'] = 'Dnes je'; 14$lang['oneday'] = 'den'; 15$lang['days'] = 'dny(í)'; 16$lang['outputformat'] = '%d/%m/%Y'; 17