aboutsummaryrefslogtreecommitdiffstats
path: root/root/admin/account_modify.tt
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-21 02:05:03 +0000
committerMichael Scherer <misc@mageia.org>2010-12-21 02:05:03 +0000
commit226e116ee9113ee5ec67c2a52e882104de6815bc (patch)
tree367bbac14218d1da3a7a64fbcd53b20b499e45b9 /root/admin/account_modify.tt
parent5cba201cd4fb060297c1e37ac6f7436d99e72a70 (diff)
downloadidentity-226e116ee9113ee5ec67c2a52e882104de6815bc.tar
identity-226e116ee9113ee5ec67c2a52e882104de6815bc.tar.gz
identity-226e116ee9113ee5ec67c2a52e882104de6815bc.tar.bz2
identity-226e116ee9113ee5ec67c2a52e882104de6815bc.tar.xz
identity-226e116ee9113ee5ec67c2a52e882104de6815bc.zip
mark various string as translatable, patch from Marianne Lombard
Diffstat (limited to 'root/admin/account_modify.tt')
-rw-r--r--root/admin/account_modify.tt18
1 files changed, 9 insertions, 9 deletions
diff --git a/root/admin/account_modify.tt b/root/admin/account_modify.tt
index 8acd4b4..3f941a8 100644
--- a/root/admin/account_modify.tt
+++ b/root/admin/account_modify.tt
@@ -1,12 +1,12 @@
-<a href="[% c.uri_for('/admin/password') %]/[% uid %]">Reset password</a>
-<a href="[% c.uri_for('/admin/account_group') %]/[% uid %]">Groups</a>
+<a href="[% c.uri_for('/admin/password') %]/[% uid %]">[% l('Reset password') %]</a>
+<a href="[% c.uri_for('/admin/account_group') %]/[% uid %]">[% l('Groups') %]</a>
<form method="post" action="">
<input type='hidden' name='operation' value='replace' />
<table border=0>
<tr>
- <th>Attribute</th>
- <th>Value</th>
+ <th>[% l('Attribute') %]</th>
+ <th>[% l('Value') %]</th>
</tr>
[% FOREACH attr IN values %]
<tr>
@@ -21,10 +21,10 @@
<br/>
[% END %]
[% IF attr.addable AND attr.editable %]
- <a href="[% c.uri_for('/admin/account_edit') %]/add/[% attr.name %]">Add</a>
+ <a href="[% c.uri_for('/admin/account_edit') %]/add/[% attr.name %]">[% l('Add') %]</a>
[% END %]
[% IF attr.removable AND attr.editable %]
- <a href="[% c.uri_for('/admin/account_modifydel') %]/[% uid %]/[% attr.name %]/[% val %]">Delete</a>
+ <a href="[% c.uri_for('/admin/account_modifydel') %]/[% uid %]/[% attr.name %]/[% val %]">[% l('Delete') %]</a>
[% END %]
[% END %]
</td>
@@ -44,13 +44,13 @@
<input type="hidden" name="operation" value="add" />
<p>
- Add attribute
+ [% l('Add attribute') %]
<select name='attribute'>
[% FOREACH attr IN may %]
<option value="[% attr %]">[% attr %]</option>
[% END %]
</select>
- with value
+ [% l('with value') %]
<input name="value" value="" />
<input type="submit" value="Add" />
</p>
@@ -59,7 +59,7 @@
<hr />
[% IF groups %]
-<p>Promote user to posixAccount with primary group: </p>
+<p>[% l('Promote user to posixAccount with primary group:') %] </p>
<form method="post" action="[% c.uri_for('/admin/account_promote') %]">
<input type="hidden" name="dn" value="[% dn %]" />