aboutsummaryrefslogtreecommitdiffstats
path: root/root/admin/account_addoc.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_addoc.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_addoc.tt')
-rw-r--r--root/admin/account_addoc.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/root/admin/account_addoc.tt b/root/admin/account_addoc.tt
index 75c6898..c877b4b 100644
--- a/root/admin/account_addoc.tt
+++ b/root/admin/account_addoc.tt
@@ -6,8 +6,8 @@ Adding objectclass [% oc %] to dn [% dn %]
<input type="hidden" name="objectclass" value="[% oc %]" />
<table>
<tr>
- <th>Attribute</th>
- <th>Value</th>
+ <th>[% l('Attribute') %]</th>
+ <th>[% l('Value') %]</th>
</tr>
[% FOREACH attr IN must %]
[% IF attr != "objectClass" %]