X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e447782c5838a9715a7443a028d403aadf52a479..decf7058c3d2cc57fa2f814f33e7c09b264ff854:/WEB-INF/resources/et.lang.php diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 4410d9c4..170c447a 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -146,6 +146,8 @@ $i18n_key_words = array( 'button.send' => 'Saada', 'button.send_by_email' => 'Saada e-postiga', 'button.create_group' => 'Loo grupp', +// TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'Ekspordi grupp', 'button.import' => 'Impordi grupp', 'button.close' => 'Sulge', @@ -317,6 +319,10 @@ $i18n_key_words = array( 'title.add_notification' => 'Teate lisamine', 'title.edit_notification' => 'Teate muutmine', 'title.delete_notification' => 'Teate kustutamine', +// TODO: translate the following. +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', 'title.monthly_quotas' => 'Kuu kvoot', 'title.export' => 'Grupi andmete alla laadimine', 'title.import' => 'Grupi andmete üles laadimine', @@ -409,6 +415,8 @@ $i18n_key_words = array( // Our concern is that Google auto-translates "arveldamata" as unpaid. Therefore, we may need a fix here. // 'form.reports.include_invoiced' => 'arveldatud', // TODO: fix as per the above comment, if needed. // 'form.reports.include_not_invoiced' => 'arveldamata', // TODO: fix as per the above comment, if needed. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Vali ajaperiood', 'form.reports.set_period' => 'või märgi kuupäevad', @@ -429,6 +437,8 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. // form.timesheets.hint' => 'Use reports to add new timesheets.', +// 'form.timesheets.active_timesheets' => 'Active Timesheets', +// 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). @@ -549,7 +559,9 @@ $i18n_key_words = array( // 'role.user.description' => 'A regular member without management rights.', 'role.client.label' => 'Klient', 'role.client.low_case_label' => 'klient', -'role.client.description' => 'Kliendil on lubatud vaadata oma raporteid, diagramme ja arveid.', +// TODO: translate the following. +// 'role.client.description' => 'A client can view its own data.', +'role.client.description' => 'Kliendil on lubatud vaadata oma raporteid ja arveid.', 'role.supervisor.label' => 'Ülevaataja', 'role.supervisor.low_case_label' => 'ülevaataja', 'role.supervisor.description' => 'Mõningate lisaõigustega kasutaja.',