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