X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fet.lang.php;h=c489a56a1cb8d6e717d50134e80baf15dda67577;hb=fc8a4455218bc71e17697f33c111b9dbc55f8047;hp=10beccf8222d4fe49c795c2350236c1b294c4d28;hpb=53dd9ed078fdb70af2f24564145873e2346e5f28;p=timetracker.git diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 10beccf8..c489a56a 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', @@ -251,6 +253,7 @@ $i18n_key_words = array( 'label.totals_only' => 'Ainult summad', 'label.quota' => 'Kvoot', // TODO: translate the following. +// 'label.timesheet' => 'Timesheet', // 'label.submitted' => 'Submitted', // 'label.approved' => 'Approved', @@ -316,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', @@ -408,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', @@ -428,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).