X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3d3375d59d89359453c6bd42e6b07f7d0354b448..00733333adc4c294d2fdd7b8a29aaa7a419f14f9:/WEB-INF/resources/pt.lang.php diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index a63dded8..387063d8 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -182,8 +182,6 @@ $i18n_key_words = array( // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', // 'label.today' => 'Today', -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Editar', 'label.delete' => 'Apagar', @@ -261,8 +259,8 @@ $i18n_key_words = array( // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', 'title.reports' => 'Relatórios', +'title.report' => 'Relatório', // TODO: translate the following. -// 'title.report' => 'Report', // 'title.send_report' => 'Sending Report', // 'title.invoice' => 'Invoice', // 'title.send_invoice' => 'Sending Invoice', @@ -338,8 +336,8 @@ $i18n_key_words = array( // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -504,8 +502,6 @@ $i18n_key_words = array( // my time form attributes "form.mytime.title" => 'adicionar período', -"form.mytime.total" => 'horas totais: ', -"form.mytime.del_yes" => 'o período registrado foi apagado com sucesso', // profile form attributes // Note to translators: we need a more accurate translation of form.profile.create_title @@ -513,10 +509,5 @@ $i18n_key_words = array( "form.profile.edit_title" => 'editando perfil', // people form attributes -"form.people.th.role" => 'regra', "form.people.manager" => 'gerente', - -// report attributes -"form.report.title" => 'relatórios', -"form.report.total" => 'horas totais', );