Removed unused strings.
[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' => 'Isim',
158 'label.thing_name' => 'Isim',
159 // TODO: translate the following.
160 // 'label.login' => 'Login',
161 'label.password' => 'Parola',
162 // TODO: translate the following.
163 // 'label.confirm_password' => 'Confirm password',
164 'label.email' => 'E-posta',
165 // TODO: translate the following.
166 // 'label.cc' => 'Cc',
167 // 'label.bcc' => 'Bcc',
168 'label.subject' => 'Konu',
169 // TODO: translate the following.
170 // 'label.date' => 'Date',
171 // 'label.start_date' => 'Start date',
172 // 'label.end_date' => 'End date',
173 // 'label.user' => 'User',
174 // 'label.users' => 'Users',
175 // 'label.client' => 'Client',
176 // 'label.clients' => 'Clients',
177 // 'label.option' => 'Option',
178 'label.invoice' => 'Fatura',
179 // TODO: translate the following.
180 // 'label.project' => 'Project',
181 // 'label.projects' => 'Projects',
182 // 'label.task' => 'Task',
183 // 'label.tasks' => 'Tasks',
184 // 'label.description' => 'Description',
185 // 'label.start' => 'Start',
186 // 'label.finish' => 'Finish',
187 // 'label.duration' => 'Duration',
188 // 'label.note' => 'Note',
189 // 'label.notes' => 'Notes',
190 // 'label.item' => 'Item',
191 // 'label.cost' => 'Cost',
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.total_hours' => 'Total hours',
199 // 'label.total_cost' => 'Total cost',
200 // 'label.view' => 'View',
201 'label.edit' => 'Düzenle',
202 'label.delete' => 'Sil',
203 // TODO: translate the following.
204 // 'label.configure' => 'Configure',
205 // 'label.select_all' => 'Select all',
206 // 'label.select_none' => 'Deselect all',
207 // 'label.day_view' => 'Day view',
208 // 'label.week_view' => 'Week view',
209 // 'label.id' => 'ID',
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' => 'Comment',
216 // 'label.status' => 'Status',
217 // 'label.tax' => 'Tax',
218 // 'label.subtotal' => 'Subtotal',
219 'label.total' => 'Toplam',
220 // TODO: translate the following.
221 // 'label.client_name' => 'Client name',
222 // 'label.client_address' => 'Client address',
223 // 'label.or' => 'or',
224 // 'label.error' => 'Error',
225 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
226 'label.required_fields' => '* zorunlu bilgi',
227 'label.on_behalf' => 'adına',
228 'label.role_manager' => '(yönetici)',
229 'label.role_comanager' => '(yardımcı yönetici)',
230 'label.role_admin' => '(sistem yönetici)',
231 // TODO: translate the following.
232 // 'label.page' => 'Page',
233 // 'label.condition' => 'Condition',
234 // 'label.yes' => 'yes',
235 // 'label.no' => 'no',
236 // Labels for plugins (extensions to Time Tracker that provide additional features).
237 // TODO: translate the following.
238 // 'label.custom_fields' => 'Custom fields',
239 // 'label.monthly_quotas' => 'Monthly quotas',
240 // 'label.type' => 'Type',
241 // 'label.type_dropdown' => 'dropdown',
242 // 'label.type_text' => 'text',
243 // 'label.required' => 'Required',
244 // 'label.fav_report' => 'Favorite report',
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 'title.login' => 'Giriş',
257 // TODO: translate the following.
258 // 'title.teams' => 'Teams',
259 // 'title.create_team' => 'Creating Team',
260 // 'title.edit_team' => 'Editing Team',
261 // 'title.delete_team' => 'Deleting Team',
262 'title.reset_password' => 'Parolayı sıfırla',
263 // TODO: translate the following.
264 // 'title.change_password' => 'Changing Password',
265 // 'title.time' => 'Time',
266 // 'title.edit_time_record' => 'Editing Time Record',
267 // 'title.delete_time_record' => 'Deleting Time Record',
268 // 'title.expenses' => 'Expenses',
269 // 'title.edit_expense' => 'Editing Expense Item',
270 // 'title.delete_expense' => 'Deleting Expense Item',
271 // 'title.predefined_expenses' => 'Predefined Expenses',
272 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
273 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
274 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
275 // 'title.reports' => 'Reports',
276 // 'title.report' => 'Report',
277 // 'title.send_report' => 'Sending Report',
278 'title.invoice' => 'Fatura',
279 // TODO: translate the following.
280 // 'title.send_invoice' => 'Sending Invoice',
281 // 'title.charts' => 'Charts',
282 // 'title.projects' => 'Projects',
283 // 'title.add_project' => 'Adding Project',
284 // 'title.edit_project' => 'Editing Project',
285 // 'title.delete_project' => 'Deleting Project',
286 // 'title.tasks' => 'Tasks',
287 // 'title.add_task' => 'Adding Task',
288 // 'title.edit_task' => 'Editing Task',
289 // 'title.delete_task' => 'Deleting Task',
290 // 'title.users' => 'Users',
291 // 'title.add_user' => 'Adding User',
292 // 'title.edit_user' => 'Editing User',
293 // 'title.delete_user' => 'Deleting User',
294 // 'title.clients' => 'Clients',
295 // 'title.add_client' => 'Adding Client',
296 // 'title.edit_client' => 'Editing Client',
297 // 'title.delete_client' => 'Deleting Client',
298 'title.invoices' => 'Faturalar',
299 // TODO: translate the following.
300 // 'title.add_invoice' => 'Adding Invoice',
301 // 'title.view_invoice' => 'Viewing Invoice',
302 // 'title.delete_invoice' => 'Deleting Invoice',
303 // 'title.notifications' => 'Notifications',
304 // 'title.add_notification' => 'Adding Notification',
305 // 'title.edit_notification' => 'Editing Notification',
306 // 'title.delete_notification' => 'Deleting Notification',
307 // 'title.monthly_quotas' => 'Monthly Quotas',
308 // 'title.export' => 'Exporting Team Data',
309 // 'title.import' => 'Importing Team Data',
310 // 'title.options' => 'Options',
311 // 'title.profile' => 'Profile',
312 // 'title.cf_custom_fields' => 'Custom Fields',
313 // 'title.cf_add_custom_field' => 'Adding Custom Field',
314 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
315 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
316 // 'title.cf_dropdown_options' => 'Dropdown Options',
317 // 'title.cf_add_dropdown_option' => 'Adding Option',
318 // 'title.cf_edit_dropdown_option' => 'Editing Option',
319 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
320 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
321 // It is also a name for the Locking plugin on the Team profile page.
322 // 'title.locking' => 'Locking',
323 // 'title.week_view' => 'Week View',
324
325 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
326 // Strings that are used in a single form must go to the specific form section.
327 // TODO: translate the following.
328 // 'dropdown.all' => '--- all ---',
329 // 'dropdown.no' => '--- no ---',
330 // 'dropdown.current_day' => 'today',
331 // 'dropdown.previous_day' => 'yesterday',
332 // 'dropdown.selected_day' => 'day',
333 // 'dropdown.current_week' => 'this week',
334 // 'dropdown.previous_week' => 'previous week',
335 // 'dropdown.selected_week' => 'week',
336 // 'dropdown.current_month' => 'this month',
337 // 'dropdown.previous_month' => 'previous month',
338 // 'dropdown.selected_month' => 'month',
339 // 'dropdown.current_year' => 'this year',
340 // 'dropdown.previous_year' => 'previous year',
341 // 'dropdown.selected_year' => 'year',
342 // 'dropdown.all_time' => 'all time',
343 // 'dropdown.projects' => 'projects',
344 // 'dropdown.tasks' => 'tasks',
345 // 'dropdown.clients' => 'clients',
346 // 'dropdown.select' => '--- select ---',
347 // 'dropdown.select_invoice' => '--- select invoice ---',
348 // 'dropdown.status_active' => 'active',
349 // 'dropdown.status_inactive' => 'inactive',
350 // 'dropdown.delete'=>'delete',
351 // 'dropdown.do_not_delete'=>'do not delete',
352 // 'dropdown.paid' => 'paid',
353 // 'dropdown.not_paid' => 'not paid',
354
355 // Login form. See example at https://timetracker.anuko.com/login.php.
356 // TODO: translate the following.
357 // 'form.login.forgot_password' => 'Forgot password?',
358 // '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.',
359
360 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
361 // TODO: translate the following.
362 // 'form.reset_password.message' => 'Password reset request sent by email.',
363 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
364 // '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",
365
366 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
367 // TODO: translate the following.
368 // 'form.change_password.tip' => 'Type new password and click on Save.',
369
370 // Time form. See example at https://timetracker.anuko.com/time.php.
371 // TODO: translate the following.
372 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
373 'form.time.billable' => 'Faturalandırılabilir',
374 // TODO: translate the following.
375 // 'form.time.uncompleted' => 'Uncompleted',
376 // 'form.time.remaining_quota' => 'Remaining quota',
377 // 'form.time.over_quota' => 'Over quota',
378
379 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
380 // TODO: translate the following.
381 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
382
383 // Week view form. See example at https://timetracker.anuko.com/week.php.
384 // TODO: translate the following.
385 // 'form.week.new_entry' => 'New entry',
386
387 // Reports form. See example at https://timetracker.anuko.com/reports.php
388 // TODO: translate the following.
389 // 'form.reports.save_as_favorite' => 'Save as favorite',
390 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
391 'form.reports.include_billable' => 'faturalandırılabilir',
392 'form.reports.include_not_billable' => 'faturalandırılamaz',
393 // TODO: translate the following.
394 // 'form.reports.include_invoiced' => 'invoiced',
395 // 'form.reports.include_not_invoiced' => 'not invoiced',
396 'form.reports.select_period' => 'Zaman aralığını seç',
397 'form.reports.set_period' => 'ya da tarihleri belirle',
398 'form.reports.show_fields' => 'Alanları göster',
399 'form.reports.group_by' => 'Gruplandırma kıstas',
400 'form.reports.group_by_no' => '--- gruplama yok ---',
401 // TODO: translate the following.
402 // 'form.reports.group_by_date' => 'date',
403 // 'form.reports.group_by_user' => 'user',
404 // 'form.reports.group_by_client' => 'client',
405 // 'form.reports.group_by_project' => 'project',
406 // 'form.reports.group_by_task' => 'task',
407 // 'form.reports.totals_only' => 'Totals only',
408
409
410
411 // TODO: refactoring ongoing down from here.
412
413 "form.filter.project" => 'proje',
414 "form.filter.filter" => 'sık kullanılan rapor',
415 "form.filter.filter_new" => 'sık kullanılan olarak kaydet',
416
417 // password reminder form attributes
418 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
419 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
420 // Note to translators: the ending of this string needs to be translated.
421 "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",
422 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
423
424 // administrator form
425 "form.admin.title" => 'yönetici',
426 "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).',
427
428 "form.admin.change_pass" => 'yönetici hesabın parolasını değiştir',
429 "form.admin.profile.title" => 'ekipler',
430 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
431 "form.admin.profile.comment" => 'ekibi sil',
432 "form.admin.profile.th.id" => 'id',
433 "form.admin.profile.th.active" => 'aktif',
434
435 // my time form attributes
436 "form.mytime.title" => 'zamanım',
437 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
438 "form.mytime.del_str" => 'zaman kaydını siliyor',
439 "form.mytime.time_form" => ' (ss:dd)',
440 "form.mytime.date" => 'tarih',
441 "form.mytime.project" => 'proje',
442 "form.mytime.start" => 'başlat',
443 "form.mytime.finish" => 'tamamla',
444 "form.mytime.duration" => 'süre',
445 "form.mytime.note" => 'not',
446 "form.mytime.daily" => 'günlük çalışma',
447 "form.mytime.total" => 'toplam saat: ',
448 "form.mytime.th.project" => 'proje',
449 "form.mytime.th.start" => 'başlat',
450 "form.mytime.th.finish" => 'tamamla',
451 "form.mytime.th.duration" => 'süre',
452 "form.mytime.th.note" => 'not',
453 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
454 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
455 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
456 // Note to translators: the string below is missing and must be translated and added
457 // "form.mytime.uncompleted" => 'uncompleted',
458
459 // profile form attributes
460 // Note to translators: we need a more accurate translation of form.profile.create_title
461 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
462 "form.profile.edit_title" => 'profili düzenliyor',
463
464 // people form attributes
465 "form.people.ppl_str" => 'insanlar',
466 "form.people.createu_str" => 'yeni kullanıcı yarat',
467 "form.people.edit_str" => 'kullanıcı düzenleniyor',
468 "form.people.del_str" => 'kullanıcı siliniyor',
469 "form.people.th.role" => 'rol',
470 "form.people.th.status" => 'durum',
471 "form.people.th.project" => 'proje',
472 "form.people.th.rate" => 'tarife',
473 "form.people.manager" => 'yönetici',
474 "form.people.comanager" => 'yardımcı yönetici',
475 "form.people.empl" => 'kullanıcı',
476
477 "form.people.rate" => 'varsayılan saat ücreti',
478 "form.people.comanager" => 'yardımcı yönetici',
479 "form.people.projects" => 'projeler',
480
481 // projects form attributes
482 "form.project.proj_title" => 'projeler',
483 "form.project.edit_str" => 'proje düzenleniyor',
484 "form.project.add_str" => 'yeni proje ekleniyor',
485 "form.project.del_str" => 'proje siliniyor',
486
487 // activities form attributes
488 "form.activity.act_title" => 'faaliyetler',
489 "form.activity.add_title" => 'yeni faaliyetler ekleniyor',
490 "form.activity.edit_str" => 'faaliyetler düzenleniyor',
491 "form.activity.del_str" => 'faaliyetler siliniyor',
492 "form.activity.project" => 'proje',
493 "form.activity.th.project" => 'proje',
494
495 // report attributes
496 "form.report.title" => 'raporlar',
497 "form.report.from" => 'başlangıç tarihi',
498 "form.report.to" => 'son tarihi',
499 "form.report.groupby_user" => 'kullanıcı',
500 "form.report.groupby_project" => 'proje',
501 "form.report.duration" => 'süre',
502 "form.report.start" => 'başlangıç',
503 "form.report.finish" => 'son',
504 "form.report.note" => 'not',
505 "form.report.project" => 'proje',
506 "form.report.totals_only" => 'sadece toplamlar',
507 "form.report.total" => 'saat toplamı',
508 "form.report.th.empllist" => 'kullanıcı',
509 "form.report.th.date" => 'tarih',
510 "form.report.th.project" => 'proje',
511 "form.report.th.start" => 'başlangıç',
512 "form.report.th.finish" => 'son',
513 "form.report.th.duration" => 'süre',
514 "form.report.th.note" => 'not',
515
516 // mail form attributes
517 "form.mail.from" => 'kimden',
518 "form.mail.to" => 'kime',
519 "form.mail.comment" => 'yorum',
520 "form.mail.above" => 'bu raporu e-posta ile yolla',
521 // Note to translators: this string needs to be translated.
522 // "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.',
523 "form.mail.sending_str" => '<b>ileti yollandı</b>',
524
525 // invoice attributes
526 "form.invoice.title" => 'fatura',
527 "form.invoice.caption" => 'fatura',
528 "form.invoice.above" => 'fatura için ek bilgi',
529 "form.invoice.select_cust" => 'müşteri seç',
530 "form.invoice.fillform" => 'alanları doldur',
531 "form.invoice.date" => 'tarih',
532 "form.invoice.number" => 'fatura numarası',
533 "form.invoice.tax" => 'vergi',
534 "form.invoice.comment" => 'yorum ',
535 "form.invoice.th.username" => 'kişi',
536 "form.invoice.th.time" => 'saatler',
537 "form.invoice.th.rate" => 'tarife',
538 "form.invoice.th.summ" => 'tutar',
539 "form.invoice.subtotal" => 'alt toplamı',
540 "form.invoice.customer" => 'müşteri',
541 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
542 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
543
544 "form.migration.zip" => 'sıkıştırma',
545 "form.migration.file" => 'dosya seç',
546 "form.migration.import.title" => 'veri içe aktar',
547 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
548 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
549 "form.migration.export.title" => 'dışarı aktar',
550 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
551 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
552
553 "form.client.title" => 'müşteriler',
554 "form.client.add_title" => 'müşteri ekle',
555 "form.client.edit_title" => 'müşteriyi düzenle',
556 "form.client.del_title" => 'müşteriyi sil',
557 "form.client.tax" => 'vergi',
558 "form.client.comment" => 'yorum ',
559
560 // miscellaneous strings
561 "forward.forgot_password" => 'parolanızı unuttunuz mu?',
562 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
563 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
564 "forward.geninvoice" => 'fatura yarat',
565
566 "controls.select.client" => '--- müşteri seç ---',
567 "controls.project_bind" => '--- tümü ---',
568 "controls.all" => '--- tümü ---',
569 "controls.notbind" => '--- hiç ---',
570 "controls.per_tm" => 'bu ay',
571 "controls.per_lm" => 'geçen ay',
572 "controls.per_tw" => 'bu hafta',
573 "controls.per_lw" => 'geçen hafta',
574 "controls.per_td" => 'bugün',
575 "controls.per_at" => 'tüm zamanlar',
576
577 "label.group_title" => 'gruplandırma kıstası',
578
579 "label.set_empl" => 'kullanıcıları seç',
580 "label.sel_all" => 'tümünü seç',
581 "label.sel_none" => 'hiçbirini seçme',
582 "label.or" => 'ya da',
583 "label.disable" => 'devre dışı bırak',
584 "label.enable" => 'devreye sok',
585 );