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