3ab0904af2a3efb6318ea590b3c606652b07491c
[timetracker.git] / WEB-INF / resources / zh-cn.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 $i18n_language = '简体中文';
33 $i18n_months = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
34 $i18n_weekdays = array('星期天', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六');
35 $i18n_weekdays_short = array('周日', '周一', '周二', '周三', '周四', '周五', '周六');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01/29', '01/30', '01/31', '05/01', '05/28', '05/29');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => '登录',
44 'menu.logout' => '注销',
45 'menu.forum' => '论坛',
46 'menu.help' => '帮助',
47 // TODO: translate the following.
48 // 'menu.create_team' => 'Create Team',
49 'menu.profile' => '简介',
50 'menu.time' => '时间记录',
51 'menu.expenses' => '费用',
52 'menu.reports' => '报告',
53 'menu.charts' => '图表',
54 'menu.projects' => '项目',
55 'menu.tasks' => '任务',
56 'menu.users' => '用户',
57 'menu.teams' => '团队',
58 'menu.export' => '导出数据',
59 'menu.clients' => '客户',
60 'menu.options' => '选项',
61
62 // Footer - strings on the bottom of most pages.
63 'footer.contribute_msg' => '你可以以不同的方式为Time Tracker提建议。',
64 'footer.credits' => '信用',
65 'footer.license' => '许可证',
66 'footer.improve' => '投稿',
67
68 // Error messages.
69 'error.access_denied' => '拒绝访问。',
70 'error.sys' => '系统错误。',
71 'error.db' => '数据库错误。',
72 'error.field' => '不正确的"{0}"数据。',
73 'error.empty' => '栏目"{0}"为空。',
74 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"。',
75 // TODO: translate the following.
76 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
77 'error.project' => '选择项目。',
78 // TODO: translate the following.
79 // 'error.task' => 'Select task.',
80 'error.client' => '选择客户。',
81 // TODO: translate the following.
82 // 'error.report' => 'Select report.',
83 // 'error.record' => 'Select record.',
84 'error.auth' => '不正确的用户名或密码。',
85 'error.user_exists' => '该用户登录信息已经存在。',
86 // TODO: translate the following.
87 // 'error.object_exists' => 'Object with this name already exists.',
88 'error.project_exists' => '该项目名称已经存在。',
89 // TODO: translate the following.
90 // 'error.task_exists' => 'Task with this name already exists.',
91 'error.client_exists' => '具有此名称的客户端已经存在。',
92 // TODO: translate the following.
93 // 'error.invoice_exists' => 'Invoice with this number already exists.',
94 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
95 'error.no_login' => '没有该登录信息的用户。',
96 'error.no_teams' => '您的数据库没有任何记录。请以管理员身份登录并创建一个新团队。',
97 'error.upload' => '上传文件出错。',
98 'error.range_locked' => '日期范围锁定。',
99 'error.mail_send' => '发送邮件时出错。',
100 'error.no_email' => '没有电子邮件与该用户名关联。',
101 'error.uncompleted_exists' => '未完成的条目已经存在。关闭或删除。',
102 'error.goto_uncompleted' => '进入未完成的条目。',
103 // TODO: translate the following.
104 // 'error.overlap' => 'Time interval overlaps with existing records.',
105 // 'error.future_date' => 'Date is in future.',
106
107 // Labels for buttons.
108 'button.login' => '登录',
109 'button.now' => '当前时间',
110 'button.save' => '保存',
111 // TODO: translate the following.
112 // 'button.copy' => 'Copy',
113 'button.cancel' => '取消',
114 'button.submit' => '提交',
115 'button.add' => '添加',
116 'button.delete' => '删除',
117 'button.generate' => '创建',
118 'button.reset_password' => '重置密码',
119 'button.send' => '发送',
120 'button.send_by_email' => '通过邮件发送',
121 // TODO: translate the following.
122 // 'button.create_team' => 'Create team',
123 'button.export' => '导出团队信息',
124 'button.import' => '导入团队信息',
125 'button.close' => '关闭',
126 // TODO: translate the following.
127 // 'button.stop' => 'Stop',
128
129 // Labels for controls on forms. Labels in this section are used on multiple forms.
130 'label.team_name' => '团队名称',
131 // TODO: translate the following.
132 // 'label.address' => 'Address',
133 'label.currency' => '货币',
134 'label.manager_name' => '管理员姓名',
135 'label.manager_login' => '管理员登录',
136 'label.person_name' => '姓名',
137 'label.thing_name' => '名称',
138 'label.login' => '登录',
139 'label.password' => '密码',
140 'label.confirm_password' => '确认密码',
141 'label.email' => '电子邮件',
142 'label.cc' => '抄送',
143 // TODO: translate the following.
144 // 'label.bcc' => 'Bcc',
145 'label.subject' => '主题',
146 'label.date' => '日期',
147 'label.start_date' => '开始日期',
148 'label.end_date' => '结束日期',
149 'label.user' => '用户',
150 'label.users' => '用户',
151 // TODO: translate the following.
152 // 'label.roles' => 'Roles',
153 'label.client' => '客户',
154 'label.clients' => '客户',
155 'label.option' => '选项',
156 'label.invoice' => '发票',
157 'label.project' => '项目',
158 'label.projects' => '项目',
159 // TODO: translate the following.
160 // 'label.task' => 'Task',
161 // 'label.tasks' => 'Tasks',
162 // 'label.description' => 'Description',
163 'label.start' => '开始',
164 'label.finish' => '结束',
165 'label.duration' => '持续时间',
166 'label.note' => '备注',
167 'label.notes' => '备注',
168 // TODO: translate the following.
169 // 'label.item' => 'Item',
170 // 'label.cost' => 'Cost',
171 // 'label.day_total' => 'Day total',
172 'label.week_total' => '一周总计',
173 // TODO: translate the following.
174 // 'label.month_total' => 'Month total',
175 'label.today' => '今天',
176 // TODO: translate the following.
177 // 'label.view' => 'View',
178 'label.edit' => '编辑',
179 'label.delete' => '删除',
180 // TODO: translate the following.
181 // 'label.configure' => 'Configure',
182 'label.select_all' => '全部选择',
183 'label.select_none' => '全部不选',
184 // TODO: translate the following.
185 // 'label.day_view' => 'Day view',
186 // 'label.week_view' => 'Week view',
187 'label.id' => 'ID号',
188 'label.language' => '语言',
189 // TODO: translate the following.
190 // 'label.decimal_mark' => 'Decimal mark',
191 'label.date_format' => '日期格式',
192 'label.time_format' => '时间格式',
193 'label.week_start' => '每周的第一天',
194 'label.comment' => '留言',
195 'label.status' => '状态',
196 'label.tax' => '税',
197 // TODO: translate the following.
198 // 'label.subtotal' => 'Subtotal',
199 'label.total' => '总计',
200 // TODO: translate the following.
201 // 'label.client_name' => 'Client name',
202 // 'label.client_address' => 'Client address',
203 'label.or' => '或',
204 // TODO: translate the following.
205 // 'label.error' => 'Error',
206 'label.ldap_hint' => '在下面的栏目输入您的<b>Windows用户名</b>和<b>密码</b>。',
207 'label.required_fields' => '* 必填栏目',
208 'label.on_behalf' => '代表',
209 'label.role_manager' => '(经理)',
210 'label.role_comanager' => '(合作经理人)',
211 'label.role_admin' => '(管理员)',
212 'label.page' => '页码',
213 // TODO: translate the following.
214 // 'label.condition' => 'Condition',
215 // 'label.yes' => 'yes',
216 // 'label.no' => 'no',
217 // Labels for plugins (extensions to Time Tracker that provide additional features).
218 // TODO: translate the following.
219 // 'label.custom_fields' => 'Custom fields',
220 // 'label.monthly_quotas' => 'Monthly quotas',
221 // 'label.type' => 'Type',
222 // 'label.type_dropdown' => 'dropdown',
223 // 'label.type_text' => 'text',
224 // 'label.required' => 'Required',
225 'label.fav_report' => '收藏的报告',
226 // TODO: translate the following.
227 // 'label.cron_schedule' => 'Cron schedule',
228 // 'label.what_is_it' => 'What is it?',
229 // 'label.expense' => 'Expense',
230 // 'label.quantity' => 'Quantity',
231 // 'label.paid_status' => 'Paid status',
232 // 'label.paid' => 'Paid',
233 // 'label.mark_paid' => 'Mark paid',
234 // 'label.week_note' => 'Week note',
235 // 'label.week_list' => 'Week list',
236
237 // Form titles.
238 'title.login' => '登录',
239 'title.teams' => '团队',
240 // TODO: translate the following.
241 // 'title.create_team' => 'Creating Team',
242 // 'title.edit_team' => 'Editing Team',
243 'title.delete_team' => '删除团队',
244 'title.reset_password' => '重设密码',
245 // TODO: translate the following.
246 // 'title.change_password' => 'Changing Password',
247 // 'title.time' => 'Time',
248 'title.edit_time_record' => '编辑时间记录',
249 'title.delete_time_record' => '删除时间记录',
250 // TODO: translate the following.
251 // 'title.expenses' => 'Expenses',
252 // 'title.edit_expense' => 'Editing Expense Item',
253 // 'title.delete_expense' => 'Deleting Expense Item',
254 // 'title.predefined_expenses' => 'Predefined Expenses',
255 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
256 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
257 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
258 'title.reports' => '报告',
259 'title.report' => '报告',
260 // TODO: translate the following.
261 // 'title.send_report' => 'Sending Report',
262 'title.invoice' => '发票',
263 // TODO: translate the following.
264 // 'title.send_invoice' => 'Sending Invoice',
265 // 'title.charts' => 'Charts',
266 'title.projects' => '项目',
267 'title.add_project' => '添加项目',
268 'title.edit_project' => '编辑项目',
269 'title.delete_project' => '删除项目',
270 // TODO: translate the following.
271 // 'title.tasks' => 'Tasks',
272 // 'title.add_task' => 'Adding Task',
273 // 'title.edit_task' => 'Editing Task',
274 // 'title.delete_task' => 'Deleting Task',
275 'title.users' => '用户',
276 'title.add_user' => '添加用户', // TODO: is this correct?
277 'title.edit_user' => '编辑用户',
278 'title.delete_user' => '删除用户',
279 // TODO: translate the following.
280 // 'title.roles' => 'Roles',
281 // 'title.add_role' => 'Adding Role',
282 // 'title.edit_role' => 'Editing Role',
283 // 'title.delete_role' => 'Deleting Role',
284 'title.clients' => '客户',
285 'title.add_client' => '添加客户',
286 'title.edit_client' => '编辑客户',
287 'title.delete_client' => '删除客户',
288 'title.invoices' => '发票',
289 // TODO: translate the following.
290 // 'title.add_invoice' => 'Adding Invoice',
291 // 'title.view_invoice' => 'Viewing Invoice',
292 // 'title.delete_invoice' => 'Deleting Invoice',
293 // 'title.notifications' => 'Notifications',
294 // 'title.add_notification' => 'Adding Notification',
295 // 'title.edit_notification' => 'Editing Notification',
296 // 'title.delete_notification' => 'Deleting Notification',
297 // 'title.monthly_quotas' => 'Monthly Quotas',
298 // 'title.export' => 'Exporting Team Data',
299 // 'title.import' => 'Importing Team Data',
300 'title.options' => '选项',
301 'title.profile' => '简介',
302 // TODO: translate the following.
303 // 'title.cf_custom_fields' => 'Custom Fields',
304 // 'title.cf_add_custom_field' => 'Adding Custom Field',
305 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
306 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
307 // 'title.cf_dropdown_options' => 'Dropdown Options',
308 // 'title.cf_add_dropdown_option' => 'Adding Option',
309 // 'title.cf_edit_dropdown_option' => 'Editing Option',
310 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
311 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
312 // It is also a name for the Locking plugin on the Team profile page.
313 // 'title.locking' => 'Locking',
314 // 'title.week_view' => 'Week View',
315
316 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
317 // Strings that are used in a single form must go to the specific form section.
318 'dropdown.all' => '--- 全部 ---',
319 'dropdown.no' => '--- 无 ---',
320 'dropdown.current_day' => '今天',
321 'dropdown.previous_day' => '昨天',
322 'dropdown.selected_day' => '天',
323 'dropdown.current_week' => '本周',
324 'dropdown.previous_week' => '上周',
325 'dropdown.selected_week' => '周',
326 'dropdown.current_month' => '本月',
327 'dropdown.previous_month' => '上个月', // TODO: is this correct? Not 上月?
328 'dropdown.selected_month' => '月',
329 'dropdown.current_year' => '今年',
330 // TODO: translate the following.
331 // 'dropdown.previous_year' => 'previous year',
332 // 'dropdown.selected_year' => 'year',
333 'dropdown.all_time' => '全部时间',
334 'dropdown.projects' => '项目',
335 // TODO: translate the following.
336 // 'dropdown.tasks' => 'tasks',
337 'dropdown.clients' => '客户',
338 // TODO: translate the following.
339 // 'dropdown.select' => '--- select ---',
340 // 'dropdown.select_invoice' => '--- select invoice ---',
341 // 'dropdown.status_active' => 'active',
342 // 'dropdown.status_inactive' => 'inactive',
343 // 'dropdown.delete' => 'delete',
344 // 'dropdown.do_not_delete' => 'do not delete',
345 // 'dropdown.paid' => 'paid',
346 // 'dropdown.not_paid' => 'not paid',
347
348 // Login form. See example at https://timetracker.anuko.com/login.php.
349 'form.login.forgot_password' => '忘记密码?',
350 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> 是一种简单、易用、开放源代码的实时跟踪系统。',
351
352 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
353 'form.reset_password.message' => '密码重设请求已经发送。', // TODO: Add "by email" to match the English string.
354 'form.reset_password.email_subject' => 'Anuko时间追踪器密码重设请求',
355 // TODO: translate the ending of the following.
356 'form.reset_password.email_body' => "亲爱的用户,\n\n有人,也可能是您自己,请求重新设置您的Anuko时间追踪器密码。如果您希望重设您的密码,请访问下面的连结:\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",
357
358 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
359 // TODO: translate the following.
360 // 'form.change_password.tip' => 'Type new password and click on Save.',
361
362 // Time form. See example at https://timetracker.anuko.com/time.php.
363 'form.time.duration_format' => '(时:分 或 0.0h)',
364 'form.time.billable' => '计费时间',
365 'form.time.uncompleted' => '未完成',
366 // TODO: translate the following.
367 // 'form.time.remaining_quota' => 'Remaining quota',
368 // 'form.time.over_quota' => 'Over quota',
369
370 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
371 'form.time_edit.uncompleted' => '该记录只保存了开始时间。这不是错误。',
372
373 // Week view form. See example at https://timetracker.anuko.com/week.php.
374 // TODO: translate the following.
375 // 'form.week.new_entry' => 'New entry',
376
377 // Reports form. See example at https://timetracker.anuko.com/reports.php
378 'form.reports.save_as_favorite' => '保存到我的收藏夹',
379 'form.reports.confirm_delete' => '您确认要删除收藏的这个报告吗?',
380 'form.reports.include_billable' => '计费时间',
381 'form.reports.include_not_billable' => '非计费时间',
382 // TODO: translate the following.
383 // 'form.reports.include_invoiced' => 'invoiced',
384 // 'form.reports.include_not_invoiced' => 'not invoiced',
385 'form.reports.select_period' => '选择时间段',
386 'form.reports.set_period' => '或设定日期',
387 'form.reports.show_fields' => '显示栏目',
388 'form.reports.group_by' => '分组方式',
389 'form.reports.group_by_no' => '--- 没有分组 ---',
390 'form.reports.group_by_date' => '日期',
391 'form.reports.group_by_user' => '用户',
392 // TODO: translate the following.
393 // 'form.reports.group_by_client' => 'client',
394 'form.reports.group_by_project' => '项目',
395 // TODO: translate the following.
396 // 'form.reports.group_by_task' => 'task',
397 // 'form.reports.totals_only' => 'Totals only',
398
399 // Report form. See example at https://timetracker.anuko.com/report.php
400 // (after generating a report at https://timetracker.anuko.com/reports.php).
401 // TODO: translate the following.
402 // 'form.report.export' => 'Export',
403 // 'form.report.assign_to_invoice' => 'Assign to invoice',
404
405 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
406 // (you can get to this form after generating a report).
407 'form.invoice.number' => '发票号码',
408 'form.invoice.person' => '人', // TODO: is this correct?
409
410 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
411 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
412 // 'form.invoice.invoice_entries' => 'Invoice entries',
413 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
414
415 // Charts form. See example at https://timetracker.anuko.com/charts.php
416 // TODO: translate the following.
417 // 'form.charts.interval' => 'Interval',
418 // 'form.charts.chart' => 'Chart',
419
420 // Projects form. See example at https://timetracker.anuko.com/projects.php
421 // TODO: translate the following.
422 // 'form.projects.active_projects' => 'Active Projects',
423 // 'form.projects.inactive_projects' => 'Inactive Projects',
424
425 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
426 // TODO: translate the following.
427 // 'form.tasks.active_tasks' => 'Active Tasks',
428 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
429
430 // Users form. See example at https://timetracker.anuko.com/users.php
431 // TODO: translate the following.
432 // 'form.users.active_users' => 'Active Users',
433 // 'form.users.inactive_users' => 'Inactive Users',
434 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
435 'form.users.role' => '角色',
436 'form.users.manager' => '经理',
437 'form.users.comanager' => '合作经理人',
438 'form.users.rate' => '费率',
439 'form.users.default_rate' => '默认小时收费',
440
441 // Roles form. See example at https://timetracker.anuko.com/roles.php
442 // TODO: translate the following.
443 // 'form.roles.active_roles' => 'Active Roles',
444 // 'form.roles.inactive_roles' => 'Inactive Roles',
445 // 'form.roles.rights' => 'Rights',
446
447 // Clients form. See example at https://timetracker.anuko.com/clients.php
448 // TODO: translate the following.
449 // 'form.clients.active_clients' => 'Active Clients',
450 // 'form.clients.inactive_clients' => 'Inactive Clients',
451
452 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
453 // TODO: translate the following.
454 // 'form.client.client_to_delete' => 'Client to delete',
455 // 'form.client.client_entries' => 'Client entries',
456
457 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
458 'form.export.hint' => '您可以将所有团队数据导出到xml文件。如果您要将数据转移到您自己的服务器,这项操作很有用。',
459 'form.export.compression' => '压缩',
460 'form.export.compression_none' => '不压缩',
461 'form.export.compression_bzip' => 'bzip格式',
462
463 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
464 'form.import.hint' => '从xml文件导入团队数据。',
465 'form.import.file' => '选择档',
466 'form.import.success' => '成功完成导入。',
467
468 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
469 'form.teams.hint' => '通过创建新的团队经理账号来创建新团队。<br>您也可以从其它的Anuko时间追踪器服务器的xml文件导入团队数据(登录信息不能发生冲突)。',
470
471 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
472 // TODO: translate the following.
473 // 'form.profile.12_hours' => '12 hours',
474 // 'form.profile.24_hours' => '24 hours',
475 // 'form.profile.show_holidays' => 'Show holidays',
476 // 'form.profile.tracking_mode' => 'Tracking mode',
477 // 'form.profile.mode_time' => 'time',
478 // 'form.profile.mode_projects' => 'projects',
479 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
480 // 'form.profile.record_type' => 'Record type',
481 // 'form.profile.type_all' => 'all',
482 // 'form.profile.type_start_finish' => 'start and finish',
483 // 'form.profile.type_duration' => 'duration',
484 // 'form.profile.punch_mode' => 'Punch mode',
485 // 'form.profile.allow_overlap' => 'Allow overlap',
486 // 'form.profile.future_entries' => 'Future entries',
487 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
488 // 'form.profile.plugins' => 'Plugins',
489
490 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
491 'form.mail.from' => '从',
492 'form.mail.to' => '到',
493 // TODO: translate the following.
494 // 'form.mail.report_subject' => 'Time Tracker Report',
495 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
496 // 'form.mail.report_sent' => 'Report sent.',
497 'form.mail.invoice_sent' => '发票已送出。',
498
499 // Quotas configuration form.
500 // TODO: translate the following.
501 // 'form.quota.year' => 'Year',
502 // 'form.quota.month' => 'Month',
503 // 'form.quota.quota' => 'Quota',
504 // 'form.quota.workday_hours' => 'Hours in work day',
505 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
506
507 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
508 // TODO: translate the following.
509 // 'role.user.label' => 'User',
510 // 'role.user.low_case_label' => 'user',
511 // 'role.user.description' => 'A regular member without management rights.',
512 // 'role.client.label' => 'Client',
513 // 'role.client.low_case_label' => 'client',
514 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
515 // 'role.supervisor.label' => 'Supervisor',
516 // 'role.supervisor.low_case_label' => 'supervisor',
517 // 'role.supervisor.description' => 'A person with a small set of management rights.',
518 // 'role.comanager.label' => 'Co-manager',
519 // 'role.comanager.low_case_label' => 'co-manager',
520 // 'role.comanager.description' => 'A person with a big set of management functions.',
521 // 'role.manager.label' => 'Manager',
522 // 'role.manager.low_case_label' => 'manager',
523 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
524 // 'role.top_manager.label' => 'Top manager',
525 // 'role.top_manager.low_case_label' => 'top manager',
526 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
527 // 'role.admin.label' => 'Administrator',
528 // 'role.admin.low_case_label' => 'administrator',
529 // 'role.admin.description' => 'Site adminsitrator.',
530 );