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