X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/37f2b382a91de6d58d5bac1f34f1a28b5c12b9ba..4f0f87f88dc93f04a9d1fa777c686c348b0875b0:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 3ef7f196..9807d6e1 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -334,19 +334,19 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.all' => '--- all ---', // 'dropdown.no' => '--- no ---', -// 'dropdown.current_day' => 'today', -// 'dropdown.previous_day' => 'yesterday', -// 'dropdown.selected_day' => 'day', -// 'dropdown.current_week' => 'this week', -// 'dropdown.previous_week' => 'previous week', -// 'dropdown.selected_week' => 'week', -// 'dropdown.current_month' => 'this month', -// 'dropdown.previous_month' => 'previous month', -// 'dropdown.selected_month' => 'month', -// 'dropdown.current_year' => 'this year', -// 'dropdown.previous_year' => 'previous year', -// 'dropdown.selected_year' => 'year', -// 'dropdown.all_time' => 'all time', +'dropdown.current_day' => 'dnes', +'dropdown.previous_day' => 'včera', +'dropdown.selected_day' => 'den', +'dropdown.current_week' => 'tento týden', +'dropdown.previous_week' => 'minulý týden', +'dropdown.selected_week' => 'týden', +'dropdown.current_month' => 'tento měsíc', +'dropdown.previous_month' => 'minulý měsíc', +'dropdown.selected_month' => 'měsíc', +'dropdown.current_year' => 'tento rok', +'dropdown.previous_year' => 'minulý rok', +'dropdown.selected_year' => 'rok', +'dropdown.all_time' => 'od počátku', 'dropdown.projects' => 'projekty', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', @@ -531,11 +531,4 @@ $i18n_key_words = array( "controls.project_bind" => '--- všechny ---', "controls.all" => '--- vše ---', "controls.notbind" => '--- nic ---', -"controls.per_tm" => 'tento měsíc', -"controls.per_lm" => 'minulý měsíc', -"controls.per_tw" => 'tento týden', -"controls.per_lw" => 'minulý týden', -"controls.per_td" => 'dnes', -"controls.per_at" => 'od počátku', -"controls.per_ty" => 'letos', );