More recycling in translations.
[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' => '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.project_exists' => 'Bu isimde proje zaten vardır.',
103 // TODO: translate the following.
104 // 'error.task_exists' => 'Task with this name already exists.',
105 // 'error.client_exists' => 'Client with this name already exists.',
106 // 'error.invoice_exists' => 'Invoice with this number already exists.',
107 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
108 // 'error.no_login' => 'No user with this login.',
109 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
110 'error.upload' => 'Dosya yükleme hatası.',
111 // TODO: translate the following.
112 // 'error.range_locked' => 'Date range is locked.',
113 // 'error.mail_send' => 'Error sending mail.',
114 // 'error.no_email' => 'No email associated with this login.',
115 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
116 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
117 // 'error.overlap' => 'Time interval overlaps with existing records.',
118 // 'error.future_date' => 'Date is in future.',
119
120 // Labels for buttons.
121 'button.login' => 'Giriş',
122 'button.now' => 'Şimdi',
123 'button.save' => 'Kaydet',
124 // TODO: translate the following.
125 // 'button.copy' => 'Copy',
126 'button.cancel' => 'Iptal',
127 'button.submit' => 'Gönder',
128 'button.add_user' => 'Kullanıcı ekle',
129 'button.add_project' => 'Proje ekle',
130 // TODO: translate the following.
131 // 'button.add_task' => 'Add task',
132 'button.add_client' => 'Müşteri ekle',
133 // TODO: translate the following.
134 // 'button.add_invoice' => 'Add invoice',
135 // 'button.add_option' => 'Add option',
136 'button.add' => 'Ekle',
137 'button.generate' => 'Yarat',
138 // TODO: translate the following.
139 // 'button.reset_password' => 'Reset password',
140 'button.send' => 'Gönder',
141 'button.send_by_email' => 'E-posta ile gönder',
142 'button.create_team' => 'Ekip yarat',
143 // TODO: translate the following.
144 // 'button.export' => 'Export team',
145 'button.import' => 'Ekibi içeri aktar',
146 // TODO: translate the following.
147 // 'button.close' => 'Close',
148 // 'button.stop' => 'Stop',
149
150 // Labels for controls on forms. Labels in this section are used on multiple forms.
151 // TODO: translate the following.
152 // 'label.team_name' => 'Team name',
153 // 'label.address' => 'Address',
154 'label.currency' => 'Para birimi',
155 // TODO: translate the following.
156 // 'label.manager_name' => 'Manager name',
157 // 'label.manager_login' => 'Manager login',
158 'label.person_name' => 'Isim',
159 'label.thing_name' => 'Isim',
160 // TODO: translate the following.
161 // 'label.login' => 'Login',
162 'label.password' => 'Parola',
163 // TODO: translate the following.
164 // 'label.confirm_password' => 'Confirm password',
165 'label.email' => 'E-posta',
166 // TODO: translate the following.
167 // 'label.cc' => 'Cc',
168 // 'label.bcc' => 'Bcc',
169 'label.subject' => 'Konu',
170 // TODO: translate the following.
171 // 'label.date' => 'Date',
172 // 'label.start_date' => 'Start date',
173 // 'label.end_date' => 'End date',
174 // 'label.user' => 'User',
175 // 'label.users' => 'Users',
176 // 'label.client' => 'Client',
177 // 'label.clients' => 'Clients',
178 // 'label.option' => 'Option',
179 'label.invoice' => 'Fatura',
180 // TODO: translate the following.
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' => 'Start',
188 // 'label.finish' => 'Finish',
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.day_total' => 'Day total',
196 'label.week_total' => 'Haftalık toplam',
197 // TODO: translate the following.
198 // 'label.month_total' => 'Month total',
199 'label.today' => 'Bugün',
200 // TODO: translate the following.
201 // 'label.total_hours' => 'Total hours',
202 // 'label.total_cost' => 'Total cost',
203 // 'label.view' => 'View',
204 'label.edit' => 'Düzenle',
205 'label.delete' => 'Sil',
206 // TODO: translate the following.
207 // 'label.configure' => 'Configure',
208 // 'label.select_all' => 'Select all',
209 // 'label.select_none' => 'Deselect all',
210 // 'label.day_view' => 'Day view',
211 // 'label.week_view' => 'Week view',
212 // 'label.id' => 'ID',
213 // 'label.language' => 'Language',
214 // 'label.decimal_mark' => 'Decimal mark',
215 // 'label.date_format' => 'Date format',
216 // 'label.time_format' => 'Time format',
217 // 'label.week_start' => 'First day of week',
218 'label.comment' => 'Yorum',
219 'label.status' => 'Durum',
220 'label.tax' => 'Vergi',
221 // TODO: translate the following.
222 // 'label.subtotal' => 'Subtotal',
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.cron_schedule' => 'Cron 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 'title.login' => 'Giriş',
263 // TODO: translate the following.
264 // 'title.teams' => 'Teams',
265 // 'title.create_team' => 'Creating Team',
266 // 'title.edit_team' => 'Editing Team',
267 // 'title.delete_team' => 'Deleting Team',
268 'title.reset_password' => 'Parolayı sıfırla',
269 // TODO: translate the following.
270 // 'title.change_password' => 'Changing Password',
271 // 'title.time' => 'Time',
272 // 'title.edit_time_record' => 'Editing Time Record',
273 // 'title.delete_time_record' => 'Deleting Time Record',
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' => 'Reports',
282 // 'title.report' => 'Report',
283 // 'title.send_report' => 'Sending Report',
284 'title.invoice' => 'Fatura',
285 // TODO: translate the following.
286 // 'title.send_invoice' => 'Sending Invoice',
287 // 'title.charts' => 'Charts',
288 'title.projects' => 'Projeler',
289 'title.add_project' => 'Proje ekleniyor',
290 'title.edit_project' => 'Proje düzenleniyor',
291 'title.delete_project' => 'Proje siliniyor',
292 // TODO: translate the following.
293 // 'title.tasks' => 'Tasks',
294 // 'title.add_task' => 'Adding Task',
295 // 'title.edit_task' => 'Editing Task',
296 // 'title.delete_task' => 'Deleting Task',
297 // 'title.users' => 'Users',
298 // 'title.add_user' => 'Adding User',
299 // 'title.edit_user' => 'Editing User',
300 // 'title.delete_user' => 'Deleting User',
301 // 'title.clients' => 'Clients',
302 // 'title.add_client' => 'Adding Client',
303 // 'title.edit_client' => 'Editing Client',
304 // 'title.delete_client' => 'Deleting Client',
305 'title.invoices' => 'Faturalar',
306 // TODO: translate the following.
307 // 'title.add_invoice' => 'Adding Invoice',
308 // 'title.view_invoice' => 'Viewing Invoice',
309 // 'title.delete_invoice' => 'Deleting Invoice',
310 // 'title.notifications' => 'Notifications',
311 // 'title.add_notification' => 'Adding Notification',
312 // 'title.edit_notification' => 'Editing Notification',
313 // 'title.delete_notification' => 'Deleting Notification',
314 // 'title.monthly_quotas' => 'Monthly Quotas',
315 // 'title.export' => 'Exporting Team Data',
316 // 'title.import' => 'Importing Team Data',
317 // 'title.options' => 'Options',
318 // 'title.profile' => 'Profile',
319 // 'title.cf_custom_fields' => 'Custom Fields',
320 // 'title.cf_add_custom_field' => 'Adding Custom Field',
321 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
322 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
323 // 'title.cf_dropdown_options' => 'Dropdown Options',
324 // 'title.cf_add_dropdown_option' => 'Adding Option',
325 // 'title.cf_edit_dropdown_option' => 'Editing Option',
326 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
327 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
328 // It is also a name for the Locking plugin on the Team profile page.
329 // 'title.locking' => 'Locking',
330 // 'title.week_view' => 'Week View',
331
332 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
333 // Strings that are used in a single form must go to the specific form section.
334 // TODO: translate the following.
335 // 'dropdown.all' => '--- all ---',
336 // 'dropdown.no' => '--- no ---',
337 // 'dropdown.current_day' => 'today',
338 // 'dropdown.previous_day' => 'yesterday',
339 // 'dropdown.selected_day' => 'day',
340 // 'dropdown.current_week' => 'this week',
341 // 'dropdown.previous_week' => 'previous week',
342 // 'dropdown.selected_week' => 'week',
343 // 'dropdown.current_month' => 'this month',
344 // 'dropdown.previous_month' => 'previous month',
345 // 'dropdown.selected_month' => 'month',
346 // 'dropdown.current_year' => 'this year',
347 // 'dropdown.previous_year' => 'previous year',
348 // 'dropdown.selected_year' => 'year',
349 // 'dropdown.all_time' => 'all time',
350 'dropdown.projects' => 'projeler',
351 // TODO: translate the following.
352 // 'dropdown.tasks' => 'tasks',
353 // 'dropdown.clients' => 'clients',
354 // 'dropdown.select' => '--- select ---',
355 // 'dropdown.select_invoice' => '--- select invoice ---',
356 // 'dropdown.status_active' => 'active',
357 // 'dropdown.status_inactive' => 'inactive',
358 // 'dropdown.delete'=>'delete',
359 // 'dropdown.do_not_delete'=>'do not delete',
360 // 'dropdown.paid' => 'paid',
361 // 'dropdown.not_paid' => 'not paid',
362
363 // Login form. See example at https://timetracker.anuko.com/login.php.
364 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?',
365 // TODO: translate the following.
366 // '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.',
367
368 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
369 // TODO: translate the following.
370 // 'form.reset_password.message' => 'Password reset request sent by email.',
371 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
372 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
373
374 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
375 // TODO: translate the following.
376 // 'form.change_password.tip' => 'Type new password and click on Save.',
377
378 // Time form. See example at https://timetracker.anuko.com/time.php.
379 // TODO: translate the following.
380 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
381 'form.time.billable' => 'Faturalandırılabilir',
382 // TODO: translate the following.
383 // 'form.time.uncompleted' => 'Uncompleted',
384 // 'form.time.remaining_quota' => 'Remaining quota',
385 // 'form.time.over_quota' => 'Over quota',
386
387 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
388 // TODO: translate the following.
389 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
390
391 // Week view form. See example at https://timetracker.anuko.com/week.php.
392 // TODO: translate the following.
393 // 'form.week.new_entry' => 'New entry',
394
395 // Reports form. See example at https://timetracker.anuko.com/reports.php
396 'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet',
397 // TODO: translate the following.
398 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
399 'form.reports.include_billable' => 'faturalandırılabilir',
400 'form.reports.include_not_billable' => 'faturalandırılamaz',
401 // TODO: translate the following.
402 // 'form.reports.include_invoiced' => 'invoiced',
403 // 'form.reports.include_not_invoiced' => 'not invoiced',
404 'form.reports.select_period' => 'Zaman aralığını seç',
405 'form.reports.set_period' => 'ya da tarihleri belirle',
406 'form.reports.show_fields' => 'Alanları göster',
407 'form.reports.group_by' => 'Gruplandırma kıstas',
408 'form.reports.group_by_no' => '--- gruplama yok ---',
409 // TODO: translate the following.
410 // 'form.reports.group_by_date' => 'date',
411 // 'form.reports.group_by_user' => 'user',
412 // 'form.reports.group_by_client' => 'client',
413 'form.reports.group_by_project' => 'proje',
414 // TODO: translate the following.
415 // 'form.reports.group_by_task' => 'task',
416 // 'form.reports.totals_only' => 'Totals only',
417
418 // Report form. See example at https://timetracker.anuko.com/report.php
419 // (after generating a report at https://timetracker.anuko.com/reports.php).
420 // TODO: translate the following.
421 // 'form.report.export' => 'Export',
422 // 'form.report.assign_to_invoice' => 'Assign to invoice',
423
424 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
425 // (you can get to this form after generating a report).
426 // TODO: translate the following.
427 // 'form.invoice.number' => 'Invoice number',
428 // 'form.invoice.person' => 'Person',
429 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
430 // 'form.invoice.invoice_entries' => 'Invoice entries',
431 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
432
433 // Charts form. See example at https://timetracker.anuko.com/charts.php
434 // TODO: translate the following.
435 // 'form.charts.interval' => 'Interval',
436 // 'form.charts.chart' => 'Chart',
437
438 // Projects form. See example at https://timetracker.anuko.com/projects.php
439 // TODO: translate the following.
440 // 'form.projects.active_projects' => 'Active Projects',
441 // 'form.projects.inactive_projects' => 'Inactive Projects',
442
443 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
444 // TODO: translate the following.
445 // 'form.tasks.active_tasks' => 'Active Tasks',
446 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
447
448
449
450 // TODO: refactoring ongoing down from here.
451
452 // password reminder form attributes
453 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
454 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
455 // Note to translators: the ending of this string needs to be translated.
456 "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",
457 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
458
459 // administrator form
460 "form.admin.title" => 'yönetici',
461 "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).',
462
463 "form.admin.profile.title" => 'ekipler',
464 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
465 "form.admin.profile.comment" => 'ekibi sil',
466 "form.admin.profile.th.id" => 'id',
467 "form.admin.profile.th.active" => 'aktif',
468
469 // my time form attributes
470 "form.mytime.title" => 'zamanım',
471 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
472 "form.mytime.del_str" => 'zaman kaydını siliyor',
473 "form.mytime.time_form" => ' (ss:dd)',
474 "form.mytime.date" => 'tarih',
475 "form.mytime.start" => 'başlat',
476 "form.mytime.finish" => 'tamamla',
477 "form.mytime.daily" => 'günlük çalışma',
478 "form.mytime.total" => 'toplam saat: ',
479 "form.mytime.th.start" => 'başlat',
480 "form.mytime.th.finish" => 'tamamla',
481 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
482 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
483 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
484 // Note to translators: the string below is missing and must be translated and added
485 // "form.mytime.uncompleted" => 'uncompleted',
486
487 // profile form attributes
488 // Note to translators: we need a more accurate translation of form.profile.create_title
489 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
490 "form.profile.edit_title" => 'profili düzenliyor',
491
492 // people form attributes
493 "form.people.ppl_str" => 'insanlar',
494 "form.people.createu_str" => 'yeni kullanıcı yarat',
495 "form.people.edit_str" => 'kullanıcı düzenleniyor',
496 "form.people.del_str" => 'kullanıcı siliniyor',
497 "form.people.th.role" => 'rol',
498 "form.people.th.rate" => 'tarife',
499 "form.people.manager" => 'yönetici',
500 "form.people.comanager" => 'yardımcı yönetici',
501 "form.people.empl" => 'kullanıcı',
502
503 "form.people.rate" => 'varsayılan saat ücreti',
504 "form.people.comanager" => 'yardımcı yönetici',
505
506 // report attributes
507 "form.report.title" => 'raporlar',
508 "form.report.from" => 'başlangıç tarihi',
509 "form.report.to" => 'son tarihi',
510 "form.report.groupby_user" => 'kullanıcı',
511 "form.report.start" => 'başlangıç',
512 "form.report.finish" => 'son',
513 "form.report.totals_only" => 'sadece toplamlar',
514 "form.report.total" => 'saat toplamı',
515 "form.report.th.empllist" => 'kullanıcı',
516 "form.report.th.date" => 'tarih',
517 "form.report.th.start" => 'başlangıç',
518 "form.report.th.finish" => 'son',
519
520 // mail form attributes
521 "form.mail.from" => 'kimden',
522 "form.mail.to" => 'kime',
523 "form.mail.above" => 'bu raporu e-posta ile yolla',
524 // Note to translators: this string needs to be translated.
525 // "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.',
526 "form.mail.sending_str" => '<b>ileti yollandı</b>',
527
528 // invoice attributes
529 "form.invoice.title" => 'fatura',
530 "form.invoice.caption" => 'fatura',
531 "form.invoice.above" => 'fatura için ek bilgi',
532 "form.invoice.select_cust" => 'müşteri seç',
533 "form.invoice.fillform" => 'alanları doldur',
534 "form.invoice.date" => 'tarih',
535 "form.invoice.number" => 'fatura numarası',
536 "form.invoice.th.username" => 'kişi',
537 "form.invoice.th.time" => 'saatler',
538 "form.invoice.th.rate" => 'tarife',
539 "form.invoice.th.summ" => 'tutar',
540 "form.invoice.subtotal" => 'alt toplamı',
541 "form.invoice.customer" => 'müşteri',
542 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
543 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
544
545 "form.migration.zip" => 'sıkıştırma',
546 "form.migration.file" => 'dosya seç',
547 "form.migration.import.title" => 'veri içe aktar',
548 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
549 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
550 "form.migration.export.title" => 'dışarı aktar',
551 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
552 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
553
554 "form.client.title" => 'müşteriler',
555 "form.client.add_title" => 'müşteri ekle',
556 "form.client.edit_title" => 'müşteriyi düzenle',
557 "form.client.del_title" => 'müşteriyi sil',
558
559 // miscellaneous strings
560 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
561 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
562 "forward.geninvoice" => 'fatura yarat',
563
564 "controls.project_bind" => '--- tümü ---',
565 "controls.all" => '--- tümü ---',
566 "controls.notbind" => '--- hiç ---',
567 "controls.per_tm" => 'bu ay',
568 "controls.per_lm" => 'geçen ay',
569 "controls.per_tw" => 'bu hafta',
570 "controls.per_lw" => 'geçen hafta',
571 "controls.per_td" => 'bugün',
572 "controls.per_at" => 'tüm zamanlar',
573
574 "label.group_title" => 'gruplandırma kıstası',
575
576 "label.set_empl" => 'kullanıcıları seç',
577 "label.sel_all" => 'tümünü seç',
578 "label.sel_none" => 'hiçbirini seçme',
579 "label.disable" => 'devre dışı bırak',
580 "label.enable" => 'devreye sok',
581 );