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