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