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