A bit more refactoring.
[timetracker.git] / WEB-INF / resources / pt.lang.php
index b2af0a1..f17db79 100644 (file)
@@ -344,6 +344,26 @@ $i18n_key_words = array(
 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
+// Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
+// TODO: translate the following.
+// 'form.change_password.tip' => 'Type new password and click on Save.',
+
+// Time form. See example at https://timetracker.anuko.com/time.php.
+// TODO: translate the following.
+// 'form.time.duration_format' => '(hh:mm or 0.0h)',
+// 'form.time.billable' => 'Billable',
+// 'form.time.uncompleted' => 'Uncompleted',
+// 'form.time.remaining_quota' => 'Remaining quota',
+// 'form.time.over_quota' => 'Over quota',
+
+// Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
+// TODO: translate the following.
+// 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
+
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
 
 
 // TODO: refactoring ongoing down from here.
@@ -444,7 +464,6 @@ $i18n_key_words = array(
 "controls.sel_period" => '--- selecione o período de tempo ---',
 
 // labels
-"label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
 "label.req_fields" => '* campos obrigatórios',
 "label.sel_tp" => 'selecione o período de tempo',
 "label.set_tp" => 'ou selecionar datas',