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