X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=2d502c3725bee2b202ad116e178794cff312363c;hb=9d5988b5f4dd00c801dbf8b4ba5bd8d58ab93ed0;hp=8ea3464b38fcbdcf46e1924e37c02a2504a07d4b;hpb=33610845422adbcde3888bfd385e94bf8e612666;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 8ea3464b..2d502c37 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -260,6 +260,11 @@ $i18n_key_words = array( // 'label.week_list' => 'Week list', // Form titles. +// Form titles. +// TODO: Improve titles for consistency, so that each title explains correctly what each +// page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. +// Compare with English file to see how it is done there and do Romanian titles similarly. +// Specifically: compare project and client titles and see how they differ. 'title.login' => 'Giriş', // TODO: translate the following. // 'title.teams' => 'Teams', @@ -300,10 +305,10 @@ $i18n_key_words = array( // 'title.add_user' => 'Adding User', // 'title.edit_user' => 'Editing User', // 'title.delete_user' => 'Deleting User', -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', +'title.clients' => 'Müşteriler', +'title.add_client' => 'Müşteri ekle', +'title.edit_client' => 'Müşteriyi düzenle', +'title.delete_client' => 'Müşteriyi sil', 'title.invoices' => 'Faturalar', // TODO: translate the following. // 'title.add_invoice' => 'Adding Invoice', @@ -353,7 +358,8 @@ $i18n_key_words = array( 'dropdown.projects' => 'projeler', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', +'dropdown.clients' => 'müşteriler', +// TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', @@ -470,17 +476,16 @@ $i18n_key_words = array( // 'form.client.client_entries' => 'Client entries', // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.', +'form.export.compression' => 'Sıkıştırma', // TODO: translate the following. -// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', -// 'form.export.compression' => 'Compression', // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -// TODO: translate the following. -// 'form.import.hint' => 'Import team data from an xml file.', -// 'form.import.file' => 'Select file', -// 'form.import.success' => 'Import completed successfully.', +'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', +'form.import.file' => 'Dosya seç', +'form.import.success' => 'Içe aktarma başarıyla tamamlandı.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). // TODO: check form.teams.hint for accuracy. I did not not how to translate "login", so this may be garbage now. @@ -538,9 +543,6 @@ $i18n_key_words = array( "form.mail.sending_str" => 'ileti yollandı', // invoice attributes -"form.invoice.title" => 'fatura', -"form.invoice.caption" => 'fatura', -"form.invoice.above" => 'fatura için ek bilgi', "form.invoice.select_cust" => 'müşteri seç', "form.invoice.fillform" => 'alanları doldur', "form.invoice.number" => 'fatura numarası', @@ -552,22 +554,4 @@ $i18n_key_words = array( "form.invoice.customer" => 'müşteri', "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla', "form.invoice.sending_str" => 'fatura yollandı', - -"form.migration.zip" => 'sıkıştırma', -"form.migration.file" => 'dosya seç', -"form.migration.import.title" => 'veri içe aktar', -"form.migration.import.success" => 'içe aktarma başarıyla tamamlandı', -"form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar', -"form.migration.export.title" => 'dışarı aktar', -"form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı', -"form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.', - -"form.client.title" => 'müşteriler', -"form.client.add_title" => 'müşteri ekle', -"form.client.edit_title" => 'müşteriyi düzenle', -"form.client.del_title" => 'müşteriyi sil', - -// miscellaneous strings -"forward.tocsvfile" => 'bilgileri .csv dosyasına aktar', -"forward.toxmlfile" => 'bilgileri .xml dosyasına aktar', );