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