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