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