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