2 // +----------------------------------------------------------------------+
 
   3 // | Anuko Time Tracker
 
   4 // +----------------------------------------------------------------------+
 
   5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
 
   6 // +----------------------------------------------------------------------+
 
   7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
 
   8 // | by anyone for any purpose, and freely redistributed alone or in
 
   9 // | combination with other software, provided that the license is obeyed.
 
  11 // | There are only two ways to violate the license:
 
  13 // | 1. To redistribute this code in source form, with the copyright
 
  14 // |    notice or license removed or altered. (Distributing in compiled
 
  15 // |    forms without embedded copyright notices is permitted).
 
  17 // | 2. To redistribute modified versions of this code in *any* form
 
  18 // |    that bears insufficient indications that the modifications are
 
  19 // |    not the work of the original author(s).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 
  30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
  32 // Note to translators: Use proper capitalization rules for your language.
 
  34 $i18n_language = 'Türkçe';
 
  35 $i18n_months = array('Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayis', 'Haziran', 'Temmuz', 'Ağustos', 'Eylük', 'Ekim', 'Kasım', 'Aralık');
 
  36 $i18n_weekdays = array('Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi');
 
  37 $i18n_weekdays_short = array('Pa', 'Pt', 'Sa', 'Ça', 'Pe', 'Cu', 'Ct');
 
  39 $i18n_holidays = array('01/01', '04/23', '05/01', '05/19', '08/30', '09/20', '09/21', '09/22', '10/29', '11/27', '11/28', '11/29', '11/30');
 
  41 $i18n_key_words = array(
 
  43 // Menus - short selection strings that are displayed on top of application web pages.
 
  44 // Example: https://timetracker.anuko.com (black menu on top).
 
  45 'menu.login' => 'Giriş',
 
  46 'menu.logout' => 'Çıkış',
 
  47 // TODO: translate the following.
 
  48 // 'menu.forum' => 'Forum',
 
  49 'menu.help' => 'Yardım',
 
  50 // TODO: translate the following.
 
  51 // 'menu.create_team' => 'Create Team',
 
  52 'menu.profile' => 'Profili',
 
  53 'menu.time' => 'Zaman',
 
  54 // TODO: translate the following.
 
  55 // 'menu.expenses' => 'Expenses',
 
  56 'menu.reports' => 'Raporlar',
 
  57 // TODO: translate the following.
 
  58 // 'menu.charts' => 'Charts',
 
  59 'menu.projects' => 'Projeler',
 
  60 // TODO: translate the following.
 
  61 // 'menu.tasks' => 'Tasks',
 
  62 'menu.users' => 'Kullanıcılar',
 
  63 'menu.teams' => 'Ekipler',
 
  64 // TODO: translate the following.
 
  65 // 'menu.export' => 'Export',
 
  66 'menu.clients' => 'Müşteriler',
 
  67 // TODO: translate the following.
 
  68 // 'menu.options' => 'Options',
 
  70 // Footer - strings on the bottom of most pages.
 
  71 // TODO: translate the following.
 
  72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  73 // 'footer.credits' => 'Credits',
 
  74 // 'footer.license' => 'License',
 
  75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  76                                      // This is a link to a webpage that describes how to contribute to the project.
 
  79 // TODO: translate the following.
 
  80 // 'error.access_denied' => 'Access denied.',
 
  81 // 'error.sys' => 'System error.',
 
  82 'error.db' => 'Veritabanı hatası.',
 
  83 'error.field' => 'Hatalı veri "{0}".',
 
  84 'error.empty' => 'Alan "{0}" boştur.',
 
  85 // TODO: confirm that error.not_equal is translated correctly.
 
  86 // Test by changing password with not equal password value fields.
 
  87 // English equivalent is:
 
  88 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
 
  89 'error.not_equal' => 'Alan "{0}" "{1}" alanıyla aynı değildir.',
 
  90 // TODO: translate the following.
 
  91 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  92 'error.project' => 'Proje seç.',
 
  93 // TODO: translate the following.
 
  94 // 'error.task' => 'Select task.',
 
  95 'error.client' => 'Müşteri seç',
 
  96 // TODO: translate the following.
 
  97 // 'error.report' => 'Select report.',
 
  98 // 'error.record' => 'Select record.',
 
  99 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
 
 100 // TODO: translate the following.
 
 101 // 'error.user_exists' => 'User with this login already exists.',
 
 102 'error.project_exists' => 'Bu isimde proje zaten vardır.',
 
 103 // TODO: translate the following.
 
 104 // 'error.task_exists' => 'Task with this name already exists.',
 
 105 // 'error.client_exists' => 'Client with this name already exists.',
 
 106 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 107 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 108 // 'error.no_login' => 'No user with this login.',
 
 109 'error.no_teams' => 'Veritabanınız boş. Yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
 
 110 'error.upload' => 'Dosya yükleme hatası.',
 
 111 // TODO: translate the following.
 
 112 // 'error.range_locked' => 'Date range is locked.',
 
 113 // 'error.mail_send' => 'Error sending mail.',
 
 114 // 'error.no_email' => 'No email associated with this login.',
 
 115 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 116 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 117 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 118 // 'error.future_date' => 'Date is in future.',
 
 120 // Labels for buttons.
 
 121 'button.login' => 'Giriş',
 
 122 'button.now' => 'Şimdi',
 
 123 'button.save' => 'Kaydet',
 
 124 // TODO: translate the following.
 
 125 // 'button.copy' => 'Copy',
 
 126 'button.cancel' => 'Iptal',
 
 127 'button.submit' => 'Gönder',
 
 128 'button.add_user' => 'Kullanıcı ekle',
 
 129 'button.add_project' => 'Proje ekle',
 
 130 // TODO: translate the following.
 
 131 // 'button.add_task' => 'Add task',
 
 132 'button.add_client' => 'Müşteri ekle',
 
 133 // TODO: translate the following.
 
 134 // 'button.add_invoice' => 'Add invoice',
 
 135 // 'button.add_option' => 'Add option',
 
 136 'button.add' => 'Ekle',
 
 137 'button.generate' => 'Yarat',
 
 138 // TODO: translate the following.
 
 139 // 'button.reset_password' => 'Reset password',
 
 140 'button.send' => 'Gönder',
 
 141 'button.send_by_email' => 'E-posta ile gönder',
 
 142 'button.create_team' => 'Ekip yarat',
 
 143 // TODO: translate the following.
 
 144 // 'button.export' => 'Export team',
 
 145 'button.import' => 'Ekibi içeri aktar',
 
 146 // TODO: translate the following.
 
 147 // 'button.close' => 'Close',
 
 148 // 'button.stop' => 'Stop',
 
 150 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 151 // TODO: translate the following.
 
 152 // 'label.team_name' => 'Team name',
 
 153 // 'label.address' => 'Address',
 
 154 'label.currency' => 'Para birimi',
 
 155 // TODO: translate the following.
 
 156 // 'label.manager_name' => 'Manager name',
 
 157 // 'label.manager_login' => 'Manager login',
 
 158 'label.person_name' => 'Isim',
 
 159 'label.thing_name' => 'Isim',
 
 160 // TODO: translate the following.
 
 161 // 'label.login' => 'Login',
 
 162 'label.password' => 'Parola',
 
 163 // TODO: translate the following.
 
 164 // 'label.confirm_password' => 'Confirm password',
 
 165 'label.email' => 'E-posta',
 
 166 // TODO: translate the following.
 
 167 // 'label.cc' => 'Cc',
 
 168 // 'label.bcc' => 'Bcc',
 
 169 'label.subject' => 'Konu',
 
 170 'label.date' => 'Tarih',
 
 171 'label.start_date' => 'Başlangıç tarihi',
 
 172 'label.end_date' => 'Son tarihi',
 
 173 'label.user' => 'Kullanıcı',
 
 174 'label.users' => 'Kullanıcılar',
 
 175 'label.client' => 'Müşteri',
 
 176 'label.clients' => 'Müşteriler',
 
 177 // TODO: translate the following.
 
 178 // 'label.option' => 'Option',
 
 179 'label.invoice' => 'Fatura',
 
 180 'label.project' => 'Proje',
 
 181 'label.projects' => 'Projeler',
 
 182 // TODO: translate the following.
 
 183 // 'label.task' => 'Task',
 
 184 // 'label.tasks' => 'Tasks',
 
 185 // 'label.description' => 'Description',
 
 186 'label.start' => 'Başlat',
 
 187 'label.finish' => 'Tamamla',
 
 188 'label.duration' => 'Süre',
 
 189 'label.note' => 'Not',
 
 190 'label.notes' => 'Notlar',
 
 191 // TODO: translate the following.
 
 192 // 'label.item' => 'Item',
 
 193 // 'label.cost' => 'Cost',
 
 194 // 'label.day_total' => 'Day total',
 
 195 'label.week_total' => 'Haftalık toplam',
 
 196 // TODO: translate the following.
 
 197 // 'label.month_total' => 'Month total',
 
 198 'label.today' => 'Bugün',
 
 199 // TODO: translate the following.
 
 200 // 'label.view' => 'View',
 
 201 'label.edit' => 'Düzenle',
 
 202 'label.delete' => 'Sil',
 
 203 // TODO: translate the following.
 
 204 // 'label.configure' => 'Configure',
 
 205 'label.select_all' => 'Tümünü seç',
 
 206 'label.select_none' => 'Hiçbirini seçme',
 
 207 // TODO: translate the following.
 
 208 // 'label.day_view' => 'Day view',
 
 209 // 'label.week_view' => 'Week view',
 
 211 // TODO: translate the following.
 
 212 // 'label.language' => 'Language',
 
 213 // 'label.decimal_mark' => 'Decimal mark',
 
 214 // 'label.date_format' => 'Date format',
 
 215 // 'label.time_format' => 'Time format',
 
 216 // 'label.week_start' => 'First day of week',
 
 217 'label.comment' => 'Yorum',
 
 218 'label.status' => 'Durum',
 
 219 'label.tax' => 'Vergi',
 
 220 'label.subtotal' => 'Alt toplamı',
 
 221 'label.total' => 'Toplam',
 
 222 // TODO: translate the following.
 
 223 // 'label.client_name' => 'Client name',
 
 224 // 'label.client_address' => 'Client address',
 
 225 'label.or' => 'ya da',
 
 226 // TODO: translate the following.
 
 227 // 'label.error' => 'Error',
 
 228 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 229 'label.required_fields' => '* zorunlu bilgi',
 
 230 'label.on_behalf' => 'adına',
 
 231 'label.role_manager' => '(yönetici)',
 
 232 'label.role_comanager' => '(yardımcı yönetici)',
 
 233 'label.role_admin' => '(sistem yönetici)',
 
 234 // TODO: translate the following.
 
 235 // 'label.page' => 'Page',
 
 236 // 'label.condition' => 'Condition',
 
 237 // 'label.yes' => 'yes',
 
 238 // 'label.no' => 'no',
 
 239 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 240 // TODO: translate the following.
 
 241 // 'label.custom_fields' => 'Custom fields',
 
 242 // 'label.monthly_quotas' => 'Monthly quotas',
 
 243 // 'label.type' => 'Type',
 
 244 // 'label.type_dropdown' => 'dropdown',
 
 245 // 'label.type_text' => 'text',
 
 246 // 'label.required' => 'Required',
 
 247 'label.fav_report' => 'Sık kullanılan rapor',
 
 248 // TODO: translate the following.
 
 249 // 'label.cron_schedule' => 'Cron schedule',
 
 250 // 'label.what_is_it' => 'What is it?',
 
 251 // 'label.expense' => 'Expense',
 
 252 // 'label.quantity' => 'Quantity',
 
 253 // 'label.paid_status' => 'Paid status',
 
 254 // 'label.paid' => 'Paid',
 
 255 // 'label.mark_paid' => 'Mark paid',
 
 256 // 'label.week_note' => 'Week note',
 
 257 // 'label.week_list' => 'Week list',
 
 261 // TODO: Improve titles for consistency, so that each title explains correctly what each
 
 262 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
 
 263 // Compare with English file to see how it is done there and do Romanian titles similarly.
 
 264 // Specifically: compare project and client titles and see how they differ.
 
 265 'title.login' => 'Giriş',
 
 266 'title.teams' => 'Ekipler',
 
 267 // TODO: translate the following.
 
 268 // 'title.create_team' => 'Creating Team',
 
 269 // 'title.edit_team' => 'Editing Team',
 
 270 'title.delete_team' => 'Ekibi sil',
 
 271 'title.reset_password' => 'Parolayı sıfırla',
 
 272 // TODO: translate the following.
 
 273 // 'title.change_password' => 'Changing Password',
 
 274 'title.time' => 'Zaman',
 
 275 'title.edit_time_record' => 'Zaman kaydını düzenliyor',
 
 276 'title.delete_time_record' => 'Zaman kaydını siliyor',
 
 277 // TODO: translate the following.
 
 278 // 'title.expenses' => 'Expenses',
 
 279 // 'title.edit_expense' => 'Editing Expense Item',
 
 280 // 'title.delete_expense' => 'Deleting Expense Item',
 
 281 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 282 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 283 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 284 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 285 'title.reports' => 'Raporlar',
 
 286 'title.report' => 'Rapor',
 
 287 // TODO: translate the following.
 
 288 // 'title.send_report' => 'Sending Report',
 
 289 'title.invoice' => 'Fatura',
 
 290 // TODO: translate the following.
 
 291 // 'title.send_invoice' => 'Sending Invoice',
 
 292 // 'title.charts' => 'Charts',
 
 293 'title.projects' => 'Projeler',
 
 294 'title.add_project' => 'Proje ekleniyor',
 
 295 'title.edit_project' => 'Proje düzenleniyor',
 
 296 'title.delete_project' => 'Proje siliniyor',
 
 297 // TODO: translate the following.
 
 298 // 'title.tasks' => 'Tasks',
 
 299 // 'title.add_task' => 'Adding Task',
 
 300 // 'title.edit_task' => 'Editing Task',
 
 301 // 'title.delete_task' => 'Deleting Task',
 
 302 'title.users' => 'Kullanıcılar',
 
 303 'title.add_user' => 'Kullanıcı yarat', // TODO: we need consistency with all titles. Why not ekleniyor?
 
 304 'title.edit_user' => 'Kullanıcı düzenleniyor',
 
 305 'title.delete_user' => 'Kullanıcı siliniyor',
 
 306 'title.clients' => 'Müşteriler',
 
 307 'title.add_client' => 'Müşteri ekle',
 
 308 'title.edit_client' => 'Müşteriyi düzenle',
 
 309 'title.delete_client' => 'Müşteriyi sil',
 
 310 'title.invoices' => 'Faturalar',
 
 311 // TODO: translate the following.
 
 312 // 'title.add_invoice' => 'Adding Invoice',
 
 313 // 'title.view_invoice' => 'Viewing Invoice',
 
 314 // 'title.delete_invoice' => 'Deleting Invoice',
 
 315 // 'title.notifications' => 'Notifications',
 
 316 // 'title.add_notification' => 'Adding Notification',
 
 317 // 'title.edit_notification' => 'Editing Notification',
 
 318 // 'title.delete_notification' => 'Deleting Notification',
 
 319 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 320 // 'title.export' => 'Exporting Team Data',
 
 321 // 'title.import' => 'Importing Team Data',
 
 322 // 'title.options' => 'Options',
 
 323 'title.profile' => 'Profili',
 
 324 // TODO: translate the following.
 
 325 // 'title.cf_custom_fields' => 'Custom Fields',
 
 326 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 327 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 328 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 329 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 330 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 331 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 332 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 333 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 334 // It is also a name for the Locking plugin on the Team profile page.
 
 335 // 'title.locking' => 'Locking',
 
 336 // 'title.week_view' => 'Week View',
 
 338 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 339 // Strings that are used in a single form must go to the specific form section.
 
 340 'dropdown.all' => '--- tümü ---',
 
 341 'dropdown.no' => '--- hiç ---',
 
 342 'dropdown.current_day' => 'bugün',
 
 343 'dropdown.previous_day' => 'dün',
 
 344 'dropdown.selected_day' => 'gün',
 
 345 'dropdown.current_week' => 'bu hafta',
 
 346 'dropdown.previous_week' => 'geçen hafta',
 
 347 'dropdown.selected_week' => 'hafta',
 
 348 'dropdown.current_month' => 'bu ay',
 
 349 'dropdown.previous_month' => 'geçen ay',
 
 350 'dropdown.selected_month' => 'ay',
 
 351 // TODO: translate the following.
 
 352 // 'dropdown.current_year' => 'this year',
 
 353 // 'dropdown.previous_year' => 'previous year',
 
 354 // 'dropdown.selected_year' => 'year',
 
 355 'dropdown.all_time' => 'tüm zamanlar',
 
 356 'dropdown.projects' => 'projeler',
 
 357 // TODO: translate the following.
 
 358 // 'dropdown.tasks' => 'tasks',
 
 359 'dropdown.clients' => 'müşteriler',
 
 360 // TODO: translate the following.
 
 361 // 'dropdown.select' => '--- select ---',
 
 362 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 363 'dropdown.status_active' => 'aktif',
 
 364 // TODO: translate the following.
 
 365 // 'dropdown.status_inactive' => 'inactive',
 
 366 // 'dropdown.delete' => 'delete',
 
 367 // 'dropdown.do_not_delete' => 'do not delete',
 
 368 // 'dropdown.paid' => 'paid',
 
 369 // 'dropdown.not_paid' => 'not paid',
 
 371 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 372 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?',
 
 373 // TODO: translate the following.
 
 374 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
 
 376 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 377 'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string.
 
 378 'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi',
 
 379 // TODO: translate the ending of the following.
 
 380 'form.reset_password.email_body' => "Sayın Kullanıcı,\n\nBirisi, muhtemelen siz, Anuko Time Tracker parolanızın sıfırlanmasını istedi. Parolanızı sıfırlamak isterseniz lütfen bu bağlantıyı takip edin.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
 382 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 383 // TODO: translate the following.
 
 384 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 386 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 387 // TODO: translate the following.
 
 388 'form.time.duration_format' => '(ss:dd ya da 0.0h)',
 
 389 'form.time.billable' => 'Faturalandırılabilir',
 
 390 // TODO: translate the following.
 
 391 // 'form.time.uncompleted' => 'Uncompleted',
 
 392 // 'form.time.remaining_quota' => 'Remaining quota',
 
 393 // 'form.time.over_quota' => 'Over quota',
 
 395 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 396 'form.time_edit.uncompleted' => 'Bu kayıt sadece başlangıç zamanıyla silindi. Bu hata değildir.',
 
 398 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 399 // TODO: translate the following.
 
 400 // 'form.week.new_entry' => 'New entry',
 
 402 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 403 'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet',
 
 404 // TODO: translate the following.
 
 405 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 406 'form.reports.include_billable' => 'faturalandırılabilir',
 
 407 'form.reports.include_not_billable' => 'faturalandırılamaz',
 
 408 // TODO: translate the following.
 
 409 // 'form.reports.include_invoiced' => 'invoiced',
 
 410 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 411 'form.reports.select_period' => 'Zaman aralığını seç',
 
 412 'form.reports.set_period' => 'ya da tarihleri belirle',
 
 413 'form.reports.show_fields' => 'Alanları göster',
 
 414 'form.reports.group_by' => 'Gruplandırma kıstas',
 
 415 'form.reports.group_by_no' => '--- gruplama yok ---',
 
 416 'form.reports.group_by_date' => 'tarih',
 
 417 'form.reports.group_by_user' => 'kullanıcı',
 
 418 // TODO: translate the following.
 
 419 // 'form.reports.group_by_client' => 'client',
 
 420 'form.reports.group_by_project' => 'proje',
 
 421 // TODO: translate the following.
 
 422 // 'form.reports.group_by_task' => 'task',
 
 423 'form.reports.totals_only' => 'Sadece toplamlar',
 
 425 // Report form. See example at https://timetracker.anuko.com/report.php
 
 426 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 427 // TODO: translate the following.
 
 428 // 'form.report.export' => 'Export',
 
 429 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 431 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 432 // (you can get to this form after generating a report).
 
 433 'form.invoice.number' => 'Fatura numarası',
 
 434 'form.invoice.person' => 'Kişi',
 
 436 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 
 437 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 438 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 439 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 441 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 442 // TODO: translate the following.
 
 443 // 'form.charts.interval' => 'Interval',
 
 444 // 'form.charts.chart' => 'Chart',
 
 446 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 447 // TODO: translate the following.
 
 448 // 'form.projects.active_projects' => 'Active Projects',
 
 449 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 451 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 452 // TODO: translate the following.
 
 453 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 454 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 456 // Users form. See example at https://timetracker.anuko.com/users.php
 
 457 // TODO: translate the following.
 
 458 // 'form.users.active_users' => 'Active Users',
 
 459 // 'form.users.inactive_users' => 'Inactive Users',
 
 460 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 461 'form.users.role' => 'Rol',
 
 462 // TODO: translate the following.
 
 463 'form.users.manager' => 'Yönetici',
 
 464 'form.users.comanager' => 'Yardımcı yönetici',
 
 465 'form.users.rate' => 'Tarife', // TODO: is this correct?
 
 466 'form.users.default_rate' => 'Varsayılan saat ücreti',
 
 468 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 469 // TODO: translate the following.
 
 470 // 'form.clients.active_clients' => 'Active Clients',
 
 471 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 473 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
 
 474 // TODO: translate the following.
 
 475 // 'form.client.client_to_delete' => 'Client to delete',
 
 476 // 'form.client.client_entries' => 'Client entries',
 
 478 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 
 479 'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
 
 480 'form.export.compression' => 'Sıkıştırma',
 
 481 // TODO: translate the following.
 
 482 // 'form.export.compression_none' => 'none',
 
 483 // 'form.export.compression_bzip' => 'bzip',
 
 485 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 
 486 'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.',
 
 487 'form.import.file' => 'Dosya seç',
 
 488 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.',
 
 490 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 
 491 // TODO: check form.teams.hint for accuracy. I did not not how to translate "login", so this may be garbage now.
 
 492 'form.teams.hint' => 'Yeni bir ekip yönetimi hesabı yaratarak yeni bir ekibi yaratın.<br>Ayrıca başka bir Anuko Time Tracker sunucusundan ekip bilgilerini bir xml dosyasından aktarabilirsiniz (login çakışmalarına izin verilmemekte).',
 
 494 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 
 495 // TODO: translate the following.
 
 496 // 'form.profile.12_hours' => '12 hours',
 
 497 // 'form.profile.24_hours' => '24 hours',
 
 498 // 'form.profile.show_holidays' => 'Show holidays',
 
 499 // 'form.profile.tracking_mode' => 'Tracking mode',
 
 500 // 'form.profile.mode_time' => 'time',
 
 501 // 'form.profile.mode_projects' => 'projects',
 
 502 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
 
 503 // 'form.profile.record_type' => 'Record type',
 
 504 // 'form.profile.type_all' => 'all',
 
 505 // 'form.profile.type_start_finish' => 'start and finish',
 
 506 // 'form.profile.type_duration' => 'duration',
 
 507 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 
 508 // 'form.profile.uncompleted_indicators_none' => 'do not show',
 
 509 // 'form.profile.uncompleted_indicators_show' => 'show',
 
 510 // 'form.profile.plugins' => 'Plugins',
 
 512 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 513 'form.mail.from' => 'Kimden',
 
 514 'form.mail.to' => 'Kime',
 
 515 // TODO: translate the following.
 
 516 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 517 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
 
 518 // 'form.mail.report_sent' => 'Report sent.',
 
 519 'form.mail.invoice_sent' => 'Fatura yollandı.',
 
 521 // Quotas configuration form.
 
 522 // TODO: translate the following.
 
 523 // 'form.quota.year' => 'Year',
 
 524 // 'form.quota.month' => 'Month',
 
 525 // 'form.quota.quota' => 'Quota',
 
 526 // 'form.quota.workday_hours' => 'Hours in work day',
 
 527 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',