]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/pt.lang.php
More recycling in translations.
[timetracker.git] / WEB-INF / resources / pt.lang.php
index f6946d99018fb81b825b3f0f2ffb8539f912f1d0..1a3c5e560f5930177a0a658f5654dd8c5811dd7c 100644 (file)
@@ -163,8 +163,9 @@ $i18n_key_words = array(
 // 'label.clients' => 'Clients',
 // 'label.option' => 'Option',
 // 'label.invoice' => 'Invoice',
-// 'label.project' => 'Project',
-// 'label.projects' => 'Projects',
+'label.project' => 'Projeto',
+'label.projects' => 'Projetos',
+// TODO: translate the following.
 // 'label.task' => 'Task',
 // 'label.tasks' => 'Tasks',
 // 'label.description' => 'Description',
@@ -197,8 +198,9 @@ $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.status' => 'Status',
+'label.comment' => 'Comentário',
+'label.status' => 'Status',
+// TODO: translate the following.
 // 'label.tax' => 'Tax',
 // 'label.subtotal' => 'Subtotal',
 // 'label.total' => 'Total',
@@ -264,10 +266,11 @@ $i18n_key_words = array(
 // 'title.invoice' => 'Invoice',
 // 'title.send_invoice' => 'Sending Invoice',
 // 'title.charts' => 'Charts',
-// 'title.projects' => 'Projects',
-// 'title.add_project' => 'Adding Project',
-// 'title.edit_project' => 'Editing Project',
-// 'title.delete_project' => 'Deleting Project',
+'title.projects' => 'Projetos',
+'title.add_project' => 'Adicionando projeto',
+'title.edit_project' => 'Editando projeto',
+'title.delete_project' => 'Apagando projeto',
+// TODO: translate the following.
 // 'title.tasks' => 'Tasks',
 // 'title.add_task' => 'Adding Task',
 // 'title.edit_task' => 'Editing Task',
@@ -324,7 +327,8 @@ $i18n_key_words = array(
 // 'dropdown.previous_year' => 'previous year',
 // 'dropdown.selected_year' => 'year',
 // 'dropdown.all_time' => 'all time',
-// 'dropdown.projects' => 'projects',
+'dropdown.projects' => 'projetos',
+// TODO: translate the following.
 // 'dropdown.tasks' => 'tasks',
 // 'dropdown.clients' => 'clients',
 // 'dropdown.select' => '--- select ---',
@@ -401,12 +405,10 @@ $i18n_key_words = array(
 // my time form attributes
 "form.mytime.title" => 'adicionar período',
 "form.mytime.date" => 'data',
-"form.mytime.project" => 'projeto',
 "form.mytime.start" => 'início',
 "form.mytime.finish" => 'fim',
 "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',
@@ -423,26 +425,10 @@ $i18n_key_words = array(
 "form.people.edit_str" => 'editando usuário',
 "form.people.del_str" => 'apagando usuário',
 
-// Note to translators: "form.people.th.login" => 'e-mail', // email has been changed to login
 "form.people.th.role" => 'regra',
-"form.people.th.status" => 'status',
-// Note to translators: the strings below are missing and must be added and translated 
-// "form.people.th.project" => 'project',
-// "form.people.th.rate" => 'rate',
 "form.people.manager" => 'gerente',
-// Note to translators: the string below is missing and must be added and translated 
-// "form.people.comanager" => 'comanager',
 "form.people.empl" => 'usuário',
 
-// projects form attributes
-"form.project.proj_title" => 'projetos',
-"form.project.edit_str" => 'editando projeto',
-"form.project.add_str" => 'adicionando novo projeto',
-"form.project.del_str" => 'apagando projeto',
-
-// activities form attributes
-"form.activity.project" => 'project',
-
 // report attributes
 "form.report.title" => 'relatórios',
 "form.report.from" => 'data inicial',
@@ -450,9 +436,6 @@ $i18n_key_words = array(
 "form.report.duration" => 'duração',
 "form.report.start" => 'início',
 "form.report.finish" => 'fim',
-"form.report.project" => 'projeto',
-// Note to translators: the string below is missing and must be added and translated 
-// "form.report.totals_only" => 'totals only',
 "form.report.total" => 'horas totais',
 "form.report.th.empllist" => 'usuário',
 // Note to translators: the strings below must be translated
@@ -461,7 +444,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<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',