X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpt.lang.php;h=f17db7998fb03a4c0cb4bb5958a8bc4cff07100a;hb=0dc212b76906e38b3da317721028f9268cc845b3;hp=b0e5734e5a997565e279c607019318f66988fb54;hpb=28b9f9c7660fae16fb166dad42ffb39299390125;p=timetracker.git diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index b0e5734e..f17db799 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -303,6 +303,67 @@ $i18n_key_words = array( // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', +// Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. +// Strings that are used in a single form must go to the specific form section. +// TODO: translate the following. +// 'dropdown.all' => '--- all ---', +// 'dropdown.no' => '--- no ---', +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +// 'dropdown.selected_day' => 'day', +// 'dropdown.current_week' => 'this week', +// 'dropdown.previous_week' => 'previous week', +// 'dropdown.selected_week' => 'week', +// 'dropdown.current_month' => 'this month', +// 'dropdown.previous_month' => 'previous month', +// 'dropdown.selected_month' => 'month', +// 'dropdown.current_year' => 'this year', +// 'dropdown.previous_year' => 'previous year', +// 'dropdown.selected_year' => 'year', +// 'dropdown.all_time' => 'all time', +// 'dropdown.projects' => 'projects', +// 'dropdown.tasks' => 'tasks', +// 'dropdown.clients' => 'clients', +// 'dropdown.select' => '--- select ---', +// 'dropdown.select_invoice' => '--- select invoice ---', +// 'dropdown.status_active' => 'active', +// 'dropdown.status_inactive' => 'inactive', +// 'dropdown.delete'=>'delete', +// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', + +// Login form. See example at https://timetracker.anuko.com/login.php. +// 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. +// TODO: translate the following. +// 'form.reset_password.message' => 'Password reset request sent by email.', +// '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. @@ -324,7 +385,6 @@ $i18n_key_words = array( "form.mytime.daily" => 'trabalho diário', "form.mytime.total" => 'horas totais: ', "form.mytime.th.project" => 'projeto', -"form.mytime.th.activity" => 'actividade', "form.mytime.th.start" => 'início', "form.mytime.th.finish" => 'finish', "form.mytime.th.duration" => 'duração', @@ -404,8 +464,6 @@ $i18n_key_words = array( "controls.sel_period" => '--- selecione o período de tempo ---', // labels -"label.pbehalf_info" => '%s %s on behalf of %s', -"label.time_noentry" => 'sem registro', "label.req_fields" => '* campos obrigatórios', "label.sel_tp" => 'selecione o período de tempo', "label.set_tp" => 'ou selecionar datas',