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