X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/101536252bf0b1768e8639728b5f751d3252bb53..ec382daafde770e5a7fd4bf9cee39f31c9931eff:/WEB-INF/resources/et.lang.php diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 6c99c4af..3c5284fe 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -185,7 +185,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'Täna', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -261,17 +262,60 @@ $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' => 'Raportid', +// 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' => 'Suvandid', +// TODO: translate the following. +// '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', // TODO: refactoring ongoing down from here. -// Form titles. -'title.options' => 'Suvandid', - -// TODO: file refactoring is ongoing down from here. "form.filter.project" => 'projekt', "form.filter.filter" => 'lemmikraport', "form.filter.filter_new" => 'salvesta lemmikuna', @@ -375,16 +419,12 @@ $i18n_key_words = array( "form.activity.project" => 'projekt', // report attributes -"form.report.title" => 'aruanded', "form.report.from" => 'algab kuupäevast', "form.report.to" => 'lõpeb kuupäeval', "form.report.groupby_user" => 'kasutaja', "form.report.groupby_project" => 'projekt', -"form.report.groupby_activity" => 'tegevus', "form.report.duration" => 'kestus', "form.report.start" => 'algus', -"form.report.activity" => 'tegevus', -"form.report.show_idle" => 'näita tühja aega', "form.report.finish" => 'lõpp', "form.report.note" => 'märkus', "form.report.project" => 'projekt', @@ -393,7 +433,6 @@ $i18n_key_words = array( "form.report.th.empllist" => 'kasutaja', "form.report.th.date" => 'kuupäev', "form.report.th.project" => 'projekt', -"form.report.th.activity" => 'tegevus', "form.report.th.start" => 'algus', "form.report.th.finish" => 'lõpp', "form.report.th.duration" => 'kestus', @@ -483,7 +522,6 @@ $i18n_key_words = array( "label.chart.period" => 'tabel perioodiks', "label.time_noentry" => 'sissekanne puudub', -"label.today" => 'täna', "label.req_fields" => '* nõutud väljad', "label.sel_project" => 'vali projekt', "label.sel_activity" => 'vali tegevus',