Introduced a new string in translation files.
[timetracker.git] / WEB-INF / resources / pt.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: Please use proper capitalization rules for your language.
33
34 $i18n_language = 'Portuguese (Português)';
35 $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Augosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro');
36 $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado');
37 $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '04/25', '05/01', '06/10', '06/11', '08/15', '10/05', '01/11', '12/01', '12/08', '12/25');
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' => 'Login',
46 'menu.logout' => 'Logout',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Ajuda',
50 // TODO: translate the following.
51 // 'menu.create_group' => 'Create Group',
52 'menu.profile' => 'Perfil',
53 // TODO: translate the following.
54 // 'menu.group' => 'Group',
55 // 'menu.plugins' => 'Plugins',
56 'menu.time' => 'Tempo',
57 // TODO: translate the following.
58 // 'menu.expenses' => 'Expenses',
59 'menu.reports' => 'Relatórios',
60 // TODO: translate the following.
61 'menu.charts' => 'Charts',
62 'menu.projects' => 'Projetos',
63 // TODO: translate the following.
64 // 'menu.tasks' => 'Tasks',
65 'menu.users' => 'Usuários',
66 // TODO: translate the following.
67 // 'menu.groups' => 'Groups',
68 // 'menu.export' => 'Export',
69 // 'menu.clients' => 'Clients',
70 'menu.options' => 'Opções',
71
72 // Footer - strings on the bottom of most pages.
73 // TODO: translate the following.
74 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
75 // 'footer.credits' => 'Credits',
76 // 'footer.license' => 'License',
77 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
78                                      // This is a link to a webpage that describes how to contribute to the project.
79
80 // Error messages.
81 // TODO: translate the following.
82 // 'error.access_denied' => 'Access denied.',
83 // 'error.sys' => 'System error.',
84 // 'error.db' => 'Database error.',
85 // 'error.feature_disabled' => 'Feature is disabled.',
86 // 'error.field' => 'Incorrect "{0}" data.',
87 // 'error.empty' => 'Field "{0}" is empty.',
88 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
89 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
90 'error.project' => 'Selecione projeto.',
91 // TODO: translate the following.
92 // 'error.task' => 'Select task.',
93 // 'error.client' => 'Select client.',
94 // 'error.report' => 'Select report.',
95 // 'error.record' => 'Select record.',
96 // 'error.auth' => 'Incorrect login or password.',
97 // 'error.user_exists' => 'User with this login already exists.',
98 // 'error.object_exists' => 'Object with this name already exists.',
99 // 'error.project_exists' => 'Project with this name already exists.',
100 // 'error.task_exists' => 'Task with this name already exists.',
101 // 'error.client_exists' => 'Client with this name already exists.',
102 // 'error.invoice_exists' => 'Invoice with this number already exists.',
103 // 'error.role_exists' => 'Role with this rank already exists.',
104 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
105 // 'error.no_login' => 'No user with this login.',
106 // 'error.no_groups' => 'Your database is empty. Login as admin and create a new group.',
107 // 'error.upload' => 'File upload error.',
108 // 'error.range_locked' => 'Date range is locked.',
109 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
110 // 'error.no_email' => 'No email associated with this login.',
111 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
112 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
113 // 'error.overlap' => 'Time interval overlaps with existing records.',
114 // 'error.future_date' => 'Date is in future.',
115 // 'error.xml' => 'Error in XML file at line %d: %s.',
116 // 'error.cannot_import' => 'Cannot import: %s.',
117 // 'error.format' => 'Invalid file format.',
118
119 // Labels for buttons.
120 'button.login' => 'Login',
121 'button.now' => 'Hoje',
122 'button.save' => 'Salvar',
123 // TODO: translate the following.
124 // 'button.copy' => 'Copy',
125 'button.cancel' => 'Cancelar',
126 'button.submit' => 'Submeter',
127 'button.add' => 'Adicionar',
128 'button.delete' => 'Apagar',
129 // TODO: translate the following.
130 // 'button.generate' => 'Generate',
131 // 'button.reset_password' => 'Reset password',
132 'button.send' => 'Enviar',
133 'button.send_by_email' => 'Enviar por e-mail',
134 // TODO: translate the following.
135 // 'button.create_group' => 'Create group',
136 // 'button.export' => 'Export group',
137 // 'button.import' => 'Import group',
138 // 'button.close' => 'Close',
139 // 'button.stop' => 'Stop',
140
141 // Labels for controls on forms. Labels in this section are used on multiple forms.
142 // TODO: translate the following.
143 // 'label.group_name' => 'Group name',
144 // 'label.address' => 'Address',
145 // 'label.currency' => 'Currency',
146 // 'label.manager_name' => 'Manager name',
147 // 'label.manager_login' => 'Manager login',
148 'label.person_name' => 'Nome',
149 'label.thing_name' => 'Nome',
150 // TODO: translate the following.
151 // 'label.login' => 'Login',
152 'label.password' => 'Senha',
153 'label.confirm_password' => 'Confirme a senha',
154 'label.email' => 'E-mail',
155 // TODO: translate the following.
156 // 'label.cc' => 'Cc',
157 // 'label.bcc' => 'Bcc',
158 'label.subject' => 'Assunto',
159 'label.date' => 'Data',
160 'label.start_date' => 'Data inicial',
161 'label.end_date' => 'Data final',
162 'label.user' => 'Usuário',
163 'label.users' => 'Usuários',
164 // TODO: translate the following.
165 // 'label.group' => 'Group',
166 // 'label.roles' => 'Roles',
167 // 'label.client' => 'Client',
168 // 'label.clients' => 'Clients',
169 // 'label.option' => 'Option',
170 // 'label.invoice' => 'Invoice',
171 'label.project' => 'Projeto',
172 'label.projects' => 'Projetos',
173 // TODO: translate the following.
174 // 'label.task' => 'Task',
175 // 'label.tasks' => 'Tasks',
176 // 'label.description' => 'Description',
177 'label.start' => 'Início',
178 'label.finish' => 'Fim',
179 'label.duration' => 'Duração',
180 'label.note' => 'Anotação',
181 'label.notes' => 'Anotações',
182 // TODO: translate the following.
183 // 'label.item' => 'Item',
184 // 'label.cost' => 'Cost',
185 // 'label.ip' => 'IP',
186 // 'label.day_total' => 'Day total',
187 // 'label.week_total' => 'Week total',
188 // 'label.month_total' => 'Month total',
189 // 'label.today' => 'Today',
190 // 'label.view' => 'View',
191 'label.edit' => 'Editar',
192 'label.delete' => 'Apagar',
193 // TODO: translate the following.
194 // 'label.configure' => 'Configure',
195 // 'label.select_all' => 'Select all',
196 // 'label.select_none' => 'Deselect all',
197 // 'label.day_view' => 'Day view',
198 // 'label.week_view' => 'Week view',
199 // 'label.id' => 'ID',
200 // 'label.language' => 'Language',
201 // 'label.decimal_mark' => 'Decimal mark',
202 // 'label.date_format' => 'Date format',
203 // 'label.time_format' => 'Time format',
204 // 'label.week_start' => 'First day of week',
205 'label.comment' => 'Comentário',
206 'label.status' => 'Status',
207 // TODO: translate the following.
208 // 'label.tax' => 'Tax',
209 // 'label.subtotal' => 'Subtotal',
210 // 'label.total' => 'Total',
211 // 'label.client_name' => 'Client name',
212 // 'label.client_address' => 'Client address',
213 'label.or' => 'ou',
214 // TODO: translate the following.
215 // 'label.error' => 'Error',
216 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
217 'label.required_fields' => '* campos obrigatórios',
218 // TODO: translate the following.
219 // 'label.on_behalf' => 'on behalf of',
220 'label.role_manager' => '(gerente)',
221 // TODO: translate the following.
222 // 'label.role_comanager' => '(co-manager)',
223 // 'label.role_admin' => '(administrator)',
224 // 'label.page' => 'Page',
225 // 'label.condition' => 'Condition',
226 // 'label.yes' => 'yes',
227 // 'label.no' => 'no',
228 // Labels for plugins (extensions to Time Tracker that provide additional features).
229 // TODO: translate the following.
230 // 'label.custom_fields' => 'Custom fields',
231 // 'label.monthly_quotas' => 'Monthly quotas',
232 // 'label.type' => 'Type',
233 // 'label.type_dropdown' => 'dropdown',
234 // 'label.type_text' => 'text',
235 // 'label.required' => 'Required',
236 // 'label.fav_report' => 'Favorite report',
237 // 'label.schedule' => 'Schedule',
238 // 'label.what_is_it' => 'What is it?',
239 // 'label.expense' => 'Expense',
240 // 'label.quantity' => 'Quantity',
241 // 'label.paid_status' => 'Paid status',
242 // 'label.paid' => 'Paid',
243 // 'label.mark_paid' => 'Mark paid',
244 // 'label.week_note' => 'Week note',
245 // 'label.week_list' => 'Week list',
246 // 'label.work_units' => 'Work units',
247 // 'label.work_units_short' => 'Units',
248 // 'label.totals_only' => 'Totals only',
249
250 // Form titles.
251 'title.login' => 'Login',
252 // TODO: translate the following.
253 // 'title.groups' => 'Groups',
254 // 'title.create_group' => 'Creating Group',
255 // 'title.edit_group' => 'Editing Group',
256 // 'title.delete_group' => 'Deleting Group',
257 // 'title.reset_password' => 'Resetting Password',
258 // 'title.change_password' => 'Changing Password',
259 // 'title.time' => 'Time',
260 // 'title.edit_time_record' => 'Editing Time Record',
261 // 'title.delete_time_record' => 'Deleting Time Record',
262 // 'title.expenses' => 'Expenses',
263 // 'title.edit_expense' => 'Editing Expense Item',
264 // 'title.delete_expense' => 'Deleting Expense Item',
265 // 'title.predefined_expenses' => 'Predefined Expenses',
266 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
267 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
268 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
269 'title.reports' => 'Relatórios',
270 'title.report' => 'Relatório',
271 // TODO: translate the following.
272 // 'title.send_report' => 'Sending Report',
273 // 'title.invoice' => 'Invoice',
274 // 'title.send_invoice' => 'Sending Invoice',
275 // 'title.charts' => 'Charts',
276 'title.projects' => 'Projetos',
277 'title.add_project' => 'Adicionando projeto',
278 'title.edit_project' => 'Editando projeto',
279 'title.delete_project' => 'Apagando projeto',
280 // TODO: translate the following.
281 // 'title.tasks' => 'Tasks',
282 // 'title.add_task' => 'Adding Task',
283 // 'title.edit_task' => 'Editing Task',
284 // 'title.delete_task' => 'Deleting Task',
285 'title.users' => 'Usuários',
286 'title.add_user' => 'Adicionando usuário',
287 'title.edit_user' => 'Editando usuário',
288 'title.delete_user' => 'Apagando usuário',
289 // TODO: translate the following.
290 // 'title.roles' => 'Roles',
291 // 'title.add_role' => 'Adding Role',
292 // 'title.edit_role' => 'Editing Role',
293 // 'title.delete_role' => 'Deleting Role',
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' => 'Invoices',
299 // 'title.add_invoice' => 'Adding Invoice',
300 // 'title.view_invoice' => 'Viewing Invoice',
301 // 'title.delete_invoice' => 'Deleting Invoice',
302 // 'title.notifications' => 'Notifications',
303 // 'title.add_notification' => 'Adding Notification',
304 // 'title.edit_notification' => 'Editing Notification',
305 // 'title.delete_notification' => 'Deleting Notification',
306 // 'title.monthly_quotas' => 'Monthly Quotas',
307 // 'title.export' => 'Exporting Group Data',
308 // 'title.import' => 'Importing Group Data',
309 'title.options' => 'Opções',
310 'title.profile' => 'Perfil',
311 // TODO: translate the following.
312 // 'title.group' => 'Group Settings',
313 // 'title.plugins' => 'Plugins',
314 // 'title.cf_custom_fields' => 'Custom Fields',
315 // 'title.cf_add_custom_field' => 'Adding Custom Field',
316 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
317 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
318 // 'title.cf_dropdown_options' => 'Dropdown Options',
319 // 'title.cf_add_dropdown_option' => 'Adding Option',
320 // 'title.cf_edit_dropdown_option' => 'Editing Option',
321 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
322 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
323 // It is also a name for the Locking plugin on the group settings page.
324 // 'title.locking' => 'Locking',
325 // 'title.week_view' => 'Week View',
326 // 'title.swap_roles' => 'Swapping Roles',
327 // 'title.work_units' => 'Work Units',
328
329 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
330 // Strings that are used in a single form must go to the specific form section.
331 // TODO: translate the following.
332 // 'dropdown.all' => '--- all ---',
333 // 'dropdown.no' => '--- no ---',
334 // 'dropdown.current_day' => 'today',
335 // 'dropdown.previous_day' => 'yesterday',
336 // 'dropdown.selected_day' => 'day',
337 'dropdown.current_week' => 'esta semana',
338 'dropdown.previous_week' => 'última semana',
339 'dropdown.selected_week' => 'semana',
340 'dropdown.current_month' => 'este mês',
341 'dropdown.previous_month' => 'último mês',
342 'dropdown.selected_month' => 'mês',
343 // TODO: translate the following.
344 // 'dropdown.current_year' => 'this year',
345 // 'dropdown.previous_year' => 'previous year',
346 // 'dropdown.selected_year' => 'year',
347 // 'dropdown.all_time' => 'all time',
348 'dropdown.projects' => 'projetos',
349 // TODO: translate the following.
350 // 'dropdown.tasks' => 'tasks',
351 // 'dropdown.clients' => 'clients',
352 // 'dropdown.select' => '--- select ---',
353 // 'dropdown.select_invoice' => '--- select invoice ---',
354 // 'dropdown.status_active' => 'active',
355 // 'dropdown.status_inactive' => 'inactive',
356 // 'dropdown.delete' => 'delete',
357 // 'dropdown.do_not_delete' => 'do not delete',
358 // 'dropdown.paid' => 'paid',
359 // 'dropdown.not_paid' => 'not paid',
360
361 // Login form. See example at https://timetracker.anuko.com/login.php.
362 'form.login.forgot_password' => 'Esqueceu a senha?',
363 // TODO: translate the following.
364 // '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.',
365
366 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
367 // TODO: translate the following.
368 // 'form.reset_password.message' => 'Password reset request sent by email.',
369 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
370 // '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",
371
372 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
373 // TODO: translate the following.
374 // 'form.change_password.tip' => 'Type new password and click on Save.',
375
376 // Time form. See example at https://timetracker.anuko.com/time.php.
377 // TODO: translate the following.
378 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
379 // 'form.time.billable' => 'Billable',
380 // 'form.time.uncompleted' => 'Uncompleted',
381 // 'form.time.remaining_quota' => 'Remaining quota',
382 // 'form.time.over_quota' => 'Over quota',
383
384 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
385 // TODO: translate the following.
386 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
387
388 // Week view form. See example at https://timetracker.anuko.com/week.php.
389 // TODO: translate the following.
390 // 'form.week.new_entry' => 'New entry',
391
392 // Reports form. See example at https://timetracker.anuko.com/reports.php
393 // TODO: translate the following.
394 // 'form.reports.save_as_favorite' => 'Save as favorite',
395 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
396 // 'form.reports.include_billable' => 'billable',
397 // 'form.reports.include_not_billable' => 'not billable',
398 // 'form.reports.include_invoiced' => 'invoiced',
399 // 'form.reports.include_not_invoiced' => 'not invoiced',
400 'form.reports.select_period' => 'Selecione o período de tempo',
401 'form.reports.set_period' => 'ou selecionar datas',
402 'form.reports.show_fields' => 'Exibir campos',
403 // 'form.reports.group_by' => 'Group by',
404 // 'form.reports.group_by_no' => '--- no grouping ---',
405 // 'form.reports.group_by_date' => 'date',
406 // 'form.reports.group_by_user' => 'user',
407 // 'form.reports.group_by_client' => 'client',
408 // 'form.reports.group_by_project' => 'project',
409 // 'form.reports.group_by_task' => 'task',
410
411 // Report form. See example at https://timetracker.anuko.com/report.php
412 // (after generating a report at https://timetracker.anuko.com/reports.php).
413 // TODO: translate the following.
414 // 'form.report.export' => 'Export',
415 // 'form.report.assign_to_invoice' => 'Assign to invoice',
416
417 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
418 // (you can get to this form after generating a report).
419 // TODO: translate the following.
420 // 'form.invoice.number' => 'Invoice number',
421 // 'form.invoice.person' => 'Person',
422
423 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
424 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
425 // 'form.invoice.invoice_entries' => 'Invoice entries',
426 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
427
428 // Charts form. See example at https://timetracker.anuko.com/charts.php
429 // TODO: translate the following.
430 // 'form.charts.interval' => 'Interval',
431 // 'form.charts.chart' => 'Chart',
432
433 // Projects form. See example at https://timetracker.anuko.com/projects.php
434 // TODO: translate the following.
435 // 'form.projects.active_projects' => 'Active Projects',
436 // 'form.projects.inactive_projects' => 'Inactive Projects',
437
438 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
439 // TODO: translate the following.
440 // 'form.tasks.active_tasks' => 'Active Tasks',
441 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
442
443 // Users form. See example at https://timetracker.anuko.com/users.php
444 // TODO: translate the following.
445 // 'form.users.active_users' => 'Active Users',
446 // 'form.users.inactive_users' => 'Inactive Users',
447 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
448 // 'form.users.role' => 'Role',
449 'form.users.manager' => 'Gerente',
450 // TODO: translate the following.
451 // 'form.users.comanager' => 'Co-manager',
452 // 'form.users.rate' => 'Rate',
453 // 'form.users.default_rate' => 'Default hourly rate',
454
455 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
456 // TODO: translate the following.
457 // 'form.user_edit.swap_roles' => 'Swap roles',
458
459 // Roles form. See example at https://timetracker.anuko.com/roles.php
460 // TODO: translate the following.
461 // 'form.roles.active_roles' => 'Active Roles',
462 // 'form.roles.inactive_roles' => 'Inactive Roles',
463 // 'form.roles.rank' => 'Rank',
464 // 'form.roles.rights' => 'Rights',
465 // 'form.roles.assigned' => 'Assigned',
466 // 'form.roles.not_assigned' => 'Not assigned',
467
468 // Clients form. See example at https://timetracker.anuko.com/clients.php
469 // TODO: translate the following.
470 // 'form.clients.active_clients' => 'Active Clients',
471 // 'form.clients.inactive_clients' => 'Inactive Clients',
472
473 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
474 // TODO: translate the following.
475 // 'form.client.client_to_delete' => 'Client to delete',
476 // 'form.client.client_entries' => 'Client entries',
477
478 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
479 // TODO: translate the following.
480 // 'form.export.hint' => 'You can export all group data into an xml file. It could be useful if you are migrating data to your own server.',
481 // 'form.export.compression' => 'Compression',
482 // 'form.export.compression_none' => 'none',
483 // 'form.export.compression_bzip' => 'bzip',
484
485 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
486 // TODO: translate the following.
487 // 'form.import.hint' => 'Import group data from an xml file.',
488 // 'form.import.file' => 'Select file',
489 // 'form.import.success' => 'Import completed successfully.',
490
491 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
492 // TODO: translate the following.
493 // 'form.groups.hint' => 'Create a new group by creating a new group manager account.<br>You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
494
495 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
496 // TODO: translate the following.
497 // 'form.group_edit.12_hours' => '12 hours',
498 // 'form.group_edit.24_hours' => '24 hours',
499 // 'form.group_edit.show_holidays' => 'Show holidays',
500 // 'form.group_edit.tracking_mode' => 'Tracking mode',
501 // 'form.group_edit.mode_time' => 'time',
502 // 'form.group_edit.mode_projects' => 'projects',
503 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
504 // 'form.group_edit.record_type' => 'Record type',
505 // 'form.group_edit.type_all' => 'all',
506 // 'form.group_edit.type_start_finish' => 'start and finish',
507 // 'form.group_edit.type_duration' => 'duration',
508 // 'form.group_edit.punch_mode' => 'Punch mode',
509 // 'form.group_edit.allow_overlap' => 'Allow overlap',
510 // 'form.group_edit.future_entries' => 'Future entries',
511 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
512 // 'form.group_edit.allow_ip' => 'Allow IP',
513
514 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
515 // TODO: translate the following.
516 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
517
518 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
519 'form.mail.from' => 'De',
520 'form.mail.to' => 'Para',
521 // TODO: translate the following.
522 // 'form.mail.report_subject' => 'Time Tracker Report',
523 // '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.',
524 // 'form.mail.report_sent' => 'Report sent.',
525 // 'form.mail.invoice_sent' => 'Invoice sent.',
526
527 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
528 // TODO: translate the following.
529 // 'form.quota.year' => 'Year',
530 // 'form.quota.month' => 'Month',
531 // 'form.quota.quota' => 'Quota',
532 // 'form.quota.workday_hours' => 'Hours in work day',
533 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
534
535 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
536 // TODO: translate the following.
537 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
538 // 'form.swap.swap_with' => 'Swap roles with',
539
540 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
541 // TODO: translate the following.
542 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
543 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
544
545 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
546 // TODO: translate the following.
547 // 'role.user.label' => 'User',
548 // 'role.user.low_case_label' => 'user',
549 // 'role.user.description' => 'A regular member without management rights.',
550 // 'role.client.label' => 'Client',
551 // 'role.client.low_case_label' => 'client',
552 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
553 // 'role.supervisor.label' => 'Supervisor',
554 // 'role.supervisor.low_case_label' => 'supervisor',
555 // 'role.supervisor.description' => 'A person with a small set of management rights.',
556 // 'role.comanager.label' => 'Co-manager',
557 // 'role.comanager.low_case_label' => 'co-manager',
558 // 'role.comanager.description' => 'A person with a big set of management functions.',
559 // 'role.manager.label' => 'Manager',
560 // 'role.manager.low_case_label' => 'manager',
561 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
562 // 'role.top_manager.label' => 'Top manager',
563 // 'role.top_manager.low_case_label' => 'top manager',
564 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
565 // 'role.admin.label' => 'Administrator',
566 // 'role.admin.low_case_label' => 'administrator',
567 // 'role.admin.description' => 'Site adminsitrator.',
568 );