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