X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/887ff98dde2f444ef7f33b32fc7f550b5833b5e6..c370348dba4b65ae74dc2b8d5bf1b9c0ed5f19cc:/WEB-INF/resources/tr.lang.php
diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php
index 032cd813..82a0c824 100644
--- a/WEB-INF/resources/tr.lang.php
+++ b/WEB-INF/resources/tr.lang.php
@@ -172,12 +172,11 @@ $i18n_key_words = array(
'label.end_date' => 'Son tarihi',
'label.user' => 'Kullanıcı',
'label.users' => 'Kullanıcılar',
+'label.client' => 'MüÅteri',
+'label.clients' => 'MüÅteriler',
// TODO: translate the following.
-// 'label.client' => 'Client',
-// 'label.clients' => 'Clients',
// 'label.option' => 'Option',
'label.invoice' => 'Fatura',
-// TODO: translate the following.
'label.project' => 'Proje',
'label.projects' => 'Projeler',
// TODO: translate the following.
@@ -219,8 +218,7 @@ $i18n_key_words = array(
'label.comment' => 'Yorum',
'label.status' => 'Durum',
'label.tax' => 'Vergi',
-// TODO: translate the following.
-// 'label.subtotal' => 'Subtotal',
+'label.subtotal' => 'Alt toplamı',
'label.total' => 'Toplam',
// TODO: translate the following.
// 'label.client_name' => 'Client name',
@@ -432,9 +430,8 @@ $i18n_key_words = array(
// Invoice form. See example at https://timetracker.anuko.com/invoice.php
// (you can get to this form after generating a report).
-// TODO: translate the following.
-// 'form.invoice.number' => 'Invoice number',
-// 'form.invoice.person' => 'Person',
+'form.invoice.number' => 'Fatura numarası',
+'form.invoice.person' => 'KiÅi',
// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
// 'form.invoice.invoice_to_delete' => 'Invoice to delete',
@@ -545,13 +542,6 @@ $i18n_key_words = array(
"form.mail.sending_str" => 'ileti yollandı',
// invoice attributes
-"form.invoice.number" => 'fatura numarası',
-"form.invoice.th.username" => 'kiÅi',
-"form.invoice.th.time" => 'saatler',
-"form.invoice.th.rate" => 'tarife',
-"form.invoice.th.summ" => 'tutar',
-"form.invoice.subtotal" => 'alt toplamı',
-"form.invoice.customer" => 'müÅteri',
"form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
"form.invoice.sending_str" => 'fatura yollandı',
);