X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=b6b3aeb6a497db77a0616fa3b75c4a2b03f468eb;hb=e9a0449fe594cca8fa7645f02ae5365402d96259;hp=38b4a4b291fb89ab283c8e32e39607698132a34e;hpb=903dae76e54a4e0c081532a8113c00ef1b56a1b5;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 38b4a4b2..b6b3aeb6 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -58,6 +58,7 @@ $i18n_key_words = array( // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Raporlar', // TODO: translate the following. +// 'menu.timesheets' => 'Timesheets', // 'menu.charts' => 'Charts', 'menu.projects' => 'Projeler', // TODO: translate the following. @@ -152,6 +153,7 @@ $i18n_key_words = array( 'button.send_by_email' => 'E-posta ile gönder', 'button.create_group' => 'Ekip yarat', // TODO: replace "team" with "group". // TODO: translate the following. +// 'button.create_timesheet' => 'Create timesheet', // 'button.export' => 'Export group', 'button.import' => 'Ekibi içeri aktar', // TODO: replace "team" with "group". // TODO: translate the following. @@ -276,6 +278,9 @@ $i18n_key_words = array( 'label.totals_only' => 'Sadece toplamlar', // TODO: translate the following. // 'label.quota' => 'Quota', +// 'label.timesheet' => 'Timesheet', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Form titles. // Form titles. @@ -311,6 +316,8 @@ $i18n_key_words = array( 'title.report' => 'Rapor', // TODO: translate the following. // 'title.send_report' => 'Sending Report', +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Fatura', // TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', @@ -346,6 +353,9 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', // 'title.monthly_quotas' => 'Monthly Quotas', // 'title.export' => 'Exporting Group Data', // 'title.import' => 'Importing Group Data', @@ -446,6 +456,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Zaman aralığını seç', 'form.reports.set_period' => 'ya da tarihleri belirle', 'form.reports.show_fields' => 'Alanları göster', @@ -465,6 +477,10 @@ $i18n_key_words = array( // 'form.report.export' => 'Export', // 'form.report.assign_to_invoice' => 'Assign to invoice', +// Timesheets form. See example at https://timetracker.anuko.com/timesheets.php +// TODO: translate the following. +// form.timesheets.hint' => 'Use reports to add new timesheets.', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Fatura numarası',