[Mageia-sysadm] [188] - mark some more string as translatable
root at mageia.org
root at mageia.org
Tue Dec 21 03:05:06 CET 2010
Revision: 188
Author: misc
Date: 2010-12-21 03:05:06 +0100 (Tue, 21 Dec 2010)
Log Message:
-----------
- mark some more string as translatable
Modified Paths:
--------------
identity/CatDap/trunk/root/admin/account_group.tt
Modified: identity/CatDap/trunk/root/admin/account_group.tt
===================================================================
--- identity/CatDap/trunk/root/admin/account_group.tt 2010-12-21 02:05:03 UTC (rev 187)
+++ identity/CatDap/trunk/root/admin/account_group.tt 2010-12-21 02:05:06 UTC (rev 188)
@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101221/455240cb/attachment-0001.html>
More information about the Mageia-sysadm
mailing list