More 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 = '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 // TODO: translate the following.
54 // 'menu.time' => 'Time',
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' => 'Users',
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' => 'Select client.',
96 // 'error.report' => 'Select report.',
97 // 'error.record' => 'Select record.',
98 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
99 // TODO: translate the following.
100 // 'error.user_exists' => 'User with this login already exists.',
101 'error.project_exists' => 'Bu isimde proje zaten vardır.',
102 // TODO: translate the following.
103 // 'error.task_exists' => 'Task with this name already exists.',
104 // 'error.client_exists' => 'Client with this name already exists.',
105 // 'error.invoice_exists' => 'Invoice with this number already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 // 'error.no_login' => 'No user with this login.',
108 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
109 'error.upload' => 'Dosya yükleme hatası.',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 // 'error.mail_send' => 'Error sending mail.',
113 // 'error.no_email' => 'No email associated with this login.',
114 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
115 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
116 // 'error.overlap' => 'Time interval overlaps with existing records.',
117 // 'error.future_date' => 'Date is in future.',
118
119 // Labels for buttons.
120 'button.login' => 'Giriş',
121 'button.now' => 'Şimdi',
122 'button.save' => 'Kaydet',
123 // TODO: translate the following.
124 // 'button.copy' => 'Copy',
125 'button.cancel' => 'Iptal',
126 'button.submit' => 'Gönder',
127 'button.add_user' => 'Kullanıcı ekle',
128 'button.add_project' => 'Proje ekle',
129 // TODO: translate the following.
130 // 'button.add_task' => 'Add task',
131 'button.add_client' => 'Müşteri ekle',
132 // TODO: translate the following.
133 // 'button.add_invoice' => 'Add invoice',
134 // 'button.add_option' => 'Add option',
135 'button.add' => 'Ekle',
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_team' => 'Ekip yarat',
142 // TODO: translate the following.
143 // 'button.export' => 'Export team',
144 'button.import' => 'Ekibi içeri aktar',
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.team_name' => 'Team 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' => 'Name',
158 // 'label.thing_name' => 'Name',
159 // 'label.login' => 'Login',
160 'label.password' => 'Parola',
161 // TODO: translate the following.
162 // 'label.confirm_password' => 'Confirm password',
163 'label.email' => 'E-posta',
164 // TODO: translate the following.
165 // 'label.cc' => 'Cc',
166 // 'label.bcc' => 'Bcc',
167 'label.subject' => 'Konu',
168 // TODO: translate the following.
169 // 'label.date' => 'Date',
170 // 'label.start_date' => 'Start date',
171 // 'label.end_date' => 'End date',
172 // 'label.user' => 'User',
173 // 'label.users' => 'Users',
174 // 'label.client' => 'Client',
175 // 'label.clients' => 'Clients',
176 // 'label.option' => 'Option',
177 // 'label.invoice' => 'Invoice',
178 // 'label.project' => 'Project',
179 // 'label.projects' => 'Projects',
180 // 'label.task' => 'Task',
181 // 'label.tasks' => 'Tasks',
182 // 'label.description' => 'Description',
183 // 'label.start' => 'Start',
184 // 'label.finish' => 'Finish',
185 // 'label.duration' => 'Duration',
186 // 'label.note' => 'Note',
187 // 'label.notes' => 'Notes',
188 // 'label.item' => 'Item',
189 // 'label.cost' => 'Cost',
190 // 'label.day_total' => 'Day total',
191 // 'label.week_total' => 'Week total',
192 // 'label.month_total' => 'Month total',
193 // 'label.today' => 'Today',
194 // 'label.total_hours' => 'Total hours',
195 // 'label.total_cost' => 'Total cost',
196 // 'label.view' => 'View',
197 // 'label.edit' => 'Edit',
198 'label.delete' => 'Sil',
199 // TODO: translate the following.
200 // 'label.configure' => 'Configure',
201 // 'label.select_all' => 'Select all',
202 // 'label.select_none' => 'Deselect all',
203 // 'label.day_view' => 'Day view',
204 // 'label.week_view' => 'Week view',
205 // 'label.id' => 'ID',
206 // 'label.language' => 'Language',
207 // 'label.decimal_mark' => 'Decimal mark',
208 // 'label.date_format' => 'Date format',
209 // 'label.time_format' => 'Time format',
210 // 'label.week_start' => 'First day of week',
211 // 'label.comment' => 'Comment',
212 // 'label.status' => 'Status',
213 // 'label.tax' => 'Tax',
214 // 'label.subtotal' => 'Subtotal',
215 'label.total' => 'Toplam',
216 // TODO: translate the following.
217 // 'label.client_name' => 'Client name',
218 // 'label.client_address' => 'Client address',
219 // 'label.or' => 'or',
220 // 'label.error' => 'Error',
221 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
222 // 'label.required_fields' => '* - required fields',
223 // 'label.on_behalf' => 'on behalf of',
224 'label.role_manager' => '(yönetici)',
225 'label.role_comanager' => '(yardımcı yönetici)',
226 'label.role_admin' => '(sistem yönetici)',
227 // TODO: translate the following.
228 // 'label.page' => 'Page',
229 // 'label.condition' => 'Condition',
230 // 'label.yes' => 'yes',
231 // 'label.no' => 'no',
232 // Labels for plugins (extensions to Time Tracker that provide additional features).
233 // TODO: translate the following.
234 // 'label.custom_fields' => 'Custom fields',
235 // 'label.monthly_quotas' => 'Monthly quotas',
236 // 'label.type' => 'Type',
237 // 'label.type_dropdown' => 'dropdown',
238 // 'label.type_text' => 'text',
239 // 'label.required' => 'Required',
240 // 'label.fav_report' => 'Favorite report',
241 // 'label.cron_schedule' => 'Cron schedule',
242 // 'label.what_is_it' => 'What is it?',
243 // 'label.expense' => 'Expense',
244 // 'label.quantity' => 'Quantity',
245 // 'label.paid_status' => 'Paid status',
246 // 'label.paid' => 'Paid',
247 // 'label.mark_paid' => 'Mark paid',
248
249 // Form titles.
250 'title.login' => 'Giriş',
251 // TODO: translate the following.
252 // 'title.teams' => 'Teams',
253 // 'title.create_team' => 'Creating Team',
254 // 'title.edit_team' => 'Editing Team',
255 // 'title.delete_team' => 'Deleting Team',
256 'title.reset_password' => 'Parolayı sıfırla',
257 // TODO: translate the following.
258 // 'title.change_password' => 'Changing Password',
259 // 'title.time' => 'Time',
260 // 'title.edit_time_record' => 'Editing Time Record',
261 // 'title.delete_time_record' => 'Deleting Time Record',
262 // 'title.expenses' => 'Expenses',
263 // 'title.edit_expense' => 'Editing Expense Item',
264 // 'title.delete_expense' => 'Deleting Expense Item',
265
266
267
268 // TODO: refactoring ongoing down from here.
269
270 "form.filter.project" => 'proje',
271 "form.filter.filter" => 'sık kullanılan rapor',
272 "form.filter.filter_new" => 'sık kullanılan olarak kaydet',
273
274 // password reminder form attributes
275 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
276 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
277 // Note to translators: the ending of this string needs to be translated.
278 "form.fpass.send_pass_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",
279 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
280
281 // administrator form
282 "form.admin.title" => 'yönetici',
283 "form.admin.duty_text" => '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 (e-posta çakışmalarına izin verilmemekte).',
284
285 "form.admin.change_pass" => 'yönetici hesabın parolasını değiştir',
286 "form.admin.profile.title" => 'ekipler',
287 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
288 "form.admin.profile.comment" => 'ekibi sil',
289 "form.admin.profile.th.id" => 'id',
290 "form.admin.profile.th.name" => 'isim',
291 "form.admin.profile.th.edit" => 'düzenle',
292 "form.admin.profile.th.del" => 'sil',
293 "form.admin.profile.th.active" => 'aktif',
294 // Note to translators: the strings below are missing and must be translated and added
295 // "form.admin.options" => 'options',
296 // "form.admin.custom_date_format" => "date format",
297 // "form.admin.custom_time_format" => "time format",
298 // "form.admin.start_week" => "first day of week",
299
300 // my time form attributes
301 "form.mytime.title" => 'zamanım',
302 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
303 "form.mytime.del_str" => 'zaman kaydını siliyor',
304 "form.mytime.time_form" => ' (ss:dd)',
305 "form.mytime.date" => 'tarih',
306 "form.mytime.project" => 'proje',
307 "form.mytime.activity" => 'faaliyet',
308 "form.mytime.start" => 'başlat',
309 "form.mytime.finish" => 'tamamla',
310 "form.mytime.duration" => 'süre',
311 "form.mytime.note" => 'not',
312 "form.mytime.behalf" => 'kişiye yönelik günlük çalışma',
313 "form.mytime.daily" => 'günlük çalışma',
314 "form.mytime.total" => 'toplam saat: ',
315 "form.mytime.th.project" => 'proje',
316 "form.mytime.th.activity" => 'faaliyet',
317 "form.mytime.th.start" => 'başlat',
318 "form.mytime.th.finish" => 'tamamla',
319 "form.mytime.th.duration" => 'süre',
320 "form.mytime.th.note" => 'not',
321 "form.mytime.th.edit" => 'düzenle',
322 "form.mytime.th.delete" => 'sil',
323 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
324 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
325 "form.mytime.billable" => 'faturalandırılabilir',
326 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
327 // Note to translators: the string below is missing and must be translated and added
328 // "form.mytime.uncompleted" => 'uncompleted',
329
330 // profile form attributes
331 // Note to translators: we need a more accurate translation of form.profile.create_title
332 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
333 "form.profile.edit_title" => 'profili düzenliyor',
334 "form.profile.name" => 'isim',
335 // Note to translators: "form.profile.login" => 'e-posta', // email has been changed to login
336
337 // Note to translators: the string below is missing and must be translated and added
338 // "form.profile.showchart" => 'show pie charts',
339 // "form.profile.lang" => 'language',
340 // "form.profile.custom_date_format" => "date format",
341 // "form.profile.custom_time_format" => "time format",
342 // "form.profile.default_format" => "(default)",
343 // "form.profile.start_week" => "first day of week",
344
345 // people form attributes
346 "form.people.ppl_str" => 'insanlar',
347 "form.people.createu_str" => 'yeni kullanıcı yarat',
348 "form.people.edit_str" => 'kullanıcı düzenleniyor',
349 "form.people.del_str" => 'kullanıcı siliniyor',
350 "form.people.th.name" => 'isim',
351 // Note to translators: "form.people.th.login" => 'e-posta', // email has been changed to login
352 "form.people.th.role" => 'rol',
353 "form.people.th.edit" => 'düzenle',
354 "form.people.th.del" => 'sil',
355 "form.people.th.status" => 'durum',
356 "form.people.th.project" => 'proje',
357 "form.people.th.rate" => 'tarife',
358 "form.people.manager" => 'yönetici',
359 "form.people.comanager" => 'yardımcı yönetici',
360 "form.people.empl" => 'kullanıcı',
361 "form.people.name" => 'isim',
362 // Note to translators: "form.people.login" => 'e-posta', // email has been changed to login
363
364 "form.people.rate" => 'varsayılan saat ücreti',
365 "form.people.comanager" => 'yardımcı yönetici',
366 "form.people.projects" => 'projeler',
367
368 // projects form attributes
369 "form.project.proj_title" => 'projeler',
370 "form.project.edit_str" => 'proje düzenleniyor',
371 "form.project.add_str" => 'yeni proje ekleniyor',
372 "form.project.del_str" => 'proje siliniyor',
373 "form.project.th.name" => 'isim',
374 "form.project.th.edit" => 'düzenle',
375 "form.project.th.del" => 'sil',
376 "form.project.name" => 'isim',
377
378 // activities form attributes
379 "form.activity.act_title" => 'faaliyetler',
380 "form.activity.add_title" => 'yeni faaliyetler ekleniyor',
381 "form.activity.edit_str" => 'faaliyetler düzenleniyor',
382 "form.activity.del_str" => 'faaliyetler siliniyor',
383 "form.activity.name" => 'isim',
384 "form.activity.project" => 'proje',
385 "form.activity.th.name" => 'isim',
386 "form.activity.th.project" => 'proje',
387 "form.activity.th.edit" => 'düzenle',
388 "form.activity.th.del" => 'sil',
389
390 // report attributes
391 "form.report.title" => 'raporlar',
392 "form.report.from" => 'başlangıç tarihi',
393 "form.report.to" => 'son tarihi',
394 "form.report.groupby_user" => 'kullanıcı',
395 "form.report.groupby_project" => 'proje',
396 "form.report.groupby_activity" => 'faaliyet',
397 "form.report.duration" => 'süre',
398 "form.report.start" => 'başlangıç',
399 "form.report.activity" => 'faaliyet',
400 "form.report.show_idle" => 'durağanı göster',
401 "form.report.finish" => 'son',
402 "form.report.note" => 'not',
403 "form.report.project" => 'proje',
404 "form.report.totals_only" => 'sadece toplamlar',
405 "form.report.total" => 'saat toplamı',
406 "form.report.th.empllist" => 'kullanıcı',
407 "form.report.th.date" => 'tarih',
408 "form.report.th.project" => 'proje',
409 "form.report.th.activity" => 'faaliyet',
410 "form.report.th.start" => 'başlangıç',
411 "form.report.th.finish" => 'son',
412 "form.report.th.duration" => 'süre',
413 "form.report.th.note" => 'not',
414
415 // mail form attributes
416 "form.mail.from" => 'kimden',
417 "form.mail.to" => 'kime',
418 "form.mail.comment" => 'yorum',
419 "form.mail.above" => 'bu raporu e-posta ile yolla',
420 // Note to translators: this string needs to be translated.
421 // "form.mail.footer_str" => '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.',
422 "form.mail.sending_str" => '<b>ileti yollandı</b>',
423
424 // invoice attributes
425 "form.invoice.title" => 'fatura',
426 "form.invoice.caption" => 'fatura',
427 "form.invoice.above" => 'fatura için ek bilgi',
428 "form.invoice.select_cust" => 'müşteri seç',
429 "form.invoice.fillform" => 'alanları doldur',
430 "form.invoice.date" => 'tarih',
431 "form.invoice.number" => 'fatura numarası',
432 "form.invoice.tax" => 'vergi',
433 "form.invoice.comment" => 'yorum ',
434 "form.invoice.th.username" => 'kişi',
435 "form.invoice.th.time" => 'saatler',
436 "form.invoice.th.rate" => 'tarife',
437 "form.invoice.th.summ" => 'tutar',
438 "form.invoice.subtotal" => 'alt toplamı',
439 "form.invoice.customer" => 'müşteri',
440 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
441 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
442
443 "form.migration.zip" => 'sıkıştırma',
444 "form.migration.file" => 'dosya seç',
445 "form.migration.import.title" => 'veri içe aktar',
446 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
447 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
448 "form.migration.export.title" => 'dışarı aktar',
449 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
450 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
451 // Note to translators: the strings below are missing and must be added and translated
452 // "form.migration.compression.none" => 'none',
453 // "form.migration.compression.gzip" => 'gzip',
454 // "form.migration.compression.bzip" => 'bzip',
455
456 "form.client.title" => 'müşteriler',
457 "form.client.add_title" => 'müşteri ekle',
458 "form.client.edit_title" => 'müşteriyi düzenle',
459 "form.client.del_title" => 'müşteriyi sil',
460 "form.client.th.name" => 'isim',
461 "form.client.th.edit" => 'düzenle',
462 "form.client.th.del" => 'sil',
463 "form.client.name" => 'isim',
464 "form.client.tax" => 'vergi',
465 "form.client.comment" => 'yorum ',
466
467 // miscellaneous strings
468 "forward.forgot_password" => 'parolanızı unuttunuz mu?',
469 "forward.edit" => 'düzenle',
470 "forward.delete" => 'sil',
471 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
472 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
473 "forward.geninvoice" => 'fatura yarat',
474 "forward.change" => 'müşterileri düzenle',
475
476 // strings inside contols on forms
477 "controls.select.project" => '--- proje seç ---',
478 "controls.select.activity" => '--- faaliyet seç ---',
479 "controls.select.client" => '--- müşteri seç ---',
480 "controls.project_bind" => '--- tümü ---',
481 "controls.all" => '--- tümü ---',
482 "controls.notbind" => '--- hiç ---',
483 "controls.per_tm" => 'bu ay',
484 "controls.per_lm" => 'geçen ay',
485 "controls.per_tw" => 'bu hafta',
486 "controls.per_lw" => 'geçen hafta',
487 "controls.per_td" => 'bugün',
488 "controls.per_at" => 'tüm zamanlar',
489 // Note to translators: the string below is missing and must be added and translated
490 // "controls.per_ty" => 'this year',
491 "controls.sel_period" => '--- zaman dönemi seç ---',
492 "controls.sel_groupby" => '--- gruplama yok ---',
493 "controls.inc_billable" => 'faturalandırılabilir',
494 "controls.inc_nbillable" => 'faturalandırılamaz',
495 // Note to translators: the string below is missing and must be added and translated
496 // "controls.default" => '--- default ---',
497
498 // labels
499 "label.chart.title1" => 'kullanıcı için faaliyetler',
500 // Note to translators: the string below is missing and must be added and translated
501 // "label.chart.title2" => 'projects for user',
502 "label.chart.period" => 'dönem için grafik',
503
504 "label.pbehalf_info" => '% % <b>% adına</b>',
505 "label.time_noentry" => 'giriş yok',
506 "label.today" => 'bugün',
507 "label.req_fields" => '* zorunlu bilgi',
508 "label.sel_project" => 'proje seç',
509 "label.sel_activity" => 'faaliyet seç',
510 "label.sel_tp" => 'zaman aralığını seç',
511 "label.set_tp" => 'ya da tarihleri belirle',
512 "label.fields" => 'alanları göster',
513 "label.group_title" => 'gruplandırma kıstası',
514 "label.include_title" => 'kayıtları dahil et',
515 "label.inv_str" => 'fatura',
516 "label.set_empl" => 'kullanıcıları seç',
517 "label.sel_all" => 'tümünü seç',
518 "label.sel_none" => 'hiçbirini seçme',
519 "label.or" => 'ya da',
520 "label.disable" => 'devre dışı bırak',
521 "label.enable" => 'devreye sok',
522 "label.filter" => 'filtre',
523 "label.timeweek" => 'haftalık toplam',
524 );