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 = 'Turkish (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_group' => 'Create Group',
 
  52 'menu.profile' => 'Profili',
 
  53 // TODO: translate the following.
 
  54 // 'menu.group' => 'Group',
 
  55 // 'menu.plugins' => 'Plugins',
 
  56 'menu.time' => 'Zaman',
 
  57 // TODO: translate the following.
 
  58 // 'menu.expenses' => 'Expenses',
 
  59 'menu.reports' => 'Raporlar',
 
  60 // TODO: translate the following.
 
  61 // 'menu.charts' => 'Charts',
 
  62 'menu.projects' => 'Projeler',
 
  63 // TODO: translate the following.
 
  64 // 'menu.tasks' => 'Tasks',
 
  65 'menu.users' => 'Kullanıcılar',
 
  66 // TODO: translate the following.
 
  67 // 'menu.groups' => 'Groups',
 
  68 // 'menu.export' => 'Export',
 
  69 'menu.clients' => 'Müşteriler',
 
  70 // TODO: translate the following.
 
  71 // 'menu.options' => 'Options',
 
  73 // Footer - strings on the bottom of most pages.
 
  74 // TODO: translate the following.
 
  75 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  76 // 'footer.credits' => 'Credits',
 
  77 // 'footer.license' => 'License',
 
  78 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  79                                      // This is a link to a webpage that describes how to contribute to the project.
 
  82 // TODO: translate the following.
 
  83 // 'error.access_denied' => 'Access denied.',
 
  84 // 'error.sys' => 'System error.',
 
  85 'error.db' => 'Veritabanı hatası.',
 
  86 // TODO: translate the following.
 
  87 // 'error.feature_disabled' => 'Feature is disabled.',
 
  88 'error.field' => 'Hatalı veri "{0}".',
 
  89 'error.empty' => 'Alan "{0}" boştur.',
 
  90 // TODO: confirm that error.not_equal is translated correctly.
 
  91 // Test by changing password with not equal password value fields.
 
  92 // English equivalent is:
 
  93 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
 
  94 'error.not_equal' => 'Alan "{0}" "{1}" alanıyla aynı değildir.',
 
  95 // TODO: translate the following.
 
  96 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  97 'error.project' => 'Proje seç.',
 
  98 // TODO: translate the following.
 
  99 // 'error.task' => 'Select task.',
 
 100 'error.client' => 'Müşteri seç',
 
 101 // TODO: translate the following.
 
 102 // 'error.report' => 'Select report.',
 
 103 // 'error.record' => 'Select record.',
 
 104 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
 
 105 // TODO: translate the following.
 
 106 // 'error.user_exists' => 'User with this login already exists.',
 
 107 // 'error.object_exists' => 'Object with this name already exists.',
 
 108 'error.project_exists' => 'Bu isimde proje zaten vardır.',
 
 109 // TODO: translate the following.
 
 110 // 'error.task_exists' => 'Task with this name already exists.',
 
 111 // 'error.client_exists' => 'Client with this name already exists.',
 
 112 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 113 // 'error.role_exists' => 'Role with this rank already exists.',
 
 114 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 115 // 'error.no_login' => 'No user with this login.',
 
 116 'error.no_groups' => 'Veritabanınız boş. Yeni bir ekip yaratmak için yönetici olarak giriş yapın.', // TODO: replace "team" with "group".
 
 117 'error.upload' => 'Dosya yükleme hatası.',
 
 118 // TODO: translate the following.
 
 119 // 'error.range_locked' => 'Date range is locked.',
 
 120 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
 
 121 // 'error.no_email' => 'No email associated with this login.',
 
 122 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 123 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 124 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 125 // 'error.future_date' => 'Date is in future.',
 
 126 // 'error.xml' => 'Error in XML file at line %d: %s.',
 
 127 // 'error.cannot_import' => 'Cannot import: %s.',
 
 128 // 'error.format' => 'Invalid file format.',
 
 130 // Labels for buttons.
 
 131 'button.login' => 'Giriş',
 
 132 'button.now' => 'Şimdi',
 
 133 'button.save' => 'Kaydet',
 
 134 // TODO: translate the following.
 
 135 // 'button.copy' => 'Copy',
 
 136 'button.cancel' => 'Iptal',
 
 137 'button.submit' => 'Gönder',
 
 138 'button.add' => 'Ekle',
 
 139 'button.delete' => 'Sil',
 
 140 'button.generate' => 'Yarat',
 
 141 // TODO: translate the following.
 
 142 // 'button.reset_password' => 'Reset password',
 
 143 'button.send' => 'Gönder',
 
 144 'button.send_by_email' => 'E-posta ile gönder',
 
 145 'button.create_group' => 'Ekip yarat', // TODO: replace "team" with "group".
 
 146 // TODO: translate the following.
 
 147 // 'button.export' => 'Export group',
 
 148 'button.import' => 'Ekibi içeri aktar', // TODO: replace "team" with "group".
 
 149 // TODO: translate the following.
 
 150 // 'button.close' => 'Close',
 
 151 // 'button.stop' => 'Stop',
 
 153 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 154 // TODO: translate the following.
 
 155 // 'label.group_name' => 'Group name',
 
 156 // 'label.address' => 'Address',
 
 157 'label.currency' => 'Para birimi',
 
 158 // TODO: translate the following.
 
 159 // 'label.manager_name' => 'Manager name',
 
 160 // 'label.manager_login' => 'Manager login',
 
 161 'label.person_name' => 'Isim',
 
 162 'label.thing_name' => 'Isim',
 
 163 // TODO: translate the following.
 
 164 // 'label.login' => 'Login',
 
 165 'label.password' => 'Parola',
 
 166 // TODO: translate the following.
 
 167 // 'label.confirm_password' => 'Confirm password',
 
 168 'label.email' => 'E-posta',
 
 169 // TODO: translate the following.
 
 170 // 'label.cc' => 'Cc',
 
 171 // 'label.bcc' => 'Bcc',
 
 172 'label.subject' => 'Konu',
 
 173 'label.date' => 'Tarih',
 
 174 'label.start_date' => 'Başlangıç tarihi',
 
 175 'label.end_date' => 'Son tarihi',
 
 176 'label.user' => 'Kullanıcı',
 
 177 'label.users' => 'Kullanıcılar',
 
 178 // TODO: translate the following.
 
 179 // 'label.group' => 'Group',
 
 180 // 'label.roles' => 'Roles',
 
 181 'label.client' => 'Müşteri',
 
 182 'label.clients' => 'Müşteriler',
 
 183 // TODO: translate the following.
 
 184 // 'label.option' => 'Option',
 
 185 'label.invoice' => 'Fatura',
 
 186 'label.project' => 'Proje',
 
 187 'label.projects' => 'Projeler',
 
 188 // TODO: translate the following.
 
 189 // 'label.task' => 'Task',
 
 190 // 'label.tasks' => 'Tasks',
 
 191 // 'label.description' => 'Description',
 
 192 'label.start' => 'Başlat',
 
 193 'label.finish' => 'Tamamla',
 
 194 'label.duration' => 'Süre',
 
 195 'label.note' => 'Not',
 
 196 'label.notes' => 'Notlar',
 
 197 // TODO: translate the following.
 
 198 // 'label.item' => 'Item',
 
 199 // 'label.cost' => 'Cost',
 
 200 // 'label.ip' => 'IP',
 
 201 // 'label.day_total' => 'Day total',
 
 202 'label.week_total' => 'Haftalık toplam',
 
 203 // TODO: translate the following.
 
 204 // 'label.month_total' => 'Month total',
 
 205 'label.today' => 'Bugün',
 
 206 // TODO: translate the following.
 
 207 // 'label.view' => 'View',
 
 208 'label.edit' => 'Düzenle',
 
 209 'label.delete' => 'Sil',
 
 210 // TODO: translate the following.
 
 211 // 'label.configure' => 'Configure',
 
 212 'label.select_all' => 'Tümünü seç',
 
 213 'label.select_none' => 'Hiçbirini seçme',
 
 214 // TODO: translate the following.
 
 215 // 'label.day_view' => 'Day view',
 
 216 // 'label.week_view' => 'Week view',
 
 218 // TODO: translate the following.
 
 219 // 'label.language' => 'Language',
 
 220 // 'label.decimal_mark' => 'Decimal mark',
 
 221 // 'label.date_format' => 'Date format',
 
 222 // 'label.time_format' => 'Time format',
 
 223 // 'label.week_start' => 'First day of week',
 
 224 'label.comment' => 'Yorum',
 
 225 'label.status' => 'Durum',
 
 226 'label.tax' => 'Vergi',
 
 227 'label.subtotal' => 'Alt toplamı',
 
 228 'label.total' => 'Toplam',
 
 229 // TODO: translate the following.
 
 230 // 'label.client_name' => 'Client name',
 
 231 // 'label.client_address' => 'Client address',
 
 232 'label.or' => 'ya da',
 
 233 // TODO: translate the following.
 
 234 // 'label.error' => 'Error',
 
 235 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 236 'label.required_fields' => '* zorunlu bilgi',
 
 237 'label.on_behalf' => 'adına',
 
 238 'label.role_manager' => '(yönetici)',
 
 239 'label.role_comanager' => '(yardımcı yönetici)',
 
 240 'label.role_admin' => '(sistem yönetici)',
 
 241 // TODO: translate the following.
 
 242 // 'label.page' => 'Page',
 
 243 // 'label.condition' => 'Condition',
 
 244 // 'label.yes' => 'yes',
 
 245 // 'label.no' => 'no',
 
 246 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 247 // TODO: translate the following.
 
 248 // 'label.custom_fields' => 'Custom fields',
 
 249 // 'label.monthly_quotas' => 'Monthly quotas',
 
 250 // 'label.type' => 'Type',
 
 251 // 'label.type_dropdown' => 'dropdown',
 
 252 // 'label.type_text' => 'text',
 
 253 // 'label.required' => 'Required',
 
 254 'label.fav_report' => 'Sık kullanılan rapor',
 
 255 // TODO: translate the following.
 
 256 // 'label.schedule' => 'Schedule',
 
 257 // 'label.what_is_it' => 'What is it?',
 
 258 // 'label.expense' => 'Expense',
 
 259 // 'label.quantity' => 'Quantity',
 
 260 // 'label.paid_status' => 'Paid status',
 
 261 // 'label.paid' => 'Paid',
 
 262 // 'label.mark_paid' => 'Mark paid',
 
 263 // 'label.week_note' => 'Week note',
 
 264 // 'label.week_list' => 'Week list',
 
 265 // 'label.work_units' => 'Work units',
 
 266 // 'label.work_units_short' => 'Units',
 
 267 'label.totals_only' => 'Sadece toplamlar',
 
 271 // TODO: Improve titles for consistency, so that each title explains correctly what each
 
 272 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
 
 273 // Compare with English file to see how it is done there and do Romanian titles similarly.
 
 274 // Specifically: compare project and client titles and see how they differ.
 
 275 'title.login' => 'Giriş',
 
 276 'title.groups' => 'Ekipler', // TODO: change "teams" to "groups".
 
 277 // TODO: translate the following.
 
 278 // 'title.create_group' => 'Creating Group',
 
 279 // 'title.edit_group' => 'Editing Group',
 
 280 'title.delete_group' => 'Ekibi sil', // TODO: change "team" to "group".
 
 281 'title.reset_password' => 'Parolayı sıfırla',
 
 282 // TODO: translate the following.
 
 283 // 'title.change_password' => 'Changing Password',
 
 284 'title.time' => 'Zaman',
 
 285 'title.edit_time_record' => 'Zaman kaydını düzenliyor',
 
 286 'title.delete_time_record' => 'Zaman kaydını siliyor',
 
 287 // TODO: translate the following.
 
 288 // 'title.expenses' => 'Expenses',
 
 289 // 'title.edit_expense' => 'Editing Expense Item',
 
 290 // 'title.delete_expense' => 'Deleting Expense Item',
 
 291 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 292 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 293 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 294 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 295 'title.reports' => 'Raporlar',
 
 296 'title.report' => 'Rapor',
 
 297 // TODO: translate the following.
 
 298 // 'title.send_report' => 'Sending Report',
 
 299 'title.invoice' => 'Fatura',
 
 300 // TODO: translate the following.
 
 301 // 'title.send_invoice' => 'Sending Invoice',
 
 302 // 'title.charts' => 'Charts',
 
 303 'title.projects' => 'Projeler',
 
 304 'title.add_project' => 'Proje ekleniyor',
 
 305 'title.edit_project' => 'Proje düzenleniyor',
 
 306 'title.delete_project' => 'Proje siliniyor',
 
 307 // TODO: translate the following.
 
 308 // 'title.tasks' => 'Tasks',
 
 309 // 'title.add_task' => 'Adding Task',
 
 310 // 'title.edit_task' => 'Editing Task',
 
 311 // 'title.delete_task' => 'Deleting Task',
 
 312 'title.users' => 'Kullanıcılar',
 
 313 'title.add_user' => 'Kullanıcı yarat', // TODO: we need consistency with all titles. Why not ekleniyor?
 
 314 'title.edit_user' => 'Kullanıcı düzenleniyor',
 
 315 'title.delete_user' => 'Kullanıcı siliniyor',
 
 316 // TODO: translate the following.
 
 317 // 'title.roles' => 'Roles',
 
 318 // 'title.add_role' => 'Adding Role',
 
 319 // 'title.edit_role' => 'Editing Role',
 
 320 // 'title.delete_role' => 'Deleting Role',
 
 321 'title.clients' => 'Müşteriler',
 
 322 'title.add_client' => 'Müşteri ekle',
 
 323 'title.edit_client' => 'Müşteriyi düzenle',
 
 324 'title.delete_client' => 'Müşteriyi sil',
 
 325 'title.invoices' => 'Faturalar',
 
 326 // TODO: translate the following.
 
 327 // 'title.add_invoice' => 'Adding Invoice',
 
 328 // 'title.view_invoice' => 'Viewing Invoice',
 
 329 // 'title.delete_invoice' => 'Deleting Invoice',
 
 330 // 'title.notifications' => 'Notifications',
 
 331 // 'title.add_notification' => 'Adding Notification',
 
 332 // 'title.edit_notification' => 'Editing Notification',
 
 333 // 'title.delete_notification' => 'Deleting Notification',
 
 334 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 335 // 'title.export' => 'Exporting Group Data',
 
 336 // 'title.import' => 'Importing Group Data',
 
 337 // 'title.options' => 'Options',
 
 338 'title.profile' => 'Profili',
 
 339 // TODO: translate the following.
 
 340 // 'title.group' => 'Group Settings',
 
 341 // 'title.plugins' => 'Plugins',
 
 342 // 'title.cf_custom_fields' => 'Custom Fields',
 
 343 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 344 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 345 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 346 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 347 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 348 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 349 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 350 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 351 // It is also a name for the Locking plugin on the group settings page.
 
 352 // 'title.locking' => 'Locking',
 
 353 // 'title.week_view' => 'Week View',
 
 354 // 'title.swap_roles' => 'Swapping Roles',
 
 355 // 'title.work_units' => 'Work Units',
 
 357 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 358 // Strings that are used in a single form must go to the specific form section.
 
 359 'dropdown.all' => '--- tümü ---',
 
 360 'dropdown.no' => '--- hiç ---',
 
 361 'dropdown.current_day' => 'bugün',
 
 362 'dropdown.previous_day' => 'dün',
 
 363 'dropdown.selected_day' => 'gün',
 
 364 'dropdown.current_week' => 'bu hafta',
 
 365 'dropdown.previous_week' => 'geçen hafta',
 
 366 'dropdown.selected_week' => 'hafta',
 
 367 'dropdown.current_month' => 'bu ay',
 
 368 'dropdown.previous_month' => 'geçen ay',
 
 369 'dropdown.selected_month' => 'ay',
 
 370 // TODO: translate the following.
 
 371 // 'dropdown.current_year' => 'this year',
 
 372 // 'dropdown.previous_year' => 'previous year',
 
 373 // 'dropdown.selected_year' => 'year',
 
 374 'dropdown.all_time' => 'tüm zamanlar',
 
 375 'dropdown.projects' => 'projeler',
 
 376 // TODO: translate the following.
 
 377 // 'dropdown.tasks' => 'tasks',
 
 378 'dropdown.clients' => 'müşteriler',
 
 379 // TODO: translate the following.
 
 380 // 'dropdown.select' => '--- select ---',
 
 381 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 382 'dropdown.status_active' => 'aktif',
 
 383 // TODO: translate the following.
 
 384 // 'dropdown.status_inactive' => 'inactive',
 
 385 // 'dropdown.delete' => 'delete',
 
 386 // 'dropdown.do_not_delete' => 'do not delete',
 
 387 // 'dropdown.paid' => 'paid',
 
 388 // 'dropdown.not_paid' => 'not paid',
 
 390 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 391 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?',
 
 392 // TODO: translate the following.
 
 393 // '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.',
 
 395 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 396 'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string.
 
 397 'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi',
 
 398 // TODO: translate the ending of the following.
 
 399 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
 
 400 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\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",
 
 401 // "IP %s" probably sounds awkward.
 
 402 'form.reset_password.email_body' => "Sayın Kullanıcı,\n\nBirisi, IP %s, 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",
 
 404 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 405 // TODO: translate the following.
 
 406 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 408 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 409 // TODO: translate the following.
 
 410 'form.time.duration_format' => '(ss:dd ya da 0.0h)',
 
 411 'form.time.billable' => 'Faturalandırılabilir',
 
 412 // TODO: translate the following.
 
 413 // 'form.time.uncompleted' => 'Uncompleted',
 
 414 // 'form.time.remaining_quota' => 'Remaining quota',
 
 415 // 'form.time.over_quota' => 'Over quota',
 
 417 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 418 'form.time_edit.uncompleted' => 'Bu kayıt sadece başlangıç zamanıyla silindi. Bu hata değildir.',
 
 420 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 421 // TODO: translate the following.
 
 422 // 'form.week.new_entry' => 'New entry',
 
 424 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 425 'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet',
 
 426 // TODO: translate the following.
 
 427 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 428 'form.reports.include_billable' => 'faturalandırılabilir',
 
 429 'form.reports.include_not_billable' => 'faturalandırılamaz',
 
 430 // TODO: translate the following.
 
 431 // 'form.reports.include_invoiced' => 'invoiced',
 
 432 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 433 'form.reports.select_period' => 'Zaman aralığını seç',
 
 434 'form.reports.set_period' => 'ya da tarihleri belirle',
 
 435 'form.reports.show_fields' => 'Alanları göster',
 
 436 'form.reports.group_by' => 'Gruplandırma kıstas',
 
 437 'form.reports.group_by_no' => '--- gruplama yok ---',
 
 438 'form.reports.group_by_date' => 'tarih',
 
 439 'form.reports.group_by_user' => 'kullanıcı',
 
 440 // TODO: translate the following.
 
 441 // 'form.reports.group_by_client' => 'client',
 
 442 'form.reports.group_by_project' => 'proje',
 
 443 // TODO: translate the following.
 
 444 // 'form.reports.group_by_task' => 'task',
 
 446 // Report form. See example at https://timetracker.anuko.com/report.php
 
 447 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 448 // TODO: translate the following.
 
 449 // 'form.report.export' => 'Export',
 
 450 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 452 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 453 // (you can get to this form after generating a report).
 
 454 'form.invoice.number' => 'Fatura numarası',
 
 455 'form.invoice.person' => 'Kişi',
 
 457 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 
 458 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 459 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 460 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 462 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 463 // TODO: translate the following.
 
 464 // 'form.charts.interval' => 'Interval',
 
 465 // 'form.charts.chart' => 'Chart',
 
 467 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 468 // TODO: translate the following.
 
 469 // 'form.projects.active_projects' => 'Active Projects',
 
 470 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 472 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 473 // TODO: translate the following.
 
 474 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 475 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 477 // Users form. See example at https://timetracker.anuko.com/users.php
 
 478 // TODO: translate the following.
 
 479 // 'form.users.active_users' => 'Active Users',
 
 480 // 'form.users.inactive_users' => 'Inactive Users',
 
 481 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 482 'form.users.role' => 'Rol',
 
 483 // TODO: translate the following.
 
 484 'form.users.manager' => 'Yönetici',
 
 485 'form.users.comanager' => 'Yardımcı yönetici',
 
 486 'form.users.rate' => 'Tarife', // TODO: is this correct?
 
 487 'form.users.default_rate' => 'Varsayılan saat ücreti',
 
 489 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
 
 490 // TODO: translate the following.
 
 491 // 'form.user_edit.swap_roles' => 'Swap roles',
 
 493 // Roles form. See example at https://timetracker.anuko.com/roles.php
 
 494 // TODO: translate the following.
 
 495 // 'form.roles.active_roles' => 'Active Roles',
 
 496 // 'form.roles.inactive_roles' => 'Inactive Roles',
 
 497 // 'form.roles.rank' => 'Rank',
 
 498 // 'form.roles.rights' => 'Rights',
 
 499 // 'form.roles.assigned' => 'Assigned',
 
 500 // 'form.roles.not_assigned' => 'Not assigned',
 
 502 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 503 // TODO: translate the following.
 
 504 // 'form.clients.active_clients' => 'Active Clients',
 
 505 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 507 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
 
 508 // TODO: translate the following.
 
 509 // 'form.client.client_to_delete' => 'Client to delete',
 
 510 // 'form.client.client_entries' => 'Client entries',
 
 512 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
 
 513 // TODO: replace "team" with "group" in the string below.
 
 514 'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
 
 515 'form.export.compression' => 'Sıkıştırma',
 
 516 // TODO: translate the following.
 
 517 // 'form.export.compression_none' => 'none',
 
 518 // 'form.export.compression_bzip' => 'bzip',
 
 520 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
 
 521 'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', // TODO: replace "team" with "group".
 
 522 'form.import.file' => 'Dosya seç',
 
 523 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.',
 
 525 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
 
 526 // TODO: check form.groups.hint for accuracy. I did not not how to translate "login", so this may be garbage now.
 
 527 // ALSO TODO: replace "team" with "group" in the string below.
 
 528 'form.groups.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).',
 
 530 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
 
 531 // TODO: translate the following.
 
 532 // 'form.group_edit.12_hours' => '12 hours',
 
 533 // 'form.group_edit.24_hours' => '24 hours',
 
 534 // 'form.group_edit.show_holidays' => 'Show holidays',
 
 535 // 'form.group_edit.tracking_mode' => 'Tracking mode',
 
 536 // 'form.group_edit.mode_time' => 'time',
 
 537 // 'form.group_edit.mode_projects' => 'projects',
 
 538 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
 
 539 // 'form.group_edit.record_type' => 'Record type',
 
 540 // 'form.group_edit.type_all' => 'all',
 
 541 // 'form.group_edit.type_start_finish' => 'start and finish',
 
 542 // 'form.group_edit.type_duration' => 'duration',
 
 543 // 'form.group_edit.punch_mode' => 'Punch mode',
 
 544 // 'form.group_edit.allow_overlap' => 'Allow overlap',
 
 545 // 'form.group_edit.future_entries' => 'Future entries',
 
 546 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
 
 547 // 'form.group_edit.allow_ip' => 'Allow IP',
 
 549 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 
 550 // TODO: translate the following.
 
 551 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
 
 553 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 554 'form.mail.from' => 'Kimden',
 
 555 'form.mail.to' => 'Kime',
 
 556 // TODO: translate the following.
 
 557 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 558 // '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.',
 
 559 // 'form.mail.report_sent' => 'Report sent.',
 
 560 'form.mail.invoice_sent' => 'Fatura yollandı.',
 
 562 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 
 563 // TODO: translate the following.
 
 564 // 'form.quota.year' => 'Year',
 
 565 // 'form.quota.month' => 'Month',
 
 566 // 'form.quota.quota' => 'Quota',
 
 567 // 'form.quota.workday_hours' => 'Hours in work day',
 
 568 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 570 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
 
 571 // TODO: translate the following.
 
 572 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
 
 573 // 'form.swap.swap_with' => 'Swap roles with',
 
 575 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
 
 576 // TODO: translate the following.
 
 577 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
 
 578 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
 
 580 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 
 581 // TODO: translate the following.
 
 582 // 'role.user.label' => 'User',
 
 583 // 'role.user.low_case_label' => 'user',
 
 584 // 'role.user.description' => 'A regular member without management rights.',
 
 585 // 'role.client.label' => 'Client',
 
 586 // 'role.client.low_case_label' => 'client',
 
 587 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
 
 588 // 'role.supervisor.label' => 'Supervisor',
 
 589 // 'role.supervisor.low_case_label' => 'supervisor',
 
 590 // 'role.supervisor.description' => 'A person with a small set of management rights.',
 
 591 // 'role.comanager.label' => 'Co-manager',
 
 592 // 'role.comanager.low_case_label' => 'co-manager',
 
 593 // 'role.comanager.description' => 'A person with a big set of management functions.',
 
 594 // 'role.manager.label' => 'Manager',
 
 595 // 'role.manager.low_case_label' => 'manager',
 
 596 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
 
 597 // 'role.top_manager.label' => 'Top manager',
 
 598 // 'role.top_manager.low_case_label' => 'top manager',
 
 599 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
 
 600 // 'role.admin.label' => 'Administrator',
 
 601 // 'role.admin.low_case_label' => 'administrator',
 
 602 // 'role.admin.description' => 'Site adminsitrator.',