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