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