]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
Recycling of some strings for dropdown options.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 1a26b81d993e65655f6c83475a2802bb3905192b..9807d6e1853f8f8fe2a1dc7b98099a1b3baa5772 100644 (file)
@@ -170,7 +170,7 @@ $i18n_key_words = array(
 'label.clients' => 'Zákazníci',
 // TODO: translate the following.
 // 'label.option' => 'Option',
-// 'label.invoice' => 'Invoice',
+'label.invoice' => 'Faktura',
 'label.project' => 'Projekt',
 'label.projects' => 'Projekty',
 // TODO: translate the following.
@@ -279,7 +279,8 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'title.report' => 'Report',
 // 'title.send_report' => 'Sending Report',
-// 'title.invoice' => 'Invoice',
+'title.invoice' => 'Faktura',
+// TODO: translate the following.
 // 'title.send_invoice' => 'Sending Invoice',
 // 'title.charts' => 'Charts',
 'title.projects' => 'Projekty',
@@ -300,7 +301,8 @@ $i18n_key_words = array(
 'title.add_client' => 'Přidat zákazníka',
 'title.edit_client' => 'Upravit zákazníka',
 'title.delete_client' => 'Smazat zákazníka',
-// 'title.invoices' => 'Invoices',
+'title.invoices' => 'Faktury',
+// TODO: translate the following.
 // 'title.add_invoice' => 'Adding Invoice',
 // 'title.view_invoice' => 'Viewing Invoice',
 // 'title.delete_invoice' => 'Deleting Invoice',
@@ -332,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',
@@ -529,13 +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',
-
-"label.inv_str" => 'faktura',
 );