Using error.object_exists instead of error.project_exists to streamline error messages.
[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.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.subgroups' => 'Subgroups',
167 // 'label.roles' => 'Roles',
168 // 'label.client' => 'Client',
169 // 'label.clients' => 'Clients',
170 // 'label.option' => 'Option',
171 // 'label.invoice' => 'Invoice',
172 'label.project' => 'Projeto',
173 'label.projects' => 'Projetos',
174 // TODO: translate the following.
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 'label.start' => 'Início',
179 'label.finish' => 'Fim',
180 'label.duration' => 'Duração',
181 'label.note' => 'Anotação',
182 'label.notes' => 'Anotações',
183 // TODO: translate the following.
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.ip' => 'IP',
187 // 'label.day_total' => 'Day total',
188 // 'label.week_total' => 'Week total',
189 // 'label.month_total' => 'Month total',
190 // 'label.today' => 'Today',
191 // 'label.view' => 'View',
192 'label.edit' => 'Editar',
193 'label.delete' => 'Apagar',
194 // TODO: translate the following.
195 // 'label.configure' => 'Configure',
196 // 'label.select_all' => 'Select all',
197 // 'label.select_none' => 'Deselect all',
198 // 'label.day_view' => 'Day view',
199 // 'label.week_view' => 'Week view',
200 // 'label.id' => 'ID',
201 // 'label.language' => 'Language',
202 // 'label.decimal_mark' => 'Decimal mark',
203 // 'label.date_format' => 'Date format',
204 // 'label.time_format' => 'Time format',
205 // 'label.week_start' => 'First day of week',
206 'label.comment' => 'Comentário',
207 'label.status' => 'Status',
208 // TODO: translate the following.
209 // 'label.tax' => 'Tax',
210 // 'label.subtotal' => 'Subtotal',
211 // 'label.total' => 'Total',
212 // 'label.client_name' => 'Client name',
213 // 'label.client_address' => 'Client address',
214 'label.or' => 'ou',
215 // TODO: translate the following.
216 // 'label.error' => 'Error',
217 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
218 'label.required_fields' => '* campos obrigatórios',
219 // TODO: translate the following.
220 // 'label.on_behalf' => 'on behalf of',
221 'label.role_manager' => '(gerente)',
222 // TODO: translate the following.
223 // 'label.role_comanager' => '(co-manager)',
224 // 'label.role_admin' => '(administrator)',
225 // 'label.page' => 'Page',
226 // 'label.condition' => 'Condition',
227 // 'label.yes' => 'yes',
228 // 'label.no' => 'no',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 // TODO: translate the following.
231 // 'label.custom_fields' => 'Custom fields',
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 // 'label.type' => 'Type',
234 // 'label.type_dropdown' => 'dropdown',
235 // 'label.type_text' => 'text',
236 // 'label.required' => 'Required',
237 // 'label.fav_report' => 'Favorite report',
238 // 'label.schedule' => 'Schedule',
239 // 'label.what_is_it' => 'What is it?',
240 // 'label.expense' => 'Expense',
241 // 'label.quantity' => 'Quantity',
242 // 'label.paid_status' => 'Paid status',
243 // 'label.paid' => 'Paid',
244 // 'label.mark_paid' => 'Mark paid',
245 // 'label.week_note' => 'Week note',
246 // 'label.week_list' => 'Week list',
247 // 'label.work_units' => 'Work units',
248 // 'label.work_units_short' => 'Units',
249 // 'label.totals_only' => 'Totals only',
250
251 // Form titles.
252 'title.login' => 'Login',
253 // TODO: translate the following.
254 // 'title.groups' => 'Groups',
255 // 'title.subgroups' => 'Subgroups',
256 // 'title.add_group' => 'Adding Group',
257 // 'title.edit_group' => 'Editing Group',
258 // 'title.delete_group' => 'Deleting Group',
259 // 'title.reset_password' => 'Resetting Password',
260 // 'title.change_password' => 'Changing Password',
261 // 'title.time' => 'Time',
262 // 'title.edit_time_record' => 'Editing Time Record',
263 // 'title.delete_time_record' => 'Deleting Time Record',
264 // 'title.expenses' => 'Expenses',
265 // 'title.edit_expense' => 'Editing Expense Item',
266 // 'title.delete_expense' => 'Deleting Expense Item',
267 // 'title.predefined_expenses' => 'Predefined Expenses',
268 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
269 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
270 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
271 'title.reports' => 'Relatórios',
272 'title.report' => 'Relatório',
273 // TODO: translate the following.
274 // 'title.send_report' => 'Sending Report',
275 // 'title.invoice' => 'Invoice',
276 // 'title.send_invoice' => 'Sending Invoice',
277 // 'title.charts' => 'Charts',
278 'title.projects' => 'Projetos',
279 'title.add_project' => 'Adicionando projeto',
280 'title.edit_project' => 'Editando projeto',
281 'title.delete_project' => 'Apagando projeto',
282 // TODO: translate the following.
283 // 'title.tasks' => 'Tasks',
284 // 'title.add_task' => 'Adding Task',
285 // 'title.edit_task' => 'Editing Task',
286 // 'title.delete_task' => 'Deleting Task',
287 'title.users' => 'Usuários',
288 'title.add_user' => 'Adicionando usuário',
289 'title.edit_user' => 'Editando usuário',
290 'title.delete_user' => 'Apagando usuário',
291 // TODO: translate the following.
292 // 'title.roles' => 'Roles',
293 // 'title.add_role' => 'Adding Role',
294 // 'title.edit_role' => 'Editing Role',
295 // 'title.delete_role' => 'Deleting Role',
296 // 'title.clients' => 'Clients',
297 // 'title.add_client' => 'Adding Client',
298 // 'title.edit_client' => 'Editing Client',
299 // 'title.delete_client' => 'Deleting Client',
300 // 'title.invoices' => 'Invoices',
301 // 'title.add_invoice' => 'Adding Invoice',
302 // 'title.view_invoice' => 'Viewing Invoice',
303 // 'title.delete_invoice' => 'Deleting Invoice',
304 // 'title.notifications' => 'Notifications',
305 // 'title.add_notification' => 'Adding Notification',
306 // 'title.edit_notification' => 'Editing Notification',
307 // 'title.delete_notification' => 'Deleting Notification',
308 // 'title.monthly_quotas' => 'Monthly Quotas',
309 // 'title.export' => 'Exporting Group Data',
310 // 'title.import' => 'Importing Group Data',
311 'title.options' => 'Opções',
312 'title.profile' => 'Perfil',
313 // TODO: translate the following.
314 // 'title.plugins' => 'Plugins',
315 // 'title.cf_custom_fields' => 'Custom Fields',
316 // 'title.cf_add_custom_field' => 'Adding Custom Field',
317 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
318 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
319 // 'title.cf_dropdown_options' => 'Dropdown Options',
320 // 'title.cf_add_dropdown_option' => 'Adding Option',
321 // 'title.cf_edit_dropdown_option' => 'Editing Option',
322 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
323 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
324 // It is also a name for the Locking plugin on the group settings page.
325 // 'title.locking' => 'Locking',
326 // 'title.week_view' => 'Week View',
327 // 'title.swap_roles' => 'Swapping Roles',
328 // 'title.work_units' => 'Work Units',
329
330 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
331 // Strings that are used in a single form must go to the specific form section.
332 // TODO: translate the following.
333 // 'dropdown.all' => '--- all ---',
334 // 'dropdown.no' => '--- no ---',
335 // 'dropdown.current_day' => 'today',
336 // 'dropdown.previous_day' => 'yesterday',
337 // 'dropdown.selected_day' => 'day',
338 'dropdown.current_week' => 'esta semana',
339 'dropdown.previous_week' => 'última semana',
340 'dropdown.selected_week' => 'semana',
341 'dropdown.current_month' => 'este mês',
342 'dropdown.previous_month' => 'último mês',
343 'dropdown.selected_month' => 'mês',
344 // TODO: translate the following.
345 // 'dropdown.current_year' => 'this year',
346 // 'dropdown.previous_year' => 'previous year',
347 // 'dropdown.selected_year' => 'year',
348 // 'dropdown.all_time' => 'all time',
349 'dropdown.projects' => 'projetos',
350 // TODO: translate the following.
351 // 'dropdown.tasks' => 'tasks',
352 // 'dropdown.clients' => 'clients',
353 // 'dropdown.select' => '--- select ---',
354 // 'dropdown.select_invoice' => '--- select invoice ---',
355 // 'dropdown.status_active' => 'active',
356 // 'dropdown.status_inactive' => 'inactive',
357 // 'dropdown.delete' => 'delete',
358 // 'dropdown.do_not_delete' => 'do not delete',
359 // 'dropdown.paid' => 'paid',
360 // 'dropdown.not_paid' => 'not paid',
361
362 // Login form. See example at https://timetracker.anuko.com/login.php.
363 'form.login.forgot_password' => 'Esqueceu a senha?',
364 // TODO: translate the following.
365 // '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.',
366
367 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
368 // TODO: translate the following.
369 // 'form.reset_password.message' => 'Password reset request sent by email.',
370 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
371 // '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",
372
373 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
374 // TODO: translate the following.
375 // 'form.change_password.tip' => 'Type new password and click on Save.',
376
377 // Time form. See example at https://timetracker.anuko.com/time.php.
378 // TODO: translate the following.
379 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
380 // 'form.time.billable' => 'Billable',
381 // 'form.time.uncompleted' => 'Uncompleted',
382 // 'form.time.remaining_quota' => 'Remaining quota',
383 // 'form.time.over_quota' => 'Over quota',
384
385 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
386 // TODO: translate the following.
387 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
388
389 // Week view form. See example at https://timetracker.anuko.com/week.php.
390 // TODO: translate the following.
391 // 'form.week.new_entry' => 'New entry',
392
393 // Reports form. See example at https://timetracker.anuko.com/reports.php
394 // TODO: translate the following.
395 // 'form.reports.save_as_favorite' => 'Save as favorite',
396 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
397 // 'form.reports.include_billable' => 'billable',
398 // 'form.reports.include_not_billable' => 'not billable',
399 // 'form.reports.include_invoiced' => 'invoiced',
400 // 'form.reports.include_not_invoiced' => 'not invoiced',
401 'form.reports.select_period' => 'Selecione o período de tempo',
402 'form.reports.set_period' => 'ou selecionar datas',
403 'form.reports.show_fields' => 'Exibir campos',
404 // 'form.reports.group_by' => 'Group by',
405 // 'form.reports.group_by_no' => '--- no grouping ---',
406 // 'form.reports.group_by_date' => 'date',
407 // 'form.reports.group_by_user' => 'user',
408 // 'form.reports.group_by_client' => 'client',
409 // 'form.reports.group_by_project' => 'project',
410 // 'form.reports.group_by_task' => 'task',
411
412 // Report form. See example at https://timetracker.anuko.com/report.php
413 // (after generating a report at https://timetracker.anuko.com/reports.php).
414 // TODO: translate the following.
415 // 'form.report.export' => 'Export',
416 // 'form.report.assign_to_invoice' => 'Assign to invoice',
417
418 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
419 // (you can get to this form after generating a report).
420 // TODO: translate the following.
421 // 'form.invoice.number' => 'Invoice number',
422 // 'form.invoice.person' => 'Person',
423
424 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
425 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
426 // 'form.invoice.invoice_entries' => 'Invoice entries',
427 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
428
429 // Charts form. See example at https://timetracker.anuko.com/charts.php
430 // TODO: translate the following.
431 // 'form.charts.interval' => 'Interval',
432 // 'form.charts.chart' => 'Chart',
433
434 // Projects form. See example at https://timetracker.anuko.com/projects.php
435 // TODO: translate the following.
436 // 'form.projects.active_projects' => 'Active Projects',
437 // 'form.projects.inactive_projects' => 'Inactive Projects',
438
439 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
440 // TODO: translate the following.
441 // 'form.tasks.active_tasks' => 'Active Tasks',
442 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
443
444 // Users form. See example at https://timetracker.anuko.com/users.php
445 // TODO: translate the following.
446 // 'form.users.active_users' => 'Active Users',
447 // 'form.users.inactive_users' => 'Inactive Users',
448 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
449 // 'form.users.role' => 'Role',
450 'form.users.manager' => 'Gerente',
451 // TODO: translate the following.
452 // 'form.users.comanager' => 'Co-manager',
453 // 'form.users.rate' => 'Rate',
454 // 'form.users.default_rate' => 'Default hourly rate',
455
456 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
457 // TODO: translate the following.
458 // 'form.user_edit.swap_roles' => 'Swap roles',
459
460 // Roles form. See example at https://timetracker.anuko.com/roles.php
461 // TODO: translate the following.
462 // 'form.roles.active_roles' => 'Active Roles',
463 // 'form.roles.inactive_roles' => 'Inactive Roles',
464 // 'form.roles.rank' => 'Rank',
465 // 'form.roles.rights' => 'Rights',
466 // 'form.roles.assigned' => 'Assigned',
467 // 'form.roles.not_assigned' => 'Not assigned',
468
469 // Clients form. See example at https://timetracker.anuko.com/clients.php
470 // TODO: translate the following.
471 // 'form.clients.active_clients' => 'Active Clients',
472 // 'form.clients.inactive_clients' => 'Inactive Clients',
473
474 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
475 // TODO: translate the following.
476 // 'form.client.client_to_delete' => 'Client to delete',
477 // 'form.client.client_entries' => 'Client entries',
478
479 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
480 // TODO: translate the following.
481 // '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.',
482 // 'form.export.compression' => 'Compression',
483 // 'form.export.compression_none' => 'none',
484 // 'form.export.compression_bzip' => 'bzip',
485
486 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
487 // TODO: translate the following.
488 // 'form.import.hint' => 'Import group data from an xml file.',
489 // 'form.import.file' => 'Select file',
490 // 'form.import.success' => 'Import completed successfully.',
491
492 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
493 // TODO: translate the following.
494 // '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).',
495
496 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
497 // TODO: translate the following.
498 // 'form.group_edit.12_hours' => '12 hours',
499 // 'form.group_edit.24_hours' => '24 hours',
500 // 'form.group_edit.show_holidays' => 'Show holidays',
501 // 'form.group_edit.tracking_mode' => 'Tracking mode',
502 // 'form.group_edit.mode_time' => 'time',
503 // 'form.group_edit.mode_projects' => 'projects',
504 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
505 // 'form.group_edit.record_type' => 'Record type',
506 // 'form.group_edit.type_all' => 'all',
507 // 'form.group_edit.type_start_finish' => 'start and finish',
508 // 'form.group_edit.type_duration' => 'duration',
509 // 'form.group_edit.punch_mode' => 'Punch mode',
510 // 'form.group_edit.allow_overlap' => 'Allow overlap',
511 // 'form.group_edit.future_entries' => 'Future entries',
512 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
513 // 'form.group_edit.allow_ip' => 'Allow IP',
514
515 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
516 // TODO: translate the following.
517 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
518
519 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
520 'form.mail.from' => 'De',
521 'form.mail.to' => 'Para',
522 // TODO: translate the following.
523 // 'form.mail.report_subject' => 'Time Tracker Report',
524 // '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.',
525 // 'form.mail.report_sent' => 'Report sent.',
526 // 'form.mail.invoice_sent' => 'Invoice sent.',
527
528 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
529 // TODO: translate the following.
530 // 'form.quota.year' => 'Year',
531 // 'form.quota.month' => 'Month',
532 // 'form.quota.quota' => 'Quota',
533 // 'form.quota.workday_hours' => 'Hours in work day',
534 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
535
536 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
537 // TODO: translate the following.
538 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
539 // 'form.swap.swap_with' => 'Swap roles with',
540
541 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
542 // TODO: translate the following.
543 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
544 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
545
546 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
547 // TODO: translate the following.
548 // 'role.user.label' => 'User',
549 // 'role.user.low_case_label' => 'user',
550 // 'role.user.description' => 'A regular member without management rights.',
551 // 'role.client.label' => 'Client',
552 // 'role.client.low_case_label' => 'client',
553 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
554 // 'role.supervisor.label' => 'Supervisor',
555 // 'role.supervisor.low_case_label' => 'supervisor',
556 // 'role.supervisor.description' => 'A person with a small set of management rights.',
557 // 'role.comanager.label' => 'Co-manager',
558 // 'role.comanager.low_case_label' => 'co-manager',
559 // 'role.comanager.description' => 'A person with a big set of management functions.',
560 // 'role.manager.label' => 'Manager',
561 // 'role.manager.low_case_label' => 'manager',
562 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
563 // 'role.top_manager.label' => 'Top manager',
564 // 'role.top_manager.low_case_label' => 'top manager',
565 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
566 // 'role.admin.label' => 'Administrator',
567 // 'role.admin.low_case_label' => 'administrator',
568 // 'role.admin.description' => 'Site adminsitrator.',
569 );