More work in progress on separate page for plugins config.
[timetracker.git] / WEB-INF / resources / pt-br.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 $i18n_language = 'Portuguese (Português brasileiro)';
33 $i18n_months = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro');
34 $i18n_weekdays = array('Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira', 'Quinta-feira', 'Sexta-feira', 'Sábado');
35 $i18n_weekdays_short = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '04/21', '05/01', '09/07', '10/12', '11/15', '12/25');
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 'menu.forum' => 'Fórum',
46 'menu.help' => 'Ajuda',
47 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Perfil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 // 'menu.plugins' => 'Plugins',
53 'menu.time' => 'Tempo',
54 'menu.expenses' => 'Gastos',
55 'menu.reports' => 'Relatórios',
56 'menu.charts' => 'Gráficos',
57 'menu.projects' => 'Projetos',
58 'menu.tasks' => 'Tarefas',
59 'menu.users' => 'Usuários',
60 // TODO: translate the following.
61 // 'menu.groups' => 'Groups',
62 'menu.export' => 'Exportar',
63 'menu.clients' => 'Clientes',
64 'menu.options' => 'Opções',
65
66 // Footer - strings on the bottom of most pages.
67 'footer.contribute_msg' => 'Você pode contribuir com o Time Tracker de várias maneiras.',
68 'footer.credits' => 'Créditos',
69 'footer.license' => 'Licença',
70 'footer.improve' => 'Contribua',
71
72 // Error messages.
73 'error.access_denied' => 'Acesso negado.',
74 'error.sys' => 'Erro no sistema.',
75 'error.db' => 'Erro no banco de dados.',
76 // TODO: translate the following.
77 // 'error.feature_disabled' => 'Feature is disabled.',
78 'error.field' => 'Dados incorretos "{0}".',
79 'error.empty' => 'Campo "{0}" está vazio.',
80 'error.not_equal' => 'Campo "{0}" é diferente do campo "{1}".',
81 // TODO: translate the following.
82 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
83 'error.project' => 'Selecione projeto.',
84 'error.task' => 'Selecione tarefa.',
85 'error.client' => 'Selecione cliente.',
86 'error.report' => 'Selecione relatório.',
87 // TODO: translate the following.
88 // 'error.record' => 'Select record.',
89 'error.auth' => 'Usuário ou senha incorretos.',
90 'error.user_exists' => 'Já existe usuário com este login.',
91 // TODO: translate the following.
92 // 'error.object_exists' => 'Object with this name already exists.',
93 'error.project_exists' => 'Já existe projeto com este nome.',
94 'error.task_exists' => 'Já existe tarefa com este nome.',
95 'error.client_exists' => 'Já existe cliente com este nome.',
96 'error.invoice_exists' => 'Já existe fatura com este número.',
97 // TODO: translate the following.
98 // 'error.role_exists' => 'Role with this rank already exists.',
99 'error.no_invoiceable_items' => 'Não há items faturáveis.',
100 'error.no_login' => 'Não há usuário com este login.',
101 'error.no_groups' => 'Sua base de dados está vazia. Entre como admin e crie uma equipe nova.', // TODO: replace "team" with "group".
102 'error.upload' => 'Erro no envio do arquivo.',
103 'error.range_locked' => 'Período está bloqueado.',
104 'error.mail_send' => 'Erro enviando o e-mail.',
105 'error.no_email' => 'Não há e-mail associado a este login.',
106 'error.uncompleted_exists' => 'Entrada incompleta existente. Feche ou remova-a.',
107 'error.goto_uncompleted' => 'Ir até a entrada incompleta.',
108 'error.overlap' => 'O intervalo se sobrepõe com entradas já existentes.',
109 'error.future_date' => 'Data é no futuro.',
110
111 // Labels for buttons.
112 'button.login' => 'Login',
113 'button.now' => 'Agora',
114 'button.save' => 'Salvar',
115 'button.copy' => 'Copiar',
116 'button.cancel' => 'Cancelar',
117 'button.submit' => 'Enviar',
118 'button.add' => 'Adicionar',
119 'button.delete' => 'Apagar',
120 'button.generate' => 'Criar',
121 'button.reset_password' => 'Resetar senha',
122 'button.send' => 'Enviar',
123 'button.send_by_email' => 'Enviar por e-mail',
124 'button.create_group' => 'Criar equipe', // TODO: replace "team" with "group".
125 'button.export' => 'Exportar equipe', // TODO: replace "team" with "group".
126 'button.import' => 'Importar equipe', // TODO: replace "team" with "group".
127 'button.close' => 'Fechar',
128 'button.stop' => 'Parar',
129
130 // Labels for controls on forms. Labels in this section are used on multiple forms.
131 'label.group_name' => 'Nome da equipe',  // TODO: replace "team" with "group".
132 'label.address' => 'Endereço',
133 'label.currency' => 'Moeda',
134 'label.manager_name' => 'Nome do gerente',
135 'label.manager_login' => 'Login do gerente',
136 'label.person_name' => 'Nome',
137 'label.thing_name' => 'Nome',
138 'label.login' => 'Login',
139 'label.password' => 'Senha',
140 'label.confirm_password' => 'Confirme a senha',
141 'label.email' => 'E-mail',
142 'label.cc' => 'Cc',
143 // TODO: translate the following.
144 // 'label.bcc' => 'Bcc',
145 'label.subject' => 'Assunto',
146 'label.date' => 'Data',
147 'label.start_date' => 'Data inicial',
148 'label.end_date' => 'Data final',
149 'label.user' => 'Usuário',
150 'label.users' => 'Usuários',
151 // TODO: translate the following.
152 // 'label.roles' => 'Roles',
153 'label.client' => 'Cliente',
154 'label.clients' => 'Clientes',
155 'label.option' => 'Opção',
156 'label.invoice' => 'Fatura',
157 'label.project' => 'Projeto',
158 'label.projects' => 'Projetos',
159 'label.task' => 'Tarefa',
160 'label.tasks' => 'Tarefas',
161 'label.description' => 'Descrição',
162 'label.start' => 'Início',
163 'label.finish' => 'Fim',
164 'label.duration' => 'Duração',
165 'label.note' => 'Anotação',
166 // TODO: translate the following.
167 // 'label.notes' => 'Notes',
168 'label.item' => 'Item',
169 'label.cost' => 'Custo',
170 // TODO: translate the following.
171 // 'label.ip' => 'IP',
172 'label.day_total' => 'Total diário',
173 'label.week_total' => 'Total semanal',
174 // TODO: translate the following.
175 // 'label.month_total' => 'Month total',
176 'label.today' => 'Hoje',
177 'label.view' => 'Ver',
178 'label.edit' => 'Editar',
179 'label.delete' => 'Apagar',
180 'label.configure' => 'Configurar',
181 'label.select_all' => 'Selecionar todos',
182 'label.select_none' => 'Desmarcar todos',
183 // TODO: translate the following.
184 // 'label.day_view' => 'Day view',
185 // 'label.week_view' => 'Week view',
186 'label.id' => 'ID',
187 'label.language' => 'Idioma',
188 'label.decimal_mark' => 'Ponto decimal',
189 'label.date_format' => 'Formato da data',
190 'label.time_format' => 'Formato da hora',
191 'label.week_start' => 'Primeiro dia da semana',
192 'label.comment' => 'Anotação',
193 'label.status' => 'Status',
194 'label.tax' => 'Imposto',
195 'label.subtotal' => 'Subtotal',
196 'label.total' => 'Total',
197 'label.client_name' => 'Nome do cliente',
198 'label.client_address' => 'Endereço do cliente',
199 'label.or' => 'ou',
200 'label.error' => 'Erro',
201 'label.ldap_hint' => 'Entre com o seu <b>login do Windows</b> e <b>senha</b> nos campos abaixo.',
202 'label.required_fields' => '* - campos obrigatórios',
203 'label.on_behalf' => 'em nome de',
204 'label.role_manager' => '(gerente)',
205 'label.role_comanager' => '(coordenador)',
206 'label.role_admin' => '(administrador)',
207 'label.page' => 'Página',
208 // TODO: translate the following.
209 // 'label.condition' => 'Condition',
210 // 'label.yes' => 'yes',
211 // 'label.no' => 'no',
212 // Labels for plugins (extensions to Time Tracker that provide additional features).
213 'label.custom_fields' => 'Campos personalizados',
214 // Translate the following.
215 // 'label.monthly_quotas' => 'Monthly quotas',
216 'label.type' => 'Tipo',
217 'label.type_dropdown' => 'lista suspensa',
218 'label.type_text' => 'texto',
219 'label.required' => 'Obrigatório',
220 'label.fav_report' => 'Relatório favorito',
221 'label.schedule' => 'Agenda',
222 'label.what_is_it' => 'O que é?',
223 // 'label.expense' => 'Expense',
224 // 'label.quantity' => 'Quantity',
225 // 'label.paid_status' => 'Paid status',
226 // 'label.paid' => 'Paid',
227 // 'label.mark_paid' => 'Mark paid',
228 // 'label.week_note' => 'Week note',
229 // 'label.week_list' => 'Week list',
230 // 'label.work_units' => 'Work units',
231 // 'label.work_units_short' => 'Units',
232 'label.totals_only' => 'Somente totais',
233
234 // Form titles.
235 'title.login' => 'Login',
236 'title.groups' => 'Equipes', // TODO: change "teams" to "groups".
237 'title.create_group' => 'Criando equipe', // TODO: change "team" to "group".
238 'title.edit_group' => 'Editando equipe', // TODO: change "team" to "group".
239 'title.delete_group' => 'Apagando equipe', // TODO: change "team" to "group".
240 'title.reset_password' => 'Resetando a senha',
241 'title.change_password' => 'Alterando a senha',
242 'title.time' => 'Tempo',
243 'title.edit_time_record' => 'Editando entrada de hora',
244 'title.delete_time_record' => 'Apagando entrada de hora',
245 'title.expenses' => 'Gastos',
246 'title.edit_expense' => 'Editando item de gasto',
247 'title.delete_expense' => 'Apagando item de gasto',
248 'title.reports' => 'Relatórios',
249 'title.report' => 'Report',
250 'title.send_report' => 'Enviando relatório',
251 'title.invoice' => 'Fatura',
252 'title.send_invoice' => 'Enviando fatura',
253 'title.charts' => 'Gráficos',
254 'title.projects' => 'Projetos',
255 'title.add_project' => 'Adicionando projeto',
256 'title.edit_project' => 'Editando projeto',
257 'title.delete_project' => 'Apagando projeto',
258 'title.tasks' => 'Tarefas',
259 'title.add_task' => 'Adicionando tarefa',
260 'title.edit_task' => 'Editando tarefa',
261 'title.delete_task' => 'Apagando tarefa',
262 'title.users' => 'Usuários',
263 'title.add_user' => 'Adicionando usuário',
264 'title.edit_user' => 'Editando usuário',
265 'title.delete_user' => 'Apagando usuário',
266 // TODO: translate the following.
267 // 'title.roles' => 'Roles',
268 // 'title.add_role' => 'Adding Role',
269 // 'title.edit_role' => 'Editing Role',
270 // 'title.delete_role' => 'Deleting Role',
271 'title.clients' => 'Clientes',
272 'title.add_client' => 'Adicionando cliente',
273 'title.edit_client' => 'Editando cliente',
274 'title.delete_client' => 'Apagando cliente',
275 'title.invoices' => 'Faturas',
276 'title.add_invoice' => 'Adicionando fatura',
277 'title.view_invoice' => 'Vendo fatura',
278 'title.delete_invoice' => 'Apagando fatura',
279 'title.notifications' => 'Notificações',
280 'title.add_notification' => 'Adicionando notificação',
281 'title.edit_notification' => 'Editando notificação',
282 'title.delete_notification' => 'Apagando notificação',
283 // 'title.monthly_quotas' => 'Monthly Quotas',
284 'title.export' => 'Exportando dados de equipe', // TODO: replace "team" with "group".
285 'title.import' => 'Importando dados de equipe', // TODO: replace "team" with "group".
286 'title.options' => 'Opções',
287 'title.profile' => 'Perfil',
288 // TODO: translate the following.
289 // 'title.group' => 'Group Settings',
290 // 'title.plugins' => 'Plugins',
291 'title.cf_custom_fields' => 'Campos personalizados',
292 'title.cf_add_custom_field' => 'Adicionando campo personalizado',
293 'title.cf_edit_custom_field' => 'Editando campo personalizado',
294 'title.cf_delete_custom_field' => 'Apagando campo personalizado',
295 'title.cf_dropdown_options' => 'Opções da lista suspensa',
296 'title.cf_add_dropdown_option' => 'Adicionando opção',
297 'title.cf_edit_dropdown_option' => 'Editando opção',
298 'title.cf_delete_dropdown_option' => 'Apagando opção',
299 'title.locking' => 'Bloquear',
300 // TODO: translate the following.
301 // 'title.week_view' => 'Week View',
302 // 'title.swap_roles' => 'Swapping Roles',
303 // 'title.work_units' => 'Work Units',
304
305 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
306 // Strings that are used in a single form must go to the specific form section.
307 'dropdown.all' => '--- todos ---',
308 'dropdown.no' => '--- não ---',
309 // TODO: translate the following.
310 // 'dropdown.current_day' => 'today',
311 // 'dropdown.previous_day' => 'yesterday',
312 'dropdown.selected_day' => 'dia',
313 'dropdown.current_week' => 'esta semana',
314 'dropdown.previous_week' => 'última semana',
315 'dropdown.selected_week' => 'semana',
316 'dropdown.current_month' => 'este mês',
317 'dropdown.previous_month' => 'último mês',
318 'dropdown.selected_month' => 'mês',
319 'dropdown.current_year' => 'este ano',
320 // TODO: translate the following.
321 // 'dropdown.previous_year' => 'previous year',
322 'dropdown.selected_year' => 'ano',
323 'dropdown.all_time' => 'todas as datas',
324 'dropdown.projects' => 'projetos',
325 'dropdown.tasks' => 'tarefas',
326 'dropdown.clients' => 'clientes',
327 'dropdown.select' => '--- selecione ---',
328 'dropdown.select_invoice' => '--- selecione fatura ---',
329 'dropdown.status_active' => 'ativo',
330 'dropdown.status_inactive' => 'inativo',
331 'dropdown.delete' => 'apagar',
332 'dropdown.do_not_delete' => 'não apagar',
333 // TODO: translate the following.
334 // 'dropdown.paid' => 'paid',
335 // 'dropdown.not_paid' => 'not paid',
336
337 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
338 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
339 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
340 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
341
342 // Login form. See example at https://timetracker.anuko.com/login.php.
343 'form.login.forgot_password' => 'Esqueceu a senha?',
344 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> é um sistema, simples, de fácil uso, de código aberto, de rastreamento do tempo.',
345
346 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
347 'form.reset_password.message' => 'Pedido para resetar a senha enviado por e-mail.',
348 'form.reset_password.email_subject' => 'Pedido de alteração de senha no Anuko Time Tracker',
349 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
350 // '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",
351 // "IP %s" probably sounds awkward.
352 'form.reset_password.email_body' => "Prezado usuário,\n\nAlguém, IP %s, solicitou o reset da sua senha do Anuko Time Tracker. Entre nete link para resetar a sua senha.\n\n%s\n\nAnuko Time Tracker é um sistema, simples, de fácil uso, de código abertois, de rastreamento do tempo. Visite https://www.anuko.com para mais informações.\n\n",
353
354 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
355 'form.change_password.tip' => 'Entre com a nova senha e clique em Salvar.',
356
357 // Time form. See example at https://timetracker.anuko.com/time.php.
358 'form.time.duration_format' => '(hh:mm ou 0.0h)',
359 'form.time.billable' => 'Faturável',
360 'form.time.uncompleted' => 'Incompleta',
361 // TODO: translate the following.
362 // 'form.time.remaining_quota' => 'Remaining quota',
363 // 'form.time.over_quota' => 'Over quota',
364
365 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
366 'form.time_edit.uncompleted' => 'Eesta entrada foi salva somente com hora de início. Não é um erro.',
367
368 // Week view form. See example at https://timetracker.anuko.com/week.php.
369 // TODO: translate the following.
370 // 'form.week.new_entry' => 'New entry',
371
372 // Reports form. See example at https://timetracker.anuko.com/reports.php
373 'form.reports.save_as_favorite' => 'Guardar como favorito',
374 'form.reports.confirm_delete' => 'Tem certeza que deseja remover este relatório dos favoritos?',
375 'form.reports.include_billable' => 'faturável',
376 'form.reports.include_not_billable' => 'não faturável',
377 'form.reports.include_invoiced' => 'faturado',
378 'form.reports.include_not_invoiced' => 'não faturado',
379 'form.reports.select_period' => 'Selecione o período de tempo',
380 'form.reports.set_period' => 'ou selecionar datas',
381 'form.reports.show_fields' => 'Exibir campos',
382 'form.reports.group_by' => 'Agrupar por',
383 'form.reports.group_by_no' => '--- sem agrupar ---',
384 'form.reports.group_by_date' => 'data',
385 'form.reports.group_by_user' => 'usuário',
386 'form.reports.group_by_client' => 'cliente',
387 'form.reports.group_by_project' => 'projeto',
388 'form.reports.group_by_task' => 'tarefa',
389
390 // Report form. See example at https://timetracker.anuko.com/report.php
391 // (after generating a report at https://timetracker.anuko.com/reports.php).
392 'form.report.export' => 'Exportar',
393 // TODO: translate the following.
394 // 'form.report.assign_to_invoice' => 'Assign to invoice',
395
396 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
397 // (you can get to this form after generating a report).
398 'form.invoice.number' => 'Número da fatura',
399 'form.invoice.person' => 'Pessoa',
400
401 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
402 'form.invoice.invoice_to_delete' => 'Fatura a ser apagada',
403 'form.invoice.invoice_entries' => 'Entradas de fatura',
404 // TODO: translate the following.
405 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
406
407 // Charts form. See example at https://timetracker.anuko.com/charts.php
408 'form.charts.interval' => 'Intervalo',
409 'form.charts.chart' => 'Gráfico',
410
411 // Projects form. See example at https://timetracker.anuko.com/projects.php
412 'form.projects.active_projects' => 'Projetos ativos',
413 'form.projects.inactive_projects' => 'Projetos inativos',
414
415 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
416 'form.tasks.active_tasks' => 'Tarefas ativas',
417 'form.tasks.inactive_tasks' => 'Tarefas inativas',
418
419 // Users form. See example at https://timetracker.anuko.com/users.php
420 'form.users.active_users' => 'Usuários ativos',
421 'form.users.inactive_users' => 'Usuários inativos',
422 // TODO: translate the following.
423 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
424 'form.users.role' => 'Papel',
425 'form.users.manager' => 'Gerente',
426 'form.users.comanager' => 'Coordenador',
427 'form.users.rate' => 'Honorário',
428 'form.users.default_rate' => 'Honorário padrão por hora',
429
430 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
431 // TODO: translate the following.
432 // 'form.user_edit.swap_roles' => 'Swap roles',
433
434 // Roles form. See example at https://timetracker.anuko.com/roles.php
435 // TODO: translate the following.
436 // 'form.roles.active_roles' => 'Active Roles',
437 // 'form.roles.inactive_roles' => 'Inactive Roles',
438 // 'form.roles.rank' => 'Rank',
439 // 'form.roles.rights' => 'Rights',
440 // 'form.roles.assigned' => 'Assigned',
441 // 'form.roles.not_assigned' => 'Not assigned',
442
443 // Clients form. See example at https://timetracker.anuko.com/clients.php
444 'form.clients.active_clients' => 'Clientes ativos',
445 'form.clients.inactive_clients' => 'Clientes inativos',
446
447 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
448 'form.client.client_to_delete' => 'Cliente a ser apagado',
449 'form.client.client_entries' => 'Entradas de cliente',
450
451 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
452 // TODO: replace "team" with "group" in the string below.
453 'form.export.hint' => 'Você pode exportar todos os dados da equipe para um arquivo xml. Isto pode ser útil se você estiver migrando os dados para um servidor próprio.',
454 'form.export.compression' => 'Compressão',
455 'form.export.compression_none' => 'nenhuma',
456 'form.export.compression_bzip' => 'bzip',
457
458 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
459 'form.import.hint' => 'Importar dados de equipe de um arquivo xml.', // TODO: replace "team" with "group".
460 'form.import.file' => 'Selecionar arquivo',
461 'form.import.success' => 'Importação realizada com sucesso.',
462
463 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
464 // TODO: replace "team" with "group" in the string below (3 places).
465 'form.groups.hint' => 'Crie uma nova equipe fazendo uma nova conta de gerente.<br>Você também pode importar os dados de um arquivo xml de outro servidor Anuko Time Tracker (não havendo colisão de usuários).',
466
467 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
468 'form.group_edit.12_hours' => '12 horas',
469 'form.group_edit.24_hours' => '24 horas',
470 // TODO: translate the following.
471 // 'form.group_edit.show_holidays' => 'Show holidays',
472 'form.group_edit.tracking_mode' => 'Modo de acompanhamento',
473 'form.group_edit.mode_time' => 'tempo',
474 'form.group_edit.mode_projects' => 'projetos',
475 'form.group_edit.mode_projects_and_tasks' => 'projetos e tarefas',
476 'form.group_edit.record_type' => 'Tipo de entrada',
477 'form.group_edit.type_all' => 'todos',
478 'form.group_edit.type_start_finish' => 'início e fim',
479 'form.group_edit.type_duration' => 'duração',
480 // TODO: translate the following.
481 // 'form.group_edit.punch_mode' => 'Punch mode',
482 // 'form.group_edit.allow_overlap' => 'Allow overlap',
483 // 'form.group_edit.future_entries' => 'Future entries',
484 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
485 // 'form.group_edit.allow_ip' => 'Allow IP',
486 'form.group_edit.plugins' => 'Plugins',
487
488 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
489 // TODO: translate the following.
490 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
491
492 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
493 'form.mail.from' => 'De',
494 'form.mail.to' => 'Para',
495 'form.mail.report_subject' => 'Relatório do Time Tracker',
496 'form.mail.footer' => 'Anuko Time Tracker é um sistema, simples, de fácil uso, de código aberto,<br>de rastreamento do tempo. Visite <a href="https://www.anuko.com">www.anuko.com</a> para mais informações.',
497 'form.mail.report_sent' => 'Relatório enviado.',
498 'form.mail.invoice_sent' => 'Fatura enviada.',
499
500 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
501 // TODO: translate the following.
502 // 'form.quota.year' => 'Year',
503 // 'form.quota.month' => 'Month',
504 // 'form.quota.quota' => 'Quota',
505 // 'form.quota.workday_hours' => 'Hours in a work day',
506 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
507
508 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
509 // TODO: translate the following.
510 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
511 // 'form.swap.swap_with' => 'Swap roles with',
512
513 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
514 // TODO: translate the following.
515 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
516 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
517
518 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
519 // TODO: translate the following.
520 // 'role.user.label' => 'User',
521 // 'role.user.low_case_label' => 'user',
522 // 'role.user.description' => 'A regular member without management rights.',
523 // 'role.client.label' => 'Client',
524 // 'role.client.low_case_label' => 'client',
525 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
526 // 'role.supervisor.label' => 'Supervisor',
527 // 'role.supervisor.low_case_label' => 'supervisor',
528 // 'role.supervisor.description' => 'A person with a small set of management rights.',
529 // 'role.comanager.label' => 'Co-manager',
530 // 'role.comanager.low_case_label' => 'co-manager',
531 // 'role.comanager.description' => 'A person with a big set of management functions.',
532 // 'role.manager.label' => 'Manager',
533 // 'role.manager.low_case_label' => 'manager',
534 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
535 // 'role.top_manager.label' => 'Top manager',
536 // 'role.top_manager.low_case_label' => 'top manager',
537 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
538 // 'role.admin.label' => 'Administrator',
539 // 'role.admin.low_case_label' => 'administrator',
540 // 'role.admin.description' => 'Site adminsitrator.',
541 );