X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c87cf8a83bb4d1c9344619d0c220f9d0c045a133..80c95e54786735b3fb8396d139810e1853f1e37c:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index afde9e19..e90a38d5 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -349,6 +349,17 @@ $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", + // TODO: refactoring ongoing down from here.