More recycling in translations.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 3c017d0..25e8afa 100644 (file)
@@ -170,8 +170,8 @@ $i18n_key_words = array(
 // 'label.option' => 'Option',
 // 'label.invoice' => 'Invoice',
 'label.project' => 'Projekt',
+'label.projects' => 'Projektid',
 // TODO: translate the following.
-// 'label.projects' => 'Projects',
 // 'label.task' => 'Task',
 // 'label.tasks' => 'Tasks',
 // 'label.description' => 'Description',
@@ -183,7 +183,8 @@ $i18n_key_words = array(
 // 'label.item' => 'Item',
 // 'label.cost' => 'Cost',
 // 'label.day_total' => 'Day total',
-// 'label.week_total' => 'Week total',
+'label.week_total' => 'Nädalane summa',
+// TODO: translate the following.
 // 'label.month_total' => 'Month total',
 'label.today' => 'Täna',
 // TODO: translate the following.
@@ -192,8 +193,8 @@ $i18n_key_words = array(
 // 'label.view' => 'View',
 'label.edit' => 'Muuda',
 'label.delete' => 'Kustuta',
+'label.configure' => 'Konfigureeri',
 // TODO: translate the following.
-// 'label.configure' => 'Configure',
 // 'label.select_all' => 'Select all',
 // 'label.select_none' => 'Deselect all',
 // 'label.day_view' => 'Day view',
@@ -212,10 +213,12 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.client_name' => 'Client name',
 // 'label.client_address' => 'Client address',
-// 'label.or' => 'or',
+'label.or' => 'või',
+// TODO: translate the following.
 // 'label.error' => 'Error',
 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
-// 'label.required_fields' => '* - required fields',
+'label.required_fields' => '* nõutud väljad',
+// TODO: translate the following.
 // 'label.on_behalf' => 'on behalf of',
 'label.role_manager' => '(haldur)',
 'label.role_comanager' => '(kaashaldur)',
@@ -233,7 +236,8 @@ $i18n_key_words = array(
 // 'label.type_dropdown' => 'dropdown',
 // 'label.type_text' => 'text',
 // 'label.required' => 'Required',
-// 'label.fav_report' => 'Favorite report',
+'label.fav_report' => 'Lemmikraport',
+// TODO: translate the following.
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
 // 'label.expense' => 'Expense',
@@ -271,7 +275,8 @@ $i18n_key_words = array(
 // 'title.invoice' => 'Invoice',
 // 'title.send_invoice' => 'Sending Invoice',
 // 'title.charts' => 'Charts',
-// 'title.projects' => 'Projects',
+'title.projects' => 'Projektid',
+// TODO: translate the following.
 // 'title.add_project' => 'Adding Project',
 // 'title.edit_project' => 'Editing Project',
 // 'title.delete_project' => 'Deleting Project',
@@ -314,15 +319,95 @@ $i18n_key_words = array(
 // 'title.locking' => 'Locking',
 // 'title.week_view' => 'Week View',
 
+// Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
+// Strings that are used in a single form must go to the specific form section.
+// 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.projects' => 'projektid',
+// TODO: translate the following.
+// 'dropdown.tasks' => 'tasks',
+// 'dropdown.clients' => 'clients',
+// 'dropdown.select' => '--- select ---',
+// 'dropdown.select_invoice' => '--- select invoice ---',
+// 'dropdown.status_active' => 'active',
+// 'dropdown.status_inactive' => 'inactive',
+// 'dropdown.delete'=>'delete',
+// 'dropdown.do_not_delete'=>'do not delete',
+// 'dropdown.paid' => 'paid',
+// 'dropdown.not_paid' => 'not paid',
 
+// Login form. See example at https://timetracker.anuko.com/login.php.
+'form.login.forgot_password' => 'Unustasid salasõna?',
+// TODO: translate the following.
+// 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
 
-// TODO: refactoring ongoing down from here.
+// Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
+// TODO: translate the following.
+// 'form.reset_password.message' => 'Password reset request sent by email.',
+// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
+// 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
+
+// Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
+// TODO: translate the following.
+// 'form.change_password.tip' => 'Type new password and click on Save.',
+
+// Time form. See example at https://timetracker.anuko.com/time.php.
+// TODO: translate the following.
+// 'form.time.duration_format' => '(hh:mm or 0.0h)',
+'form.time.billable' => 'Arvestatav',
+// TODO: translate the following.
+// 'form.time.uncompleted' => 'Uncompleted',
+// 'form.time.remaining_quota' => 'Remaining quota',
+// 'form.time.over_quota' => 'Over quota',
 
-"form.filter.project" => 'projekt',
-"form.filter.filter" => 'lemmikraport',
-"form.filter.filter_new" => 'salvesta lemmikuna',
-// Note to translators: the string below is missing and must be added to the translation
-// "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
+// Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
+// TODO: translate the following.
+// 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
+
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
+// Reports form. See example at https://timetracker.anuko.com/reports.php
+'form.reports.save_as_favorite' => 'Salvesta lemmikuna',
+// TODO: translate the following.
+// 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
+'form.reports.include_billable' => 'arvestatav',
+'form.reports.include_not_billable' => 'mittearvestatav',
+// TODO: translate the following.
+// 'form.reports.include_invoiced' => 'invoiced',
+// 'form.reports.include_not_invoiced' => 'not invoiced',
+'form.reports.select_period' => 'Vali ajaperiood',
+'form.reports.set_period' => 'või märgi kuupäevad',
+'form.reports.show_fields' => 'Näita välju',
+'form.reports.group_by' => 'Grupeeri',
+'form.reports.group_by_no' => '--- ilma grupeerimata ---',
+// TODO: translate the following.
+// 'form.reports.group_by_date' => 'date',
+// 'form.reports.group_by_user' => 'user',
+// 'form.reports.group_by_client' => 'client',
+'form.reports.group_by_project' => 'projekt',
+// TODO: translate the following.
+// 'form.reports.group_by_task' => 'task',
+// 'form.reports.totals_only' => 'Totals only',
+
+
+
+// TODO: refactoring ongoing down from here.
 
 // password reminder form attributes
 "form.fpass.title" => 'tühjenda salasõna',
@@ -357,23 +442,19 @@ $i18n_key_words = array(
 // "form.mytime.time_form" => ' (hh:mm)',
 "form.mytime.date" => 'kuupäev',
 "form.mytime.project" => 'projekt',
-"form.mytime.activity" => 'tegevus',
 "form.mytime.start" => 'algus',
 "form.mytime.finish" => 'lõpp',
 "form.mytime.duration" => 'kestus',
 "form.mytime.note" => 'märkus',
-// Note to translators: "form.mytime.behalf" => 'igapäevane töö', // the translation is incorrect
 "form.mytime.daily" => 'igapäevane töö',
 "form.mytime.total" => 'tunde kokku: ',
 "form.mytime.th.project" => 'projekt',
-"form.mytime.th.activity" => 'tegevus',
 "form.mytime.th.start" => 'algus',
 "form.mytime.th.finish" => 'lõpp',
 "form.mytime.th.duration" => 'kestus',
 "form.mytime.th.note" => 'märkus',
 "form.mytime.del_yes" => 'ajakanne kustutatud',
 "form.mytime.no_finished_rec" => 'kanne salvestati ainult alguse ajaga. see ei ole viga. logi välja kui vaja peaks olema.',
-"form.mytime.billable" => 'arvestatav',
 "form.mytime.warn_tozero_rec" => 'see ajakanne tuleb kustutada kuna see ajaperiood on lukustatud',
 // Note to translators: the string below must be translated and added
 // "form.mytime.uncompleted" => 'uncompleted',
@@ -489,15 +570,10 @@ $i18n_key_words = array(
 "form.client.comment" => 'märkus ',
 
 // miscellaneous strings
-"forward.forgot_password" => 'unustasid salasõna?',
 "forward.tocsvfile" => 'ekspordi andmed .csv faili',
 "forward.toxmlfile" => 'ekspordi andmed .xml faili',
 "forward.geninvoice" => 'loo arve',
-"forward.change" => 'konfigureeri kliendid',
 
-// strings inside contols on forms
-"controls.select.project" => '--- vali projekt ---',
-"controls.select.activity" => '--- vali tegevus ---',
 "controls.select.client" => '--- vali klient ---',
 "controls.project_bind" => '--- kõik ---',
 "controls.all" => '--- kõik ---',
@@ -508,37 +584,11 @@ $i18n_key_words = array(
 "controls.per_lw" => 'eelmine nädal',
 "controls.per_td" => 'täna',
 "controls.per_at" => 'kõik ajad',
-// Note to translators: the string below must be translated and added
-// "controls.per_ty" => 'this year',
-"controls.sel_period" => '--- vali ajaperiood ---',
-"controls.sel_groupby" => '--- ilma grupeerimata ---',
-"controls.inc_billable" => 'arvestatav',
-"controls.inc_nbillable" => 'mittearvestatav',
-// Note to translators: the string below must be translated and added
-// "controls.default" => '--- default ---',
-
-// labels
-"label.chart.title1" => 'tegevused kasutajal',
-// Note to translators: the string below is missing and must be translated and added
-// "label.chart.title2" => 'projects for user',
-"label.chart.period" => 'tabel perioodiks',
-
-"label.time_noentry" => 'sissekanne puudub',
-"label.req_fields" => '* nõutud väljad',
-"label.sel_project" => 'vali projekt',
-"label.sel_activity" => 'vali tegevus',
-"label.sel_tp" => 'vali ajaperiood',
-"label.set_tp" => 'või märgi kuupäevad',
-"label.fields" => 'näita välju',
-"label.group_title" => 'grupeeri',
-"label.include_title" => 'kaasa kanded',
+
 "label.inv_str" => 'arved',
 "label.set_empl" => 'vali kasutajad',
 "label.sel_all" => 'vali kõik',
 "label.sel_none" => 'märgi kõik mittevalituks',
-"label.or" => 'või',
 "label.disable" => 'keela',
 "label.enable" => 'luba',
-"label.filter" => 'filtreeri',
-"label.timeweek" => 'nädalane summa',
 );