647ac8ed00f13ef887b27f5fe05cc60f9f684028
[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 = '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_team' => 'Create Team',
52 'menu.profile' => 'Perfil',
53 'menu.time' => 'Tempo',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Relatórios',
57 // TODO: translate the following.
58 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projetos',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 // 'menu.teams' => 'Teams',
64 // 'menu.export' => 'Export',
65 // 'menu.clients' => 'Clients',
66 'menu.options' => 'Opções',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 // 'error.db' => 'Database error.',
81 // 'error.field' => 'Incorrect "{0}" data.',
82 // 'error.empty' => 'Field "{0}" is empty.',
83 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
84 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
85 'error.project' => 'Selecione projeto.',
86 // TODO: translate the following.
87 // 'error.task' => 'Select task.',
88 // 'error.client' => 'Select client.',
89 // 'error.report' => 'Select report.',
90 // 'error.record' => 'Select record.',
91 // 'error.auth' => 'Incorrect login or password.',
92 // 'error.user_exists' => 'User with this login already exists.',
93 // 'error.project_exists' => 'Project with this name already exists.',
94 // 'error.task_exists' => 'Task with this name already exists.',
95 // 'error.client_exists' => 'Client with this name already exists.',
96 // 'error.invoice_exists' => 'Invoice with this number already exists.',
97 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
98 // 'error.no_login' => 'No user with this login.',
99 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
100 // 'error.upload' => 'File upload error.',
101 // 'error.range_locked' => 'Date range is locked.',
102 // 'error.mail_send' => 'Error sending mail.',
103 // 'error.no_email' => 'No email associated with this login.',
104 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
105 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
106 // 'error.overlap' => 'Time interval overlaps with existing records.',
107 // 'error.future_date' => 'Date is in future.',
108
109 // Labels for buttons.
110 'button.login' => 'Login',
111 'button.now' => 'Hoje',
112 'button.save' => 'Salvar',
113 // TODO: translate the following.
114 // 'button.copy' => 'Copy',
115 'button.cancel' => 'Cancelar',
116 'button.submit' => 'Submeter',
117 // TODO: translate the following.
118 // 'button.add_user' => 'Add user',
119 'button.add_project' => 'Adicionar projeto',
120 // TODO: translate the following.
121 // 'button.add_task' => 'Add task',
122 // 'button.add_client' => 'Add client',
123 // 'button.add_invoice' => 'Add invoice',
124 // 'button.add_option' => 'Add option',
125 'button.add' => 'Adicionar',
126 // TODO: translate the following.
127 // 'button.generate' => 'Generate',
128 // 'button.reset_password' => 'Reset password',
129 'button.send' => 'Enviar',
130 'button.send_by_email' => 'Enviar por e-mail',
131 // TODO: translate the following.
132 // 'button.create_team' => 'Create team',
133 // 'button.export' => 'Export team',
134 // 'button.import' => 'Import team',
135 // 'button.close' => 'Close',
136 // 'button.stop' => 'Stop',
137
138 // Labels for controls on forms. Labels in this section are used on multiple forms.
139 // TODO: translate the following.
140 // 'label.team_name' => 'Team name',
141 // 'label.address' => 'Address',
142 // 'label.currency' => 'Currency',
143 // 'label.manager_name' => 'Manager name',
144 // 'label.manager_login' => 'Manager login',
145 'label.person_name' => 'Nome',
146 'label.thing_name' => 'Nome',
147 // TODO: translate the following.
148 // 'label.login' => 'Login',
149 'label.password' => 'Senha',
150 'label.confirm_password' => 'Confirme a senha',
151 'label.email' => 'E-mail',
152 // TODO: translate the following.
153 // 'label.cc' => 'Cc',
154 // 'label.bcc' => 'Bcc',
155 'label.subject' => 'Assunto',
156 // TODO: translate the following.
157 // 'label.date' => 'Date',
158 // 'label.start_date' => 'Start date',
159 // 'label.end_date' => 'End date',
160 // 'label.user' => 'User',
161 // 'label.users' => 'Users',
162 // 'label.client' => 'Client',
163 // 'label.clients' => 'Clients',
164 // 'label.option' => 'Option',
165 // 'label.invoice' => 'Invoice',
166 // 'label.project' => 'Project',
167 // 'label.projects' => 'Projects',
168 // 'label.task' => 'Task',
169 // 'label.tasks' => 'Tasks',
170 // 'label.description' => 'Description',
171 // 'label.start' => 'Start',
172 // 'label.finish' => 'Finish',
173 'label.duration' => 'Duração',
174 'label.note' => 'Anotação',
175 'label.notes' => 'Anotações',
176 // TODO: translate the following.
177 // 'label.item' => 'Item',
178 // 'label.cost' => 'Cost',
179 // 'label.day_total' => 'Day total',
180 // 'label.week_total' => 'Week total',
181 // 'label.month_total' => 'Month total',
182 // 'label.today' => 'Today',
183 // 'label.total_hours' => 'Total hours',
184 // 'label.total_cost' => 'Total cost',
185 // 'label.view' => 'View',
186 'label.edit' => 'Editar',
187 'label.delete' => 'Apagar',
188 // TODO: translate the following.
189 // 'label.configure' => 'Configure',
190 // 'label.select_all' => 'Select all',
191 // 'label.select_none' => 'Deselect all',
192 // 'label.day_view' => 'Day view',
193 // 'label.week_view' => 'Week view',
194 // 'label.id' => 'ID',
195 // 'label.language' => 'Language',
196 // 'label.decimal_mark' => 'Decimal mark',
197 // 'label.date_format' => 'Date format',
198 // 'label.time_format' => 'Time format',
199 // 'label.week_start' => 'First day of week',
200 'label.comment' => 'Comentário',
201 'label.status' => 'Status',
202 // TODO: translate the following.
203 // 'label.tax' => 'Tax',
204 // 'label.subtotal' => 'Subtotal',
205 // 'label.total' => 'Total',
206 // 'label.client_name' => 'Client name',
207 // 'label.client_address' => 'Client address',
208 'label.or' => 'ou',
209 // TODO: translate the following.
210 // 'label.error' => 'Error',
211 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
212 'label.required_fields' => '* campos obrigatórios',
213 // TODO: translate the following.
214 // 'label.on_behalf' => 'on behalf of',
215 'label.role_manager' => '(gerente)',
216 // TODO: translate the following.
217 // 'label.role_comanager' => '(co-manager)',
218 // 'label.role_admin' => '(administrator)',
219 // 'label.page' => 'Page',
220 // 'label.condition' => 'Condition',
221 // 'label.yes' => 'yes',
222 // 'label.no' => 'no',
223 // Labels for plugins (extensions to Time Tracker that provide additional features).
224 // TODO: translate the following.
225 // 'label.custom_fields' => 'Custom fields',
226 // 'label.monthly_quotas' => 'Monthly quotas',
227 // 'label.type' => 'Type',
228 // 'label.type_dropdown' => 'dropdown',
229 // 'label.type_text' => 'text',
230 // 'label.required' => 'Required',
231 // 'label.fav_report' => 'Favorite report',
232 // 'label.cron_schedule' => 'Cron schedule',
233 // 'label.what_is_it' => 'What is it?',
234 // 'label.expense' => 'Expense',
235 // 'label.quantity' => 'Quantity',
236 // 'label.paid_status' => 'Paid status',
237 // 'label.paid' => 'Paid',
238 // 'label.mark_paid' => 'Mark paid',
239 // 'label.week_note' => 'Week note',
240 // 'label.week_list' => 'Week list',
241
242 // Form titles.
243 'title.login' => 'Login',
244 // TODO: translate the following.
245 // 'title.teams' => 'Teams',
246 // 'title.create_team' => 'Creating Team',
247 // 'title.edit_team' => 'Editing Team',
248 // 'title.delete_team' => 'Deleting Team',
249 // 'title.reset_password' => 'Resetting Password',
250 // 'title.change_password' => 'Changing Password',
251 // 'title.time' => 'Time',
252 // 'title.edit_time_record' => 'Editing Time Record',
253 // 'title.delete_time_record' => 'Deleting Time Record',
254 // 'title.expenses' => 'Expenses',
255 // 'title.edit_expense' => 'Editing Expense Item',
256 // 'title.delete_expense' => 'Deleting Expense Item',
257 // 'title.predefined_expenses' => 'Predefined Expenses',
258 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
259 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
260 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
261 'title.reports' => 'Relatórios',
262 // TODO: translate the following.
263 // 'title.report' => 'Report',
264 // 'title.send_report' => 'Sending Report',
265 // 'title.invoice' => 'Invoice',
266 // 'title.send_invoice' => 'Sending Invoice',
267 // 'title.charts' => 'Charts',
268 // 'title.projects' => 'Projects',
269 // 'title.add_project' => 'Adding Project',
270 // 'title.edit_project' => 'Editing Project',
271 // 'title.delete_project' => 'Deleting Project',
272 // 'title.tasks' => 'Tasks',
273 // 'title.add_task' => 'Adding Task',
274 // 'title.edit_task' => 'Editing Task',
275 // 'title.delete_task' => 'Deleting Task',
276 // 'title.users' => 'Users',
277 // 'title.add_user' => 'Adding User',
278 // 'title.edit_user' => 'Editing User',
279 // 'title.delete_user' => 'Deleting User',
280 // 'title.clients' => 'Clients',
281 // 'title.add_client' => 'Adding Client',
282 // 'title.edit_client' => 'Editing Client',
283 // 'title.delete_client' => 'Deleting Client',
284 // 'title.invoices' => 'Invoices',
285 // 'title.add_invoice' => 'Adding Invoice',
286 // 'title.view_invoice' => 'Viewing Invoice',
287 // 'title.delete_invoice' => 'Deleting Invoice',
288 // 'title.notifications' => 'Notifications',
289 // 'title.add_notification' => 'Adding Notification',
290 // 'title.edit_notification' => 'Editing Notification',
291 // 'title.delete_notification' => 'Deleting Notification',
292 // 'title.monthly_quotas' => 'Monthly Quotas',
293 // 'title.export' => 'Exporting Team Data',
294 // 'title.import' => 'Importing Team Data',
295 // 'title.options' => 'Options',
296 // 'title.profile' => 'Profile',
297 // 'title.cf_custom_fields' => 'Custom Fields',
298 // 'title.cf_add_custom_field' => 'Adding Custom Field',
299 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
300 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
301 // 'title.cf_dropdown_options' => 'Dropdown Options',
302 // 'title.cf_add_dropdown_option' => 'Adding Option',
303 // 'title.cf_edit_dropdown_option' => 'Editing Option',
304 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
305 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
306 // It is also a name for the Locking plugin on the Team profile page.
307 // 'title.locking' => 'Locking',
308 // 'title.week_view' => 'Week View',
309
310 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
311 // Strings that are used in a single form must go to the specific form section.
312 // TODO: translate the following.
313 // 'dropdown.all' => '--- all ---',
314 // 'dropdown.no' => '--- no ---',
315 // 'dropdown.current_day' => 'today',
316 // 'dropdown.previous_day' => 'yesterday',
317 // 'dropdown.selected_day' => 'day',
318 // 'dropdown.current_week' => 'this week',
319 // 'dropdown.previous_week' => 'previous week',
320 // 'dropdown.selected_week' => 'week',
321 // 'dropdown.current_month' => 'this month',
322 // 'dropdown.previous_month' => 'previous month',
323 // 'dropdown.selected_month' => 'month',
324 // 'dropdown.current_year' => 'this year',
325 // 'dropdown.previous_year' => 'previous year',
326 // 'dropdown.selected_year' => 'year',
327 // 'dropdown.all_time' => 'all time',
328 // 'dropdown.projects' => 'projects',
329 // 'dropdown.tasks' => 'tasks',
330 // 'dropdown.clients' => 'clients',
331 // 'dropdown.select' => '--- select ---',
332 // 'dropdown.select_invoice' => '--- select invoice ---',
333 // 'dropdown.status_active' => 'active',
334 // 'dropdown.status_inactive' => 'inactive',
335 // 'dropdown.delete'=>'delete',
336 // 'dropdown.do_not_delete'=>'do not delete',
337 // 'dropdown.paid' => 'paid',
338 // 'dropdown.not_paid' => 'not paid',
339
340 // Login form. See example at https://timetracker.anuko.com/login.php.
341 'form.login.forgot_password' => 'Esqueceu a senha?',
342 // TODO: translate the following.
343 // '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.',
344
345 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
346 // TODO: translate the following.
347 // 'form.reset_password.message' => 'Password reset request sent by email.',
348 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
349 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
350
351 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
352 // TODO: translate the following.
353 // 'form.change_password.tip' => 'Type new password and click on Save.',
354
355 // Time form. See example at https://timetracker.anuko.com/time.php.
356 // TODO: translate the following.
357 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
358 // 'form.time.billable' => 'Billable',
359 // 'form.time.uncompleted' => 'Uncompleted',
360 // 'form.time.remaining_quota' => 'Remaining quota',
361 // 'form.time.over_quota' => 'Over quota',
362
363 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
364 // TODO: translate the following.
365 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
366
367 // Week view form. See example at https://timetracker.anuko.com/week.php.
368 // TODO: translate the following.
369 // 'form.week.new_entry' => 'New entry',
370
371 // Reports form. See example at https://timetracker.anuko.com/reports.php
372 // TODO: translate the following.
373 // 'form.reports.save_as_favorite' => 'Save as favorite',
374 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
375 // 'form.reports.include_billable' => 'billable',
376 // 'form.reports.include_not_billable' => 'not billable',
377 // 'form.reports.include_invoiced' => 'invoiced',
378 // 'form.reports.include_not_invoiced' => 'not invoiced',
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' => 'Group by',
383 // 'form.reports.group_by_no' => '--- no grouping ---',
384 // 'form.reports.group_by_date' => 'date',
385 // 'form.reports.group_by_user' => 'user',
386 // 'form.reports.group_by_client' => 'client',
387 // 'form.reports.group_by_project' => 'project',
388 // 'form.reports.group_by_task' => 'task',
389 // 'form.reports.totals_only' => 'Totals only',
390
391
392
393 // TODO: refactoring ongoing down from here.
394
395 // password reminder form attributes
396 "form.fpass.send_pass_str" => 'senha foi enviada',
397 "form.fpass.send_pass_subj" => 'Sua senha do Anuko Time Tracker',
398
399 // administrator form
400 "form.admin.options" => 'opções',
401
402 // my time form attributes
403 "form.mytime.title" => 'adicionar período',
404 "form.mytime.date" => 'data',
405 "form.mytime.project" => 'projeto',
406 "form.mytime.start" => 'início',
407 "form.mytime.finish" => 'fim',
408 "form.mytime.daily" => 'trabalho diário',
409 "form.mytime.total" => 'horas totais: ',
410 "form.mytime.th.project" => 'projeto',
411 "form.mytime.th.start" => 'início',
412 "form.mytime.th.finish" => 'finish',
413 "form.mytime.th.duration" => 'duração',
414 "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso',
415
416 // profile form attributes
417 // Note to translators: we need a more accurate translation of form.profile.create_title
418 "form.profile.create_title" => 'criar nova conta de gerência',
419 "form.profile.edit_title" => 'editando perfil',
420
421 // people form attributes
422 "form.people.ppl_str" => 'pessoas',
423 "form.people.createu_str" => 'adicionar novo usuário',
424 "form.people.edit_str" => 'editando usuário',
425 "form.people.del_str" => 'apagando usuário',
426
427 "form.people.th.role" => 'regra',
428 "form.people.manager" => 'gerente',
429 "form.people.empl" => 'usuário',
430
431 // projects form attributes
432 "form.project.proj_title" => 'projetos',
433 "form.project.edit_str" => 'editando projeto',
434 "form.project.add_str" => 'adicionando novo projeto',
435 "form.project.del_str" => 'apagando projeto',
436
437 // activities form attributes
438 "form.activity.project" => 'project',
439
440 // report attributes
441 "form.report.title" => 'relatórios',
442 "form.report.from" => 'data inicial',
443 "form.report.to" => 'data final',
444 "form.report.duration" => 'duração',
445 "form.report.start" => 'início',
446 "form.report.finish" => 'fim',
447 "form.report.project" => 'projeto',
448 // Note to translators: the string below is missing and must be added and translated 
449 // "form.report.totals_only" => 'totals only',
450 "form.report.total" => 'horas totais',
451 "form.report.th.empllist" => 'usuário',
452 // Note to translators: the strings below must be translated
453 // "form.report.th.date" => 'data',
454
455 // mail form attributes
456 "form.mail.from" => 'de',
457 "form.mail.to" => 'para',
458 "form.mail.above" => 'enviar este relatório por e-mail',
459 // Note to translators: the strings below must be translated
460 // "form.mail.footer_str" => '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.',
461 // "form.mail.sending_str" => '<b>the message has been sent</b>',
462
463 "controls.per_tm" => 'este mês',
464 "controls.per_lm" => 'último mês',
465 "controls.per_tw" => 'esta semana',
466 "controls.per_lw" => 'última semana',
467 );