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