A bit of refactoring 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.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
261 // Form titles.
262 // Form titles.
263 // TODO: Improve titles for consistency, so that each title explains correctly what each
264 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
265 // Compare with English file to see how it is done there and do Romanian titles similarly.
266 // Specifically: compare project and client titles and see how they differ.
267 'title.login' => 'Giriş',
268 'title.groups' => 'Ekipler', // TODO: change "teams" to "groups".
269 // TODO: translate the following.
270 // 'title.create_group' => 'Creating Group',
271 // 'title.edit_group' => 'Editing Group',
272 'title.delete_group' => 'Ekibi sil', // TODO: change "team" to "group".
273 'title.reset_password' => 'Parolayı sıfırla',
274 // TODO: translate the following.
275 // 'title.change_password' => 'Changing Password',
276 'title.time' => 'Zaman',
277 'title.edit_time_record' => 'Zaman kaydını düzenliyor',
278 'title.delete_time_record' => 'Zaman kaydını siliyor',
279 // TODO: translate the following.
280 // 'title.expenses' => 'Expenses',
281 // 'title.edit_expense' => 'Editing Expense Item',
282 // 'title.delete_expense' => 'Deleting Expense Item',
283 // 'title.predefined_expenses' => 'Predefined Expenses',
284 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
285 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
286 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
287 'title.reports' => 'Raporlar',
288 'title.report' => 'Rapor',
289 // TODO: translate the following.
290 // 'title.send_report' => 'Sending Report',
291 'title.invoice' => 'Fatura',
292 // TODO: translate the following.
293 // 'title.send_invoice' => 'Sending Invoice',
294 // 'title.charts' => 'Charts',
295 'title.projects' => 'Projeler',
296 'title.add_project' => 'Proje ekleniyor',
297 'title.edit_project' => 'Proje düzenleniyor',
298 'title.delete_project' => 'Proje siliniyor',
299 // TODO: translate the following.
300 // 'title.tasks' => 'Tasks',
301 // 'title.add_task' => 'Adding Task',
302 // 'title.edit_task' => 'Editing Task',
303 // 'title.delete_task' => 'Deleting Task',
304 'title.users' => 'Kullanıcılar',
305 'title.add_user' => 'Kullanıcı yarat', // TODO: we need consistency with all titles. Why not ekleniyor?
306 'title.edit_user' => 'Kullanıcı düzenleniyor',
307 'title.delete_user' => 'Kullanıcı siliniyor',
308 // TODO: translate the following.
309 // 'title.roles' => 'Roles',
310 // 'title.add_role' => 'Adding Role',
311 // 'title.edit_role' => 'Editing Role',
312 // 'title.delete_role' => 'Deleting Role',
313 'title.clients' => 'Müşteriler',
314 'title.add_client' => 'Müşteri ekle',
315 'title.edit_client' => 'Müşteriyi düzenle',
316 'title.delete_client' => 'Müşteriyi sil',
317 'title.invoices' => 'Faturalar',
318 // TODO: translate the following.
319 // 'title.add_invoice' => 'Adding Invoice',
320 // 'title.view_invoice' => 'Viewing Invoice',
321 // 'title.delete_invoice' => 'Deleting Invoice',
322 // 'title.notifications' => 'Notifications',
323 // 'title.add_notification' => 'Adding Notification',
324 // 'title.edit_notification' => 'Editing Notification',
325 // 'title.delete_notification' => 'Deleting Notification',
326 // 'title.monthly_quotas' => 'Monthly Quotas',
327 // 'title.export' => 'Exporting Group Data',
328 // 'title.import' => 'Importing Group Data',
329 // 'title.options' => 'Options',
330 'title.profile' => 'Profili',
331 // TODO: translate the following.
332 // 'title.group' => 'Group Settings',
333 // 'title.cf_custom_fields' => 'Custom Fields',
334 // 'title.cf_add_custom_field' => 'Adding Custom Field',
335 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
336 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
337 // 'title.cf_dropdown_options' => 'Dropdown Options',
338 // 'title.cf_add_dropdown_option' => 'Adding Option',
339 // 'title.cf_edit_dropdown_option' => 'Editing Option',
340 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
341 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
342 // It is also a name for the Locking plugin on the group settings page.
343 // 'title.locking' => 'Locking',
344 // 'title.week_view' => 'Week View',
345 // 'title.swap_roles' => 'Swapping Roles',
346
347 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
348 // Strings that are used in a single form must go to the specific form section.
349 'dropdown.all' => '--- tümü ---',
350 'dropdown.no' => '--- hiç ---',
351 'dropdown.current_day' => 'bugün',
352 'dropdown.previous_day' => 'dün',
353 'dropdown.selected_day' => 'gün',
354 'dropdown.current_week' => 'bu hafta',
355 'dropdown.previous_week' => 'geçen hafta',
356 'dropdown.selected_week' => 'hafta',
357 'dropdown.current_month' => 'bu ay',
358 'dropdown.previous_month' => 'geçen ay',
359 'dropdown.selected_month' => 'ay',
360 // TODO: translate the following.
361 // 'dropdown.current_year' => 'this year',
362 // 'dropdown.previous_year' => 'previous year',
363 // 'dropdown.selected_year' => 'year',
364 'dropdown.all_time' => 'tüm zamanlar',
365 'dropdown.projects' => 'projeler',
366 // TODO: translate the following.
367 // 'dropdown.tasks' => 'tasks',
368 'dropdown.clients' => 'müşteriler',
369 // TODO: translate the following.
370 // 'dropdown.select' => '--- select ---',
371 // 'dropdown.select_invoice' => '--- select invoice ---',
372 'dropdown.status_active' => 'aktif',
373 // TODO: translate the following.
374 // 'dropdown.status_inactive' => 'inactive',
375 // 'dropdown.delete' => 'delete',
376 // 'dropdown.do_not_delete' => 'do not delete',
377 // 'dropdown.paid' => 'paid',
378 // 'dropdown.not_paid' => 'not paid',
379
380 // Login form. See example at https://timetracker.anuko.com/login.php.
381 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?',
382 // TODO: translate the following.
383 // '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.',
384
385 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
386 'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string.
387 'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi',
388 // TODO: translate the ending of the following.
389 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
390 // '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",
391 // "IP %s" probably sounds awkward.
392 '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",
393
394 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
395 // TODO: translate the following.
396 // 'form.change_password.tip' => 'Type new password and click on Save.',
397
398 // Time form. See example at https://timetracker.anuko.com/time.php.
399 // TODO: translate the following.
400 'form.time.duration_format' => '(ss:dd ya da 0.0h)',
401 'form.time.billable' => 'Faturalandırılabilir',
402 // TODO: translate the following.
403 // 'form.time.uncompleted' => 'Uncompleted',
404 // 'form.time.remaining_quota' => 'Remaining quota',
405 // 'form.time.over_quota' => 'Over quota',
406
407 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
408 'form.time_edit.uncompleted' => 'Bu kayıt sadece başlangıç zamanıyla silindi. Bu hata değildir.',
409
410 // Week view form. See example at https://timetracker.anuko.com/week.php.
411 // TODO: translate the following.
412 // 'form.week.new_entry' => 'New entry',
413
414 // Reports form. See example at https://timetracker.anuko.com/reports.php
415 'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet',
416 // TODO: translate the following.
417 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
418 'form.reports.include_billable' => 'faturalandırılabilir',
419 'form.reports.include_not_billable' => 'faturalandırılamaz',
420 // TODO: translate the following.
421 // 'form.reports.include_invoiced' => 'invoiced',
422 // 'form.reports.include_not_invoiced' => 'not invoiced',
423 'form.reports.select_period' => 'Zaman aralığını seç',
424 'form.reports.set_period' => 'ya da tarihleri belirle',
425 'form.reports.show_fields' => 'Alanları göster',
426 'form.reports.group_by' => 'Gruplandırma kıstas',
427 'form.reports.group_by_no' => '--- gruplama yok ---',
428 'form.reports.group_by_date' => 'tarih',
429 'form.reports.group_by_user' => 'kullanıcı',
430 // TODO: translate the following.
431 // 'form.reports.group_by_client' => 'client',
432 'form.reports.group_by_project' => 'proje',
433 // TODO: translate the following.
434 // 'form.reports.group_by_task' => 'task',
435 'form.reports.totals_only' => 'Sadece toplamlar',
436
437 // Report form. See example at https://timetracker.anuko.com/report.php
438 // (after generating a report at https://timetracker.anuko.com/reports.php).
439 // TODO: translate the following.
440 // 'form.report.export' => 'Export',
441 // 'form.report.assign_to_invoice' => 'Assign to invoice',
442
443 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
444 // (you can get to this form after generating a report).
445 'form.invoice.number' => 'Fatura numarası',
446 'form.invoice.person' => 'Kişi',
447
448 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
449 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
450 // 'form.invoice.invoice_entries' => 'Invoice entries',
451 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
452
453 // Charts form. See example at https://timetracker.anuko.com/charts.php
454 // TODO: translate the following.
455 // 'form.charts.interval' => 'Interval',
456 // 'form.charts.chart' => 'Chart',
457
458 // Projects form. See example at https://timetracker.anuko.com/projects.php
459 // TODO: translate the following.
460 // 'form.projects.active_projects' => 'Active Projects',
461 // 'form.projects.inactive_projects' => 'Inactive Projects',
462
463 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
464 // TODO: translate the following.
465 // 'form.tasks.active_tasks' => 'Active Tasks',
466 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
467
468 // Users form. See example at https://timetracker.anuko.com/users.php
469 // TODO: translate the following.
470 // 'form.users.active_users' => 'Active Users',
471 // 'form.users.inactive_users' => 'Inactive Users',
472 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
473 'form.users.role' => 'Rol',
474 // TODO: translate the following.
475 'form.users.manager' => 'Yönetici',
476 'form.users.comanager' => 'Yardımcı yönetici',
477 'form.users.rate' => 'Tarife', // TODO: is this correct?
478 'form.users.default_rate' => 'Varsayılan saat ücreti',
479
480 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
481 // TODO: translate the following.
482 // 'form.user_edit.swap_roles' => 'Swap roles',
483
484 // Roles form. See example at https://timetracker.anuko.com/roles.php
485 // TODO: translate the following.
486 // 'form.roles.active_roles' => 'Active Roles',
487 // 'form.roles.inactive_roles' => 'Inactive Roles',
488 // 'form.roles.rank' => 'Rank',
489 // 'form.roles.rights' => 'Rights',
490 // 'form.roles.assigned' => 'Assigned',
491 // 'form.roles.not_assigned' => 'Not assigned',
492
493 // Clients form. See example at https://timetracker.anuko.com/clients.php
494 // TODO: translate the following.
495 // 'form.clients.active_clients' => 'Active Clients',
496 // 'form.clients.inactive_clients' => 'Inactive Clients',
497
498 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
499 // TODO: translate the following.
500 // 'form.client.client_to_delete' => 'Client to delete',
501 // 'form.client.client_entries' => 'Client entries',
502
503 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
504 // TODO: replace "team" with "group" in the string below.
505 'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
506 'form.export.compression' => 'Sıkıştırma',
507 // TODO: translate the following.
508 // 'form.export.compression_none' => 'none',
509 // 'form.export.compression_bzip' => 'bzip',
510
511 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
512 'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', // TODO: replace "team" with "group".
513 'form.import.file' => 'Dosya seç',
514 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.',
515
516 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
517 // TODO: check form.groups.hint for accuracy. I did not not how to translate "login", so this may be garbage now.
518 // ALSO TODO: replace "team" with "group" in the string below.
519 '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).',
520
521 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
522 // TODO: translate the following.
523 // 'form.profile.12_hours' => '12 hours',
524 // 'form.profile.24_hours' => '24 hours',
525 // 'form.profile.show_holidays' => 'Show holidays',
526 // 'form.profile.tracking_mode' => 'Tracking mode',
527 // 'form.profile.mode_time' => 'time',
528 // 'form.profile.mode_projects' => 'projects',
529 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
530 // 'form.profile.record_type' => 'Record type',
531 // 'form.profile.type_all' => 'all',
532 // 'form.profile.type_start_finish' => 'start and finish',
533 // 'form.profile.type_duration' => 'duration',
534 // 'form.profile.punch_mode' => 'Punch mode',
535 // 'form.profile.allow_overlap' => 'Allow overlap',
536 // 'form.profile.future_entries' => 'Future entries',
537 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
538 // 'form.profile.allow_ip' => 'Allow IP',
539 // 'form.profile.plugins' => 'Plugins',
540
541 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
542 // TODO: translate the following.
543 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
544
545 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
546 'form.mail.from' => 'Kimden',
547 'form.mail.to' => 'Kime',
548 // TODO: translate the following.
549 // 'form.mail.report_subject' => 'Time Tracker Report',
550 // '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.',
551 // 'form.mail.report_sent' => 'Report sent.',
552 'form.mail.invoice_sent' => 'Fatura yollandı.',
553
554 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
555 // TODO: translate the following.
556 // 'form.quota.year' => 'Year',
557 // 'form.quota.month' => 'Month',
558 // 'form.quota.quota' => 'Quota',
559 // 'form.quota.workday_hours' => 'Hours in work day',
560 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
561
562 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
563 // TODO: translate the following.
564 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
565 // 'form.swap.swap_with' => 'Swap roles with',
566
567 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
568 // TODO: translate the following.
569 // 'role.user.label' => 'User',
570 // 'role.user.low_case_label' => 'user',
571 // 'role.user.description' => 'A regular member without management rights.',
572 // 'role.client.label' => 'Client',
573 // 'role.client.low_case_label' => 'client',
574 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
575 // 'role.supervisor.label' => 'Supervisor',
576 // 'role.supervisor.low_case_label' => 'supervisor',
577 // 'role.supervisor.description' => 'A person with a small set of management rights.',
578 // 'role.comanager.label' => 'Co-manager',
579 // 'role.comanager.low_case_label' => 'co-manager',
580 // 'role.comanager.description' => 'A person with a big set of management functions.',
581 // 'role.manager.label' => 'Manager',
582 // 'role.manager.low_case_label' => 'manager',
583 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
584 // 'role.top_manager.label' => 'Top manager',
585 // 'role.top_manager.low_case_label' => 'top manager',
586 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
587 // 'role.admin.label' => 'Administrator',
588 // 'role.admin.low_case_label' => 'administrator',
589 // 'role.admin.description' => 'Site adminsitrator.',
590 );