X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=b914f24a35ab32049dcb137e0e292f775876441f;hb=9885d4c82ada8562383de5c9e03ff6bb5ab692a3;hp=4c4c6b0cf96435fb5689184c0404af3b61e42c86;hpb=14694940d3905eb4b429dc7b936ff80c80ef3783;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 4c4c6b0c..b914f24a 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -171,9 +171,9 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', 'label.duration' => 'Duração', +'label.note' => 'Anotação', +'label.notes' => 'Anotações', // TODO: translate the following. -// 'label.note' => 'Note', -// 'label.notes' => 'Notes', // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', @@ -197,7 +197,8 @@ $i18n_key_words = array( // 'label.date_format' => 'Date format', // 'label.time_format' => 'Time format', // 'label.week_start' => 'First day of week', -// 'label.comment' => 'Comment', +'label.comment' => 'Comentário', +// TODO: translate the following. // 'label.status' => 'Status', // 'label.tax' => 'Tax', // 'label.subtotal' => 'Subtotal', @@ -337,8 +338,8 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => 'Esqueceu a senha?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. @@ -404,20 +405,13 @@ $i18n_key_words = array( "form.mytime.project" => 'projeto', "form.mytime.start" => 'início', "form.mytime.finish" => 'fim', -"form.mytime.note" => 'anotação', "form.mytime.daily" => 'trabalho diário', "form.mytime.total" => 'horas totais: ', "form.mytime.th.project" => 'projeto', "form.mytime.th.start" => 'início', "form.mytime.th.finish" => 'finish', "form.mytime.th.duration" => 'duração', -"form.mytime.th.note" => 'fim', "form.mytime.del_yes" => 'o período registrado foi apagado com sucesso', -// Note to translators: the strings below are missing and must be added and translated -// "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.', -// "form.mytime.billable" => 'billable', -// "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked', -// "form.mytime.uncompleted" => 'uncompleted', // profile form attributes // Note to translators: we need a more accurate translation of form.profile.create_title @@ -457,7 +451,6 @@ $i18n_key_words = array( "form.report.duration" => 'duração', "form.report.start" => 'início', "form.report.finish" => 'fim', -"form.report.note" => 'anotação', "form.report.project" => 'projeto', // Note to translators: the string below is missing and must be added and translated // "form.report.totals_only" => 'totals only', @@ -469,15 +462,11 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'de', "form.mail.to" => 'para', -"form.mail.comment" => 'comentário', "form.mail.above" => 'enviar este relatório por e-mail', // Note to translators: the strings below must be translated // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', // "form.mail.sending_str" => 'the message has been sent', -// miscellaneous strings -"forward.forgot_password" => 'esqueceu a senha?', - "controls.per_tm" => 'este mês', "controls.per_lm" => 'último mês', "controls.per_tw" => 'esta semana',