X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/59cc31a364495ff91d9b43fada500982418fd4e7..d843adf87afb693ebf31ca3ad23705126ffca0bc:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index efec8b81..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', @@ -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,7 +462,6 @@ $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.',