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