1<?php 2/** 3 * Czech language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Lukas Zapletal <lukas.zapletal at gmail dot com> 7 */ 8 9// for the configuration manager 10$lang['datefield'] = 'políčko pro vkládání termínu'; 11 12$lang['tasks_formposition'] = 'pozice políčka pro vložení nového úkolu'; 13$lang['tasks_formposition_o_none'] = 'nikde'; 14$lang['tasks_formposition_o_top'] = 'nahoře'; 15$lang['tasks_formposition_o_bottom'] = 'dole'; 16 17//Setup VIM: ex: et ts=2 enc=utf-8 : 18