]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
Started to work on week view config.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 367c2ec4a5b5593a3eb730f20493289345af221b..71c9cf72f3d6ac64d1169a4976acc8dad1a889c3 100644 (file)
@@ -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,8 +264,54 @@ $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',
+// 'title.send_report' => 'Sending Report',
+// 'title.invoice' => 'Invoice',
+// 'title.send_invoice' => 'Sending Invoice',
+// 'title.charts' => 'Charts',
+// 'title.projects' => 'Projects',
+// 'title.add_project' => 'Adding Project',
+// 'title.edit_project' => 'Editing Project',
+// 'title.delete_project' => 'Deleting Project',
+// 'title.tasks' => 'Tasks',
+// 'title.add_task' => 'Adding Task',
+// 'title.edit_task' => 'Editing Task',
+// 'title.delete_task' => 'Deleting Task',
+// 'title.users' => 'Users',
+// 'title.add_user' => 'Adding User',
+// 'title.edit_user' => 'Editing User',
+// 'title.delete_user' => 'Deleting User',
+// 'title.clients' => 'Clients',
+// 'title.add_client' => 'Adding Client',
+// 'title.edit_client' => 'Editing Client',
+// 'title.delete_client' => 'Deleting Client',
+// 'title.invoices' => 'Invoices',
+// 'title.add_invoice' => 'Adding Invoice',
+// 'title.view_invoice' => 'Viewing Invoice',
+// 'title.delete_invoice' => 'Deleting Invoice',
+// 'title.notifications' => 'Notifications',
+// 'title.add_notification' => 'Adding Notification',
+// 'title.edit_notification' => 'Editing Notification',
+// 'title.delete_notification' => 'Deleting Notification',
+// 'title.monthly_quotas' => 'Monthly Quotas',
+// 'title.export' => 'Exporting Team Data',
+// 'title.import' => 'Importing Team Data',
+// 'title.options' => 'Options',
+// 'title.profile' => 'Profile',
+// 'title.cf_custom_fields' => 'Custom Fields',
+// 'title.cf_add_custom_field' => 'Adding Custom Field',
+// 'title.cf_edit_custom_field' => 'Editing Custom Field',
+// 'title.cf_delete_custom_field' => 'Deleting Custom Field',
+// 'title.cf_dropdown_options' => 'Dropdown Options',
+// 'title.cf_add_dropdown_option' => 'Adding Option',
+// 'title.cf_edit_dropdown_option' => 'Editing Option',
+// 'title.cf_delete_dropdown_option' => 'Deleting Option',
+// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
+// It is also a name for the Locking plugin on the Team profile page.
+// 'title.locking' => 'Locking',
+// 'title.week_view' => 'Week View',
 
 
 
@@ -363,16 +411,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 +425,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 +487,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 +502,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 +509,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 +527,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 <b>Windows login</b> and <b>password</b> 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.",
 );