aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-21 02:05:06 +0000
committerMichael Scherer <misc@mageia.org>2010-12-21 02:05:06 +0000
commite96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7 (patch)
tree36da45077cab9218e192cec167fec9af370b6f82 /root
parent226e116ee9113ee5ec67c2a52e882104de6815bc (diff)
downloadidentity-e96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7.tar
identity-e96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7.tar.gz
identity-e96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7.tar.bz2
identity-e96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7.tar.xz
identity-e96f2538b4758e3a042d14eb9b0d0c55ff2ccbf7.zip
- mark some more string as translatable
Diffstat (limited to 'root')
-rw-r--r--root/admin/account_group.tt8
1 files changed, 4 insertions, 4 deletions
diff --git a/root/admin/account_group.tt b/root/admin/account_group.tt
index d2355c7..c9031e1 100644
--- a/root/admin/account_group.tt
+++ b/root/admin/account_group.tt
@@ -1,4 +1,4 @@
-<h2>Add user [% uid %] to a new group</h2>
+<h2>[% l('Add user [_1] to a new group, uid) %]</h2>
<form method="post" action="">
<input type='hidden' name='uid' value='[% uid %]' />
@@ -8,12 +8,12 @@
<option value='[% group.cn %]'>[% group.cn %]</option>
[% END %]
</select>
- <input type='submit' value='Add' />
+ <input type='submit' value='[% l('Add') %]' />
</form>
<hr />
-<h2>Delete user [% uid %] from an existing group:</h2>
+<h2>[% l('Delete user [_1] from an existing group:', uid) %] </h2>
<form method="post" action="">
<input type='hidden' name='uid' value='[% uid %]' />
@@ -23,7 +23,7 @@
<option value='[% group.cn %]'>[% group.cn %]</option>
[% END %]
</select>
- <input type='submit' value='Delete' />
+ <input type='submit' value='[% l('Delete') %]' />
</form>
<hr /> \ No newline at end of file