X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fcs.lang.php;h=075a347d3406ad79bf51607c9bcf561d07d53f99;hb=0dc212b76906e38b3da317721028f9268cc845b3;hp=afde9e19ac7ce7a29720ea6c4f94c65f32f88e64;hpb=c87cf8a83bb4d1c9344619d0c220f9d0c045a133;p=timetracker.git diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index afde9e19..075a347d 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -349,6 +349,37 @@ $i18n_key_words = array( // '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. @@ -391,11 +422,9 @@ $i18n_key_words = array( "form.mytime.finish" => 'konec', "form.mytime.duration" => 'trvání', "form.mytime.note" => 'poznámka', -"form.mytime.behalf" => 'denní práce pracovníka', "form.mytime.daily" => 'denní práce', "form.mytime.total" => 'součet hodin: ', "form.mytime.th.project" => 'projekt', -"form.mytime.th.activity" => 'činnost', "form.mytime.th.start" => 'začátek', "form.mytime.th.finish" => 'konec', "form.mytime.th.duration" => 'trvání', @@ -541,7 +570,6 @@ $i18n_key_words = array( "label.chart.title2" => 'projekty uživatele', "label.chart.period" => 'přehled za období', -"label.time_noentry" => 'žádné záznamy', "label.req_fields" => '* nutno vyplnit', "label.sel_project" => 'výběr projektu', "label.sel_activity" => 'výběr činnosti',