More cleanup in translation files.
[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
60 // TODO: refactoring ongoing down from here.
61 'menu.projects' => 'Projetos',
62 // TODO: translate the following.
63 // 'menu.tasks' => 'Tasks',
64 // 'menu.users' => 'Users',
65 // 'menu.teams' => 'Tams',
66 // 'menu.export' => 'Export',
67 // 'menu.clients' => 'Clients',
68 'menu.options' => 'Opções',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 // 'error.sys' => 'System error.',
82 // 'error.db' => 'database error',
83 // 'error.field' => 'incorrect "{0}" data',
84 // 'error.empty' => 'field "{0}" is empty',
85 // 'error.not_equal' => 'field "{0}" is not equaled to field "{1}"',
86 // 'error.interval' => 'incorrect interval',
87 // 'error.project' => 'select project',
88 // 'error.task' => 'Select task.',
89 // 'error.client' => 'Select client.',
90 // 'error.report' => 'Select report.',
91 // 'error.record' => 'Select record.',
92 // 'error.auth' => 'incorrect login or password',
93 // 'error.user_exists' => 'user with this login already exists',
94 // 'error.project_exists' => 'project with this name already exists',
95 // 'error.task_exists' => 'Task with this name already exists.',
96 // 'error.client_exists' => 'Client with this name already exists.',
97 // 'error.no_login' => 'no user with this e-mail',
98 // 'error.upload' => 'file upload error',
99 // 'error.range_locked' => 'Date range is locked.',
100 // 'error.mail_send' => 'error sending mail',
101 // 'error.no_email' => 'no email associated with this login',
102 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
103 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
104
105 // Labels for buttons.
106 'button.login' => 'Login',
107 'button.now' => 'Hoje',
108 'button.save' => 'Salvar',
109 'button.delete' => 'Apagar',
110 'button.cancel' => 'Cancelar',
111 'button.submit' => 'Submeter',
112 // TODO: translate the following.
113 // 'button.add_user' => 'Add user',
114 'button.add_project' => 'Adicionar projeto',
115 // TODO: translate the following.
116 // 'button.add_task' => 'Add task',
117 // 'button.add_client' => 'Add client',
118 // 'button.add_invoice' => 'Add invoice',
119 // 'button.add_option' => 'Add option',
120 'button.add' => 'Adicionar',
121 // Note to translators: strings below need to be translated.
122 // 'button.generate' => 'generate',
123 // 'button.reset_password' => 'reset password',
124 'button.send' => 'enviar',
125 'button.send_by_email' => 'enviar por e-mail',
126 // Note to translators: the strings below are missing and must be added and translated
127 // 'button.save_as_new' => 'save as new',
128 // 'button.create_team' => 'create team',
129 // 'button.export' => 'export team',
130 // 'button.import' => 'import team',
131 // 'button.apply' => 'apply',
132
133 // labels for controls on various forms
134 // TODO: translate label.team_name and strings below.
135 // 'label.team_name' => 'team name',
136 // 'label.currency' => 'currency',
137 // 'label.manager_name' => 'manager name',
138 // 'label.manager_login' => 'manager login',
139 'label.password' => 'senha',
140 'label.confirm_password' => 'confirme a senha',
141 // 'label.email' => 'Email',
142 'label.cc' => 'Cc',
143 // TODO: translate the following.
144 // 'label.bcc' => 'Bcc',
145 'label.subject' => 'Assunto',
146 // 'label.page' => 'Page',
147 // 'label.condition' => 'Condition',
148 // TODO: translate the following.
149 // 'label.yes' => 'yes',
150 // 'label.no' => 'no',
151
152 // Form titles.
153 // TODO: the entire title section is missing here. See the English file.
154
155 // "form.filter.project" => 'project',
156 // "form.filter.filter" => 'favorite report',
157 // "form.filter.filter_new" => 'save as favorite',
158 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
159
160 // login form attributes
161 "form.login.title" => 'login como usuário de debug',
162 // Note to translators: "form.login.login" => 'e-mail', // email has been changed to login
163
164 // password reminder form attributes
165 "form.fpass.title" => 'enviar senha',
166 // Note to translators: "form.fpass.login" => 'e-mail', // email has been changed to login
167 "form.fpass.send_pass_str" => 'senha foi enviada',
168 "form.fpass.send_pass_subj" => 'Sua senha do Anuko Time Tracker',
169 // Note to translators: the strings below are missing and must be added and translated
170 // "form.fpass.send_pass_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",
171 // "form.fpass.reset_comment" => "to reset your password please type it in and click on save",
172
173 // administrator form
174 // Note to translators: the strings below are missing and must be added and translated 
175 // "form.admin.title" => 'administrator',
176 // "form.admin.duty_text" => 'create a new team by creating a new team manager account.<br>you can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
177
178 // "form.admin.change_pass" => 'change password of administrator account',
179 // "form.admin.profile.title" => 'teams',
180 // "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
181 // "form.admin.profile.comment" => 'delete team',
182 // "form.admin.profile.th.id" => 'id',
183 // "form.admin.profile.th.name" => 'name',
184 // "form.admin.profile.th.edit" => 'edit',
185 // "form.admin.profile.th.del" => 'delete',
186 // "form.admin.profile.th.active" => 'active',
187 "form.admin.options" => 'opções',
188 // "form.admin.custom_date_format" => "date format",
189 // "form.admin.custom_time_format" => "time format",
190 // "form.admin.start_week" => "first day of week",
191
192 // my time form attributes
193 "form.mytime.title" => 'adicionar período',
194 // Note to translators: the strings below must be translated
195 // "form.mytime.edit_title" => 'editing time record',
196 // "form.mytime.del_str" => 'deleting time record',
197 // "form.mytime.time_form" => ' (hh:mm)',
198 "form.mytime.date" => 'data',
199 "form.mytime.project" => 'projeto',
200 "form.mytime.activity" => 'atividade',
201 "form.mytime.start" => 'início',
202 "form.mytime.finish" => 'fim',
203 "form.mytime.duration" => 'duração',
204 "form.mytime.note" => 'anotação',
205 // Note to translators: the string below must be translated
206 // "form.mytime.behalf" => 'daily work for',
207 "form.mytime.daily" => 'trabalho diário',
208 "form.mytime.total" => 'horas totais: ',
209 "form.mytime.th.project" => 'projeto',
210 "form.mytime.th.activity" => 'actividade',
211 "form.mytime.th.start" => 'início',
212 "form.mytime.th.finish" => 'finish',
213 "form.mytime.th.duration" => 'duração',
214 "form.mytime.th.note" => 'fim',
215 "form.mytime.th.edit" => 'editar',
216 "form.mytime.th.delete" => 'apagar',
217 "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso',
218 // Note to translators: the strings below are missing and must be added and translated 
219 // "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
220 // "form.mytime.billable" => 'billable',
221 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
222 // "form.mytime.uncompleted" => 'uncompleted',
223
224 // profile form attributes
225 // Note to translators: we need a more accurate translation of form.profile.create_title
226 "form.profile.create_title" => 'criar nova conta de gerência',
227 "form.profile.edit_title" => 'editando perfil',
228 "form.profile.name" => 'nome',
229 // Note to translators: the string below is missing and must be added and translated 
230 // "form.profile.login" => 'login',
231
232 // Note to translators: the strings below are missing and must be added and translated 
233 // "form.profile.showchart" => 'show pie charts',
234 // "form.profile.lang" => 'language',
235 // "form.profile.custom_date_format" => "date format",
236 // "form.profile.custom_time_format" => "time format",
237 // "form.profile.default_format" => "(default)",
238 // "form.profile.start_week" => "first day of week",
239
240 // people form attributes
241 "form.people.ppl_str" => 'pessoas',
242 "form.people.createu_str" => 'adicionar novo usuário',
243 "form.people.edit_str" => 'editando usuário',
244 "form.people.del_str" => 'apagando usuário',
245 "form.people.th.name" => 'nome',
246 // Note to translators: "form.people.th.login" => 'e-mail', // email has been changed to login
247 "form.people.th.role" => 'regra',
248 "form.people.th.edit" => 'editar',
249 "form.people.th.del" => 'apagar',
250 "form.people.th.status" => 'status',
251 // Note to translators: the strings below are missing and must be added and translated 
252 // "form.people.th.project" => 'project',
253 // "form.people.th.rate" => 'rate',
254 "form.people.manager" => 'gerente',
255 // Note to translators: the string below is missing and must be added and translated 
256 // "form.people.comanager" => 'comanager',
257 "form.people.empl" => 'usuário',
258 "form.people.name" => 'nome',
259 // Note to translators: the string below is missing and must be added and translated 
260 // "form.people.login" => 'login',
261
262 "form.people.rate" => 'hourly rate',
263 // Note to translators: the strings below are missing and must be added and translated 
264 // "form.people.comanager" => 'co-manager',
265 // "form.people.projects" => 'projects',
266
267 // projects form attributes
268 "form.project.proj_title" => 'projetos',
269 "form.project.edit_str" => 'editando projeto',
270 "form.project.add_str" => 'adicionando novo projeto',
271 "form.project.del_str" => 'apagando projeto',
272 "form.project.th.name" => 'nome',
273 "form.project.th.edit" => 'editar',
274 "form.project.th.del" => 'apagar',
275 "form.project.name" => 'nome',
276
277 // activities form attributes
278 "form.activity.act_title" => 'atividades',
279 "form.activity.add_title" => 'adicionando nova atividade',
280 "form.activity.edit_str" => 'editando atividade',
281 // Note to translators: the string below must be translated
282 // "form.activity.del_str" => 'deleting activity',
283 "form.activity.name" => 'nome',
284 "form.activity.project" => 'project',
285 "form.activity.th.name" => 'nome',
286 "form.activity.th.project" => 'project',
287 "form.activity.th.edit" => 'editar',
288 "form.activity.th.del" => 'apagar',
289
290 // report attributes
291 "form.report.title" => 'relatórios',
292 "form.report.from" => 'data inicial',
293 "form.report.to" => 'data final',
294 // Note to translators: the strings below must be translated
295 // "form.report.groupby_user" => 'user',
296 // "form.report.groupby_project" => 'project',
297 // "form.report.groupby_activity" => 'activity',
298 "form.report.duration" => 'duração',
299 "form.report.start" => 'início',
300 "form.report.activity" => 'atividade',
301 // Note to translators: the string below must be translated
302 // "form.report.show_idle" => 'show idle',
303 "form.report.finish" => 'fim',
304 "form.report.note" => 'anotação',
305 "form.report.project" => 'projeto',
306 // Note to translators: the string below is missing and must be added and translated 
307 // "form.report.totals_only" => 'totals only',
308 "form.report.total" => 'horas totais',
309 "form.report.th.empllist" => 'usuário',
310 // Note to translators: the strings below must be translated
311 // "form.report.th.date" => 'data',
312 // "form.report.th.project" => 'project',
313 // "form.report.th.activity" => 'activity',
314 // "form.report.th.start" => 'start',
315 // "form.report.th.finish" => 'finish',
316 // "form.report.th.duration" => 'duration',
317 // "form.report.th.note" => 'note',
318
319 // mail form attributes
320 "form.mail.from" => 'de',
321 "form.mail.to" => 'para',
322 "form.mail.comment" => 'comentário',
323 "form.mail.above" => 'enviar este relatório por e-mail',
324 // Note to translators: the strings below must be translated
325 // "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.',
326 // "form.mail.sending_str" => '<b>the message has been sent</b>',
327
328 // invoice attributes
329 // Note to translators: the strings below must be translated
330 // "form.invoice.title" => 'invoice',
331 // "form.invoice.caption" => 'invoice',
332 // "form.invoice.above" => 'additional information for invoice',
333 // "form.invoice.select_cust" => 'select client',
334 // "form.invoice.fillform" => 'fill the fields',
335 // "form.invoice.date" => 'invoice date',
336 // "form.invoice.number" => 'invoice number',
337 // "form.invoice.tax" => 'tax',
338 // "form.invoice.comment" => 'comment ',
339 // "form.invoice.th.username" => 'person',
340 // "form.invoice.th.time" => 'hours',
341 // "form.invoice.th.rate" => 'rate',
342 // "form.invoice.th.summ" => 'amount',
343 // "form.invoice.subtotal" => 'subtotal',
344 // "form.invoice.customer" =>'customer',
345 // Note to translators: the strings below must be translated
346 // "form.invoice.mailinv_above" => 'send this invoice by e-mail',
347 // "form.invoice.sending_str" => '<b>invoice has been sent</b>',
348
349 // Note to translators: the strings below are missing and must be added and translated 
350 // "form.migration.zip" => 'compression',
351 // "form.migration.file" => 'select file',
352 // "form.migration.import.title" => 'import data',
353 // "form.migration.import.success" => 'import completed successfully',
354 // "form.migration.import.text" => 'import team data from an xml file',
355 // "form.migration.export.title" => 'export data',
356 // "form.migration.export.success" => 'export completed successfully',
357 // "form.migration.export.text" => 'you can export all team data into an xml file. this could be useful if you are migrating data to your own server.',
358 // "form.migration.compression.none" => 'none',
359 // "form.migration.compression.gzip" => 'gzip',
360 // "form.migration.compression.bzip" => 'bzip',
361
362 // "form.client.title" => 'clients',
363 // "form.client.add_title" => 'add client',
364 // "form.client.edit_title" => 'edit client',
365 // "form.client.del_title" => 'delete client',
366 // "form.client.th.name" => 'name',
367 // "form.client.th.edit" => 'edit',
368 // "form.client.th.del" => 'delete',
369 // "form.client.name" => 'name',
370 // "form.client.tax" => 'tax',
371 // "form.client.comment" => 'comment ',
372
373 // miscellaneous strings
374 "forward.forgot_password" => 'esqueceu a senha?',
375 // Note to translators: the strings below must be translated 
376 // "forward.edit" => 'edit',
377 // "forward.delete" => 'delete',
378 // Note to translators: the string below must be translated 
379 // "forward.tocsvfile" => 'export data to .csv file',
380 // Note to translators: the strings below are missing and must be added and translated 
381 // "forward.toxmlfile" => 'export data to .xml file',
382 // "forward.geninvoice" => 'generate invoice',
383 // "forward.change" => 'configure clients',
384
385 // strings inside contols on forms
386 "controls.select.project" => '--- selecione projeto ---',
387 "controls.select.activity" => '--- selecione atividade ---',
388 // Note to translators: the strings below are missing and must be added and translated 
389 // "controls.select.client" => '--- select client ---',
390 // "controls.project_bind" => '--- all ---',
391 // "controls.all" => '--- all ---',
392 // "controls.notbind" => '--- no ---',
393 "controls.per_tm" => 'este mês',
394 "controls.per_lm" => 'último mês',
395 "controls.per_tw" => 'esta semana',
396 "controls.per_lw" => 'última semana',
397 // Note to translators: the strings below are missing and must be added and translated 
398 // "controls.per_td" => 'this day',
399 // "controls.per_at" => 'all time',
400 // "controls.per_ty" => 'this year',
401 "controls.sel_period" => '--- selecione o período de tempo ---',
402 // Note to translators: the strings below must be translated 
403 // "controls.sel_groupby" => '--- no grouping ---',
404 // "controls.inc_billable" => 'billable',
405 // "controls.inc_nbillable" => 'not billable',
406 // "controls.default" => '--- default ---',
407
408 // labels
409 // Note to translators: the strings below are missing and must be added and translated 
410 // "label.chart.title1" => 'activities for user',
411 // "label.chart.title2" => 'projects for user',
412 // "label.chart.period" => 'chart for period',
413
414 "label.pinfo" => '%s, %s',
415 "label.pinfo2" => '%s',
416 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
417 "label.pminfo" => ' (gerente)',
418 // Note to translators: the strings below are missing and must be added and translated 
419 // "label.pcminfo" => ' (co-manager)',
420 // "label.painfo" => ' (administrator)',
421 "label.time_noentry" => 'sem registro',
422 "label.today" => 'today',
423 "label.req_fields" => '* campos obrigatórios',
424 // Note to translators: the strings below must be translated 
425 // "label.sel_project" => 'select project',
426 // "label.sel_activity" => 'select activity',
427 "label.sel_tp" => 'selecione o período de tempo',
428 "label.set_tp" => 'ou selecionar datas',
429 "label.fields" => 'exibir campos',
430 // Note to translators: the strings below must be translated
431 // "label.group_title" => 'group by',
432 // "label.include_title" => 'include records',
433 // "label.inv_str" => 'invoice',
434 //" label.sel_all" => 'select all',
435 // "label.sel_none" => 'deselect all',
436 // "label.or" => 'or',
437 // "label.disable" => 'disable',
438 // "label.enable" => 'enable',
439 // "label.filter" => 'filter',
440 // "label.timeweek" => 'weekly total',
441 // "label.hrs" => 'hrs',
442 // "label.errors" => 'errors',
443 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
444 // "label.calendar_today" => 'today',
445 // "label.calendar_close" => 'close',
446
447 // login hello text
448 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
449 );