X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7222eeeece08554fe11df2fe33e17dded52b06d0..d843adf87afb693ebf31ca3ad23705126ffca0bc:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index e00310b2..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. @@ -375,9 +376,9 @@ $i18n_key_words = array( // 'form.reports.include_not_billable' => 'not billable', // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', -// 'form.reports.select_period' => 'Select time period', -// 'form.reports.set_period' => 'or set dates', -// 'form.reports.show_fields' => 'Show fields', +'form.reports.select_period' => 'Selecione o período de tempo', +'form.reports.set_period' => 'ou selecionar datas', +'form.reports.show_fields' => 'Exibir campos', // 'form.reports.group_by' => 'Group by', // 'form.reports.group_by_no' => '--- no grouping ---', // 'form.reports.group_by_date' => 'date', @@ -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,23 +462,13 @@ $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', "controls.per_lw" => 'última semana', -"controls.sel_period" => '--- selecione o período de tempo ---', - -// labels -"label.sel_tp" => 'selecione o período de tempo', -"label.set_tp" => 'ou selecionar datas', -"label.fields" => 'exibir campos', );