X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7222eeeece08554fe11df2fe33e17dded52b06d0..d843adf87afb693ebf31ca3ad23705126ffca0bc:/WEB-INF/resources/tr.lang.php diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 29c13aa1..845548f2 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -185,8 +185,9 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', -// 'label.note' => 'Note', -// 'label.notes' => 'Notes', +'label.note' => 'Not', +'label.notes' => 'Notlar', +// TODO: translate the following. // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', @@ -212,7 +213,8 @@ $i18n_key_words = array( // 'label.date_format' => 'Date format', // 'label.time_format' => 'Time format', // 'label.week_start' => 'First day of week', -// 'label.comment' => 'Comment', +'label.comment' => 'Yorum', +// TODO: translate the following. // 'label.status' => 'Status', // 'label.tax' => 'Tax', // 'label.subtotal' => 'Subtotal', @@ -354,8 +356,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Parolanızı unuttunuz mu?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -443,14 +445,12 @@ $i18n_key_words = array( "form.mytime.start" => 'başlat', "form.mytime.finish" => 'tamamla', "form.mytime.duration" => 'süre', -"form.mytime.note" => 'not', "form.mytime.daily" => 'günlük çalışma', "form.mytime.total" => 'toplam saat: ', "form.mytime.th.project" => 'proje', "form.mytime.th.start" => 'başlat', "form.mytime.th.finish" => 'tamamla', "form.mytime.th.duration" => 'süre', -"form.mytime.th.note" => 'not', "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi', "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.', "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli', @@ -502,7 +502,6 @@ $i18n_key_words = array( "form.report.duration" => 'süre', "form.report.start" => 'başlangıç', "form.report.finish" => 'son', -"form.report.note" => 'not', "form.report.project" => 'proje', "form.report.totals_only" => 'sadece toplamlar', "form.report.total" => 'saat toplamı', @@ -512,12 +511,10 @@ $i18n_key_words = array( "form.report.th.start" => 'başlangıç', "form.report.th.finish" => 'son', "form.report.th.duration" => 'süre', -"form.report.th.note" => 'not', // mail form attributes "form.mail.from" => 'kimden', "form.mail.to" => 'kime', -"form.mail.comment" => 'yorum', "form.mail.above" => 'bu raporu e-posta ile yolla', // Note to translators: this string needs to be translated. // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', @@ -532,7 +529,6 @@ $i18n_key_words = array( "form.invoice.date" => 'tarih', "form.invoice.number" => 'fatura numarası', "form.invoice.tax" => 'vergi', -"form.invoice.comment" => 'yorum ', "form.invoice.th.username" => 'kişi', "form.invoice.th.time" => 'saatler', "form.invoice.th.rate" => 'tarife', @@ -556,10 +552,8 @@ $i18n_key_words = array( "form.client.edit_title" => 'müşteriyi düzenle', "form.client.del_title" => 'müşteriyi sil', "form.client.tax" => 'vergi', -"form.client.comment" => 'yorum ', // miscellaneous strings -"forward.forgot_password" => 'parolanızı unuttunuz mu?', "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar', "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar', "forward.geninvoice" => 'fatura yarat',