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