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