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