diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-21 02:23:27 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-21 02:23:27 +0000 |
commit | 4a1a3328d577506fbc29a36e47340d120c7d762c (patch) | |
tree | 90b19b2eecb30c32cbd31bb100aabe65526e0455 /root/user | |
parent | e96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7 (diff) | |
download | identity-4a1a3328d577506fbc29a36e47340d120c7d762c.tar identity-4a1a3328d577506fbc29a36e47340d120c7d762c.tar.gz identity-4a1a3328d577506fbc29a36e47340d120c7d762c.tar.bz2 identity-4a1a3328d577506fbc29a36e47340d120c7d762c.tar.xz identity-4a1a3328d577506fbc29a36e47340d120c7d762c.zip |
- add more strings to translate
Diffstat (limited to 'root/user')
-rw-r--r-- | root/user/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/user/index.tt b/root/user/index.tt index 258ef32..24caabd 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -1,7 +1,7 @@ <div id="input_form"> <form method="post" action=""> <table border=0> - <tr><th>Attribute</th><th>Value</th><th></th></tr> + <tr><th>[% l('Attribute') %]</th><th>[% l('Value') %]</th><th></th></tr> [% FOREACH attr IN values %] <tr> <td>[% attr.name %]</td> |