X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e9a0449fe594cca8fa7645f02ae5365402d96259..db55bdb7b1dd2bcfa793437fe97a6777eb9d93a6:/WEB-INF/resources/et.lang.php diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 864fb91e..a5b4319c 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -152,6 +152,10 @@ $i18n_key_words = array( 'button.import' => 'Impordi grupp', 'button.close' => 'Sulge', 'button.stop' => 'Stopp', +// TODO: translate the following. +// 'button.approve' => 'Approve', +// 'button.disapprove' => 'Disapprove', + // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.group_name' => 'Grupi nimi', @@ -437,6 +441,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). @@ -557,7 +563,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.',