More refactoring of labels.
[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
200
201
202 // TODO: refactoring ongoing down from here.
203
204 'label.total' => 'toplam',
205 // TODO: translate the following.
206 // 'label.page' => 'Page',
207 // 'label.condition' => 'Condition',
208 // TODO: translate the following.
209 // 'label.yes' => 'yes',
210 // 'label.no' => 'no',
211
212 // Form titles.
213 // TODO: the entire title section is missing here. See the English file.
214
215 "form.filter.project" => 'proje',
216 "form.filter.filter" => 'sık kullanılan rapor',
217 "form.filter.filter_new" => 'sık kullanılan olarak kaydet',
218 // Note to translators: the string below is missing and must be translated and added
219 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
220
221 // login form attributes
222 "form.login.title" => 'giriş',
223 // Note to translators: "form.login.login" => 'e-posta', // e-mail has been changed to login
224
225 // password reminder form attributes
226 "form.fpass.title" => 'parolayı sıfırla',
227 // Note to translators: "form.fpass.login" => 'e-posta', // e-mail has been changed to login
228 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
229 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
230 // Note to translators: the ending of this string needs to be translated.
231 "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",
232 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
233
234 // administrator form
235 "form.admin.title" => 'yönetici',
236 "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).',
237
238 "form.admin.change_pass" => 'yönetici hesabın parolasını değiştir',
239 "form.admin.profile.title" => 'ekipler',
240 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
241 "form.admin.profile.comment" => 'ekibi sil',
242 "form.admin.profile.th.id" => 'id',
243 "form.admin.profile.th.name" => 'isim',
244 "form.admin.profile.th.edit" => 'düzenle',
245 "form.admin.profile.th.del" => 'sil',
246 "form.admin.profile.th.active" => 'aktif',
247 // Note to translators: the strings below are missing and must be translated and added
248 // "form.admin.options" => 'options',
249 // "form.admin.custom_date_format" => "date format",
250 // "form.admin.custom_time_format" => "time format",
251 // "form.admin.start_week" => "first day of week",
252
253 // my time form attributes
254 "form.mytime.title" => 'zamanım',
255 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
256 "form.mytime.del_str" => 'zaman kaydını siliyor',
257 "form.mytime.time_form" => ' (ss:dd)',
258 "form.mytime.date" => 'tarih',
259 "form.mytime.project" => 'proje',
260 "form.mytime.activity" => 'faaliyet',
261 "form.mytime.start" => 'başlat',
262 "form.mytime.finish" => 'tamamla',
263 "form.mytime.duration" => 'süre',
264 "form.mytime.note" => 'not',
265 "form.mytime.behalf" => 'kişiye yönelik günlük çalışma',
266 "form.mytime.daily" => 'günlük çalışma',
267 "form.mytime.total" => 'toplam saat: ',
268 "form.mytime.th.project" => 'proje',
269 "form.mytime.th.activity" => 'faaliyet',
270 "form.mytime.th.start" => 'başlat',
271 "form.mytime.th.finish" => 'tamamla',
272 "form.mytime.th.duration" => 'süre',
273 "form.mytime.th.note" => 'not',
274 "form.mytime.th.edit" => 'düzenle',
275 "form.mytime.th.delete" => 'sil',
276 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
277 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
278 "form.mytime.billable" => 'faturalandırılabilir',
279 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
280 // Note to translators: the string below is missing and must be translated and added
281 // "form.mytime.uncompleted" => 'uncompleted',
282
283 // profile form attributes
284 // Note to translators: we need a more accurate translation of form.profile.create_title
285 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
286 "form.profile.edit_title" => 'profili düzenliyor',
287 "form.profile.name" => 'isim',
288 // Note to translators: "form.profile.login" => 'e-posta', // email has been changed to login
289
290 // Note to translators: the string below is missing and must be translated and added
291 // "form.profile.showchart" => 'show pie charts',
292 // "form.profile.lang" => 'language',
293 // "form.profile.custom_date_format" => "date format",
294 // "form.profile.custom_time_format" => "time format",
295 // "form.profile.default_format" => "(default)",
296 // "form.profile.start_week" => "first day of week",
297
298 // people form attributes
299 "form.people.ppl_str" => 'insanlar',
300 "form.people.createu_str" => 'yeni kullanıcı yarat',
301 "form.people.edit_str" => 'kullanıcı düzenleniyor',
302 "form.people.del_str" => 'kullanıcı siliniyor',
303 "form.people.th.name" => 'isim',
304 // Note to translators: "form.people.th.login" => 'e-posta', // email has been changed to login
305 "form.people.th.role" => 'rol',
306 "form.people.th.edit" => 'düzenle',
307 "form.people.th.del" => 'sil',
308 "form.people.th.status" => 'durum',
309 "form.people.th.project" => 'proje',
310 "form.people.th.rate" => 'tarife',
311 "form.people.manager" => 'yönetici',
312 "form.people.comanager" => 'yardımcı yönetici',
313 "form.people.empl" => 'kullanıcı',
314 "form.people.name" => 'isim',
315 // Note to translators: "form.people.login" => 'e-posta', // email has been changed to login
316
317 "form.people.rate" => 'varsayılan saat ücreti',
318 "form.people.comanager" => 'yardımcı yönetici',
319 "form.people.projects" => 'projeler',
320
321 // projects form attributes
322 "form.project.proj_title" => 'projeler',
323 "form.project.edit_str" => 'proje düzenleniyor',
324 "form.project.add_str" => 'yeni proje ekleniyor',
325 "form.project.del_str" => 'proje siliniyor',
326 "form.project.th.name" => 'isim',
327 "form.project.th.edit" => 'düzenle',
328 "form.project.th.del" => 'sil',
329 "form.project.name" => 'isim',
330
331 // activities form attributes
332 "form.activity.act_title" => 'faaliyetler',
333 "form.activity.add_title" => 'yeni faaliyetler ekleniyor',
334 "form.activity.edit_str" => 'faaliyetler düzenleniyor',
335 "form.activity.del_str" => 'faaliyetler siliniyor',
336 "form.activity.name" => 'isim',
337 "form.activity.project" => 'proje',
338 "form.activity.th.name" => 'isim',
339 "form.activity.th.project" => 'proje',
340 "form.activity.th.edit" => 'düzenle',
341 "form.activity.th.del" => 'sil',
342
343 // report attributes
344 "form.report.title" => 'raporlar',
345 "form.report.from" => 'başlangıç tarihi',
346 "form.report.to" => 'son tarihi',
347 "form.report.groupby_user" => 'kullanıcı',
348 "form.report.groupby_project" => 'proje',
349 "form.report.groupby_activity" => 'faaliyet',
350 "form.report.duration" => 'süre',
351 "form.report.start" => 'başlangıç',
352 "form.report.activity" => 'faaliyet',
353 "form.report.show_idle" => 'durağanı göster',
354 "form.report.finish" => 'son',
355 "form.report.note" => 'not',
356 "form.report.project" => 'proje',
357 "form.report.totals_only" => 'sadece toplamlar',
358 "form.report.total" => 'saat toplamı',
359 "form.report.th.empllist" => 'kullanıcı',
360 "form.report.th.date" => 'tarih',
361 "form.report.th.project" => 'proje',
362 "form.report.th.activity" => 'faaliyet',
363 "form.report.th.start" => 'başlangıç',
364 "form.report.th.finish" => 'son',
365 "form.report.th.duration" => 'süre',
366 "form.report.th.note" => 'not',
367
368 // mail form attributes
369 "form.mail.from" => 'kimden',
370 "form.mail.to" => 'kime',
371 "form.mail.comment" => 'yorum',
372 "form.mail.above" => 'bu raporu e-posta ile yolla',
373 // Note to translators: this string needs to be translated.
374 // "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.',
375 "form.mail.sending_str" => '<b>ileti yollandı</b>',
376
377 // invoice attributes
378 "form.invoice.title" => 'fatura',
379 "form.invoice.caption" => 'fatura',
380 "form.invoice.above" => 'fatura için ek bilgi',
381 "form.invoice.select_cust" => 'müşteri seç',
382 "form.invoice.fillform" => 'alanları doldur',
383 "form.invoice.date" => 'tarih',
384 "form.invoice.number" => 'fatura numarası',
385 "form.invoice.tax" => 'vergi',
386 "form.invoice.comment" => 'yorum ',
387 "form.invoice.th.username" => 'kişi',
388 "form.invoice.th.time" => 'saatler',
389 "form.invoice.th.rate" => 'tarife',
390 "form.invoice.th.summ" => 'tutar',
391 "form.invoice.subtotal" => 'alt toplamı',
392 "form.invoice.customer" => 'müşteri',
393 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
394 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
395
396 "form.migration.zip" => 'sıkıştırma',
397 "form.migration.file" => 'dosya seç',
398 "form.migration.import.title" => 'veri içe aktar',
399 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
400 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
401 "form.migration.export.title" => 'dışarı aktar',
402 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
403 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
404 // Note to translators: the strings below are missing and must be added and translated
405 // "form.migration.compression.none" => 'none',
406 // "form.migration.compression.gzip" => 'gzip',
407 // "form.migration.compression.bzip" => 'bzip',
408
409 "form.client.title" => 'müşteriler',
410 "form.client.add_title" => 'müşteri ekle',
411 "form.client.edit_title" => 'müşteriyi düzenle',
412 "form.client.del_title" => 'müşteriyi sil',
413 "form.client.th.name" => 'isim',
414 "form.client.th.edit" => 'düzenle',
415 "form.client.th.del" => 'sil',
416 "form.client.name" => 'isim',
417 "form.client.tax" => 'vergi',
418 "form.client.comment" => 'yorum ',
419
420 // miscellaneous strings
421 "forward.forgot_password" => 'parolanızı unuttunuz mu?',
422 "forward.edit" => 'düzenle',
423 "forward.delete" => 'sil',
424 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
425 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
426 "forward.geninvoice" => 'fatura yarat',
427 "forward.change" => 'müşterileri düzenle',
428
429 // strings inside contols on forms
430 "controls.select.project" => '--- proje seç ---',
431 "controls.select.activity" => '--- faaliyet seç ---',
432 "controls.select.client" => '--- müşteri seç ---',
433 "controls.project_bind" => '--- tümü ---',
434 "controls.all" => '--- tümü ---',
435 "controls.notbind" => '--- hiç ---',
436 "controls.per_tm" => 'bu ay',
437 "controls.per_lm" => 'geçen ay',
438 "controls.per_tw" => 'bu hafta',
439 "controls.per_lw" => 'geçen hafta',
440 "controls.per_td" => 'bugün',
441 "controls.per_at" => 'tüm zamanlar',
442 // Note to translators: the string below is missing and must be added and translated
443 // "controls.per_ty" => 'this year',
444 "controls.sel_period" => '--- zaman dönemi seç ---',
445 "controls.sel_groupby" => '--- gruplama yok ---',
446 "controls.inc_billable" => 'faturalandırılabilir',
447 "controls.inc_nbillable" => 'faturalandırılamaz',
448 // Note to translators: the string below is missing and must be added and translated
449 // "controls.default" => '--- default ---',
450
451 // labels
452 "label.chart.title1" => 'kullanıcı için faaliyetler',
453 // Note to translators: the string below is missing and must be added and translated
454 // "label.chart.title2" => 'projects for user',
455 "label.chart.period" => 'dönem için grafik',
456
457 "label.pinfo" => '%, %',
458 "label.pinfo2" => '%',
459 "label.pbehalf_info" => '% % <b>% adına</b>',
460 "label.pminfo" => ' (yönetici)',
461 "label.pcminfo" => ' (yardımcı yönetici)',
462 "label.painfo" => ' (sistem yönetici)',
463 "label.time_noentry" => 'giriş yok',
464 "label.today" => 'bugün',
465 "label.req_fields" => '* zorunlu bilgi',
466 "label.sel_project" => 'proje seç',
467 "label.sel_activity" => 'faaliyet seç',
468 "label.sel_tp" => 'zaman aralığını seç',
469 "label.set_tp" => 'ya da tarihleri belirle',
470 "label.fields" => 'alanları göster',
471 "label.group_title" => 'gruplandırma kıstası',
472 "label.include_title" => 'kayıtları dahil et',
473 "label.inv_str" => 'fatura',
474 "label.set_empl" => 'kullanıcıları seç',
475 "label.sel_all" => 'tümünü seç',
476 "label.sel_none" => 'hiçbirini seçme',
477 "label.or" => 'ya da',
478 "label.disable" => 'devre dışı bırak',
479 "label.enable" => 'devreye sok',
480 "label.filter" => 'filtre',
481 "label.timeweek" => 'haftalık toplam',
482 // Note to translators: the strings below are missing and must be added and translated
483 // "label.hrs" => 'hrs',
484 // "label.errors" => 'errors',
485 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
486 // "label.calendar_today" => 'today',
487 // "label.calendar_close" => 'close',
488
489 // login hello text
490 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
491 );