<?php
/**
 * Czech language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Lukas Zapletal <lukas.zapletal at gmail dot com>
 */

// for the configuration manager
$lang['datefield']                   = 'políčko pro vkládání termínu';

$lang['tasks_formposition']          = 'pozice políčka pro vložení nového úkolu';
$lang['tasks_formposition_o_none']   = 'nikde';
$lang['tasks_formposition_o_top']    = 'nahoře';
$lang['tasks_formposition_o_bottom'] = 'dole';

//Setup VIM: ex: et ts=2 enc=utf-8 :
