diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-27 12:34:50 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-27 12:34:50 +0000 |
commit | d4fa744085245e3c09504376528ab4bca445a307 (patch) | |
tree | df2f230c75e091cf0396e764ec71b01b8d2cb19c /root | |
parent | fce2cbac7dc211986f374f11cc59dea249fc3068 (diff) | |
download | identity-d4fa744085245e3c09504376528ab4bca445a307.tar identity-d4fa744085245e3c09504376528ab4bca445a307.tar.gz identity-d4fa744085245e3c09504376528ab4bca445a307.tar.bz2 identity-d4fa744085245e3c09504376528ab4bca445a307.tar.xz identity-d4fa744085245e3c09504376528ab4bca445a307.zip |
add some more strings to be translated
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/password.tt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/root/admin/password.tt b/root/admin/password.tt index db8d271..16f599b 100644 --- a/root/admin/password.tt +++ b/root/admin/password.tt @@ -2,9 +2,9 @@ <p> Resetting the users ([% uid %]) password will: <ul> -<li>Change their password to a random string</li> -<li>Set the pwdReset attribute on their entry</li> -<li>Send an email containing a link to change their password to the following addresses: +<li>[% l('Change their password to a random string') %]</li> +<li>[% l('Set the pwdReset attribute on their entry') %]</li> +<li>[% l('Send an email containing a link to change their password to the following addresses:') %] <ul> [% FOREACH mail IN mails %] <li>[% mail %]</li> @@ -13,7 +13,7 @@ Resetting the users ([% uid %]) password will: </ul> <form method='post'> <input type='hidden' name='txnid' value='[% txnid %]'> -<input type='submit' value='Reset'> +<input type='submit' value='[% l('Reset') %]'> </form> </p> </div> |