More refactoring of labels.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index bfcf6bc..41d7e52 100644 (file)
@@ -110,53 +110,97 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
 // 'error.mail_send' => 'Error sending mail.',
-
-
-
-// TODO: refactoring ongoing down from here.
-
-// 'error.no_email' => 'no email associated with this login',
-// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
-// 'error.goto_uncompleted' => 'go to uncompleted entry.',
+// 'error.no_email' => 'No email associated with this login.',
+// 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
+// 'error.goto_uncompleted' => 'Go to uncompleted entry.',
+// 'error.overlap' => 'Time interval overlaps with existing records.',
+// 'error.future_date' => 'Date is in future.',
 
 // Labels for buttons.
-'button.login' => 'giriş',
-'button.now' => 'şimdi',
-'button.save' => 'kaydet',
-'button.delete' => 'sil',
-'button.cancel' => 'iptal',
-'button.submit' => 'gönder',
-'button.add_user' => 'kullanıcı ekle',
-'button.add_project' => 'proje ekle',
-'button.add_activity' => 'faaliyet ekle',
-'button.add_client' => 'müşteri ekle',
-'button.add' => 'ekle',
-'button.generate' => 'yarat',
-// Note to translators: button.reset_password needs an improved translation.
-'button.reset_password' => 'git',
-'button.send' => 'gönder',
-'button.send_by_email' => 'e-posta ile gönder',
-'button.save_as_new' => 'yeni olarak kaydet',
-'button.create_team' => 'ekip yarat',
-// TODO: improve translation of button.export
-// 'button.export' => 'ekibi dılarıya aktar',
-'button.import' => 'ekibi içeri aktar',
-'button.apply' => 'uygula',
-
-// labels for controls on various forms
-// TODO: translate label.team_name
-// 'label.team_name' => 'team name',
-'label.currency' => 'para birimi',
-// TODO: translate label.manager_name and label.manager_login.
-// 'label.manager_name' => 'manager name',
-// 'label.manager_login' => 'manager login',
-'label.password' => 'parola',
-'label.confirm_password' => 'parolayı tekrala',
+'button.login' => 'Giriş',
+'button.now' => 'Şimdi',
+'button.save' => 'Kaydet',
+// TODO: translate the following.
+// 'button.copy' => 'Copy',
+'button.cancel' => 'Iptal',
+'button.submit' => 'Gönder',
+'button.add_user' => 'Kullanıcı ekle',
+'button.add_project' => 'Proje ekle',
+// TODO: translate the following.
+// 'button.add_task' => 'Add task',
+'button.add_client' => 'Müşteri ekle',
+// TODO: translate the following.
+// 'button.add_invoice' => 'Add invoice',
+// 'button.add_option' => 'Add option',
+'button.add' => 'Ekle',
+'button.generate' => 'Yarat',
+// TODO: translate the following.
+// 'button.reset_password' => 'Reset password',
+'button.send' => 'Gönder',
+'button.send_by_email' => 'E-posta ile gönder',
+'button.create_team' => 'Ekip yarat',
+// TODO: translate the following.
+// 'button.export' => 'Export team',
+'button.import' => 'Ekibi içeri aktar',
+// TODO: translate the following.
+// 'button.close' => 'Close',
+// 'button.stop' => 'Stop',
+
+// Labels for controls on forms. Labels in this section are used on multiple forms.
+// TODO: translate the following.
+// 'label.team_name' => 'Team name',
+// 'label.address' => 'Address',
+'label.currency' => 'Para birimi',
+// TODO: translate the following.
+// 'label.manager_name' => 'Manager name',
+// 'label.manager_login' => 'Manager login',
+// 'label.person_name' => 'Name',
+// 'label.thing_name' => 'Name',
+// 'label.login' => 'Login',
+'label.password' => 'Parola',
+// TODO: translate the following.
+// 'label.confirm_password' => 'Confirm password',
 'label.email' => 'E-posta',
-'label.cc' => 'Bilgi',
 // TODO: translate the following.
+// 'label.cc' => 'Cc',
 // 'label.bcc' => 'Bcc',
 'label.subject' => 'Konu',
+// TODO: translate the following.
+// 'label.date' => 'Date',
+// 'label.start_date' => 'Start date',
+// 'label.end_date' => 'End date',
+// 'label.user' => 'User',
+// 'label.users' => 'Users',
+// 'label.client' => 'Client',
+// 'label.clients' => 'Clients',
+// 'label.option' => 'Option',
+// 'label.invoice' => 'Invoice',
+// 'label.project' => 'Project',
+// 'label.projects' => 'Projects',
+// 'label.task' => 'Task',
+// 'label.tasks' => 'Tasks',
+// 'label.description' => 'Description',
+// 'label.start' => 'Start',
+// 'label.finish' => 'Finish',
+// 'label.duration' => 'Duration',
+// 'label.note' => 'Note',
+// 'label.notes' => 'Notes',
+// 'label.item' => 'Item',
+// 'label.cost' => 'Cost',
+// 'label.day_total' => 'Day total',
+// 'label.week_total' => 'Week total',
+// 'label.month_total' => 'Month total',
+// 'label.today' => 'Today',
+// 'label.total_hours' => 'Total hours',
+// 'label.total_cost' => 'Total cost',
+// 'label.view' => 'View',
+// 'label.edit' => 'Edit',
+'label.delete' => 'Sil',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 'label.total' => 'toplam',
 // TODO: translate the following.
 // 'label.page' => 'Page',
@@ -164,7 +208,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
-    
+
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.