X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/101536252bf0b1768e8639728b5f751d3252bb53..7042e1a554de7a8feb9e2c95db96fd0ac7ed26be:/WEB-INF/resources/cs.lang.php
diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php
index 367c2ec4..94f19b77 100644
--- a/WEB-INF/resources/cs.lang.php
+++ b/WEB-INF/resources/cs.lang.php
@@ -53,7 +53,8 @@ $i18n_key_words = array(
// TODO: translate the following.
// 'menu.time' => 'Time',
// 'menu.expenses' => 'Expenses',
-// 'menu.reports' => 'Reports',
+'menu.reports' => 'Sestavy',
+// TODO: translate the following.
// 'menu.charts' => 'Charts',
'menu.projects' => 'Projekty',
// TODO: translate the following.
@@ -185,7 +186,8 @@ $i18n_key_words = array(
// 'label.day_total' => 'Day total',
// 'label.week_total' => 'Week total',
// 'label.month_total' => 'Month total',
-// 'label.today' => 'Today',
+// TODO: translate the following.
+'label.today' => 'Dnes',
// 'label.total_hours' => 'Total hours',
// 'label.total_cost' => 'Total cost',
// 'label.view' => 'View',
@@ -262,7 +264,8 @@ $i18n_key_words = array(
// 'title.add_predefined_expense' => 'Adding Predefined Expense',
// 'title.edit_predefined_expense' => 'Editing Predefined Expense',
// 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
-// 'title.reports' => 'Reports',
+'title.reports' => 'Sestavy',
+// TODO: translate the following.
// 'title.report' => 'Report',
@@ -363,16 +366,12 @@ $i18n_key_words = array(
"form.activity.project" => 'projekt',
// report attributes
-"form.report.title" => 'sestavy',
"form.report.from" => 'poÄáteÄnà datum',
"form.report.to" => 'koncové datum',
"form.report.groupby_user" => 'uživatel',
"form.report.groupby_project" => 'projekt',
-"form.report.groupby_activity" => 'Äinnost',
"form.report.duration" => 'trvánÃ',
"form.report.start" => 'poÄátek',
-"form.report.activity" => 'Äinnost',
-"form.report.show_idle" => 'ukázat neÄinné',
"form.report.finish" => 'konec',
"form.report.note" => 'poznámka',
"form.report.project" => 'projekt',
@@ -381,7 +380,6 @@ $i18n_key_words = array(
"form.report.th.empllist" => 'uzivatel',
"form.report.th.date" => 'datum',
"form.report.th.project" => 'projekt',
-"form.report.th.activity" => 'Äinnost',
"form.report.th.start" => 'poÄátek',
"form.report.th.finish" => 'konec',
"form.report.th.duration" => 'trvánÃ',
@@ -444,7 +442,6 @@ $i18n_key_words = array(
// strings inside contols on forms
"controls.select.project" => '--- výbÄr projektu ---',
-"controls.select.activity" => '--- výbÄr Äinnosti ---',
"controls.select.client" => '--- výbÄr zákaznÃka ---',
"controls.project_bind" => '--- všechny ---',
"controls.all" => '--- vše ---',
@@ -460,8 +457,6 @@ $i18n_key_words = array(
"controls.sel_groupby" => '--- vše dohromady ---',
"controls.inc_billable" => 'k fakturaci',
"controls.inc_nbillable" => 'mimo fakturaci',
-// Note to translators: the string below must be translated
-// "controls.default" => '--- default ---',
// labels
"label.chart.title1" => 'Äinnosti uživatele',
@@ -469,7 +464,6 @@ $i18n_key_words = array(
"label.chart.period" => 'pÅehled za obdobÃ',
"label.time_noentry" => 'žádné záznamy',
-"label.today" => 'dnes',
"label.req_fields" => '* nutno vyplnit',
"label.sel_project" => 'výbÄr projektu',
"label.sel_activity" => 'výbÄr Äinnosti',
@@ -488,11 +482,4 @@ $i18n_key_words = array(
"label.filter" => 'filtr',
"label.timeweek" => 'celkem za týden',
"label.hrs" => 'hodin',
-// Note to translators: the 3 strings below are missing in the translation and must be added
-// "label.errors" => 'errors',
-// "label.ldap_hint" => 'Type your Windows login and password in the fields below.',
-
-// login hello text
-// Note to translators: the string below is missing in the translation and must be added
-// "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
);