[Mageia-sysadm] [189] - add more strings to translate

root at mageia.org root at mageia.org
Tue Dec 21 03:23:28 CET 2010


Revision: 189
Author:   misc
Date:     2010-12-21 03:23:27 +0100 (Tue, 21 Dec 2010)
Log Message:
-----------
- add more strings to translate

Modified Paths:
--------------
    identity/CatDap/trunk/root/admin/account_addoc.tt
    identity/CatDap/trunk/root/admin/account_modify.tt
    identity/CatDap/trunk/root/admin/group_modify.tt
    identity/CatDap/trunk/root/register/check.tt
    identity/CatDap/trunk/root/register/index.tt
    identity/CatDap/trunk/root/user/index.tt

Modified: identity/CatDap/trunk/root/admin/account_addoc.tt
===================================================================
--- identity/CatDap/trunk/root/admin/account_addoc.tt	2010-12-21 02:05:06 UTC (rev 188)
+++ identity/CatDap/trunk/root/admin/account_addoc.tt	2010-12-21 02:23:27 UTC (rev 189)
@@ -1,4 +1,4 @@
-Adding objectclass [% oc %] to dn [% dn %]
+[% l('Adding objectclass [_1] to dn [_2]', oc, dn) %]
 
 <form method="post" action="">
     <input type="hidden" name="dn" value="[% dn %]" />
@@ -25,6 +25,6 @@
             </tr>
         [% END %]
     </table>
-    <p><input type="submit" value="Add" /></p>
+    <p><input type="submit" value="[% l('Add') %]" /></p>
 
 </form>
\ No newline at end of file

Modified: identity/CatDap/trunk/root/admin/account_modify.tt
===================================================================
--- identity/CatDap/trunk/root/admin/account_modify.tt	2010-12-21 02:05:06 UTC (rev 188)
+++ identity/CatDap/trunk/root/admin/account_modify.tt	2010-12-21 02:23:27 UTC (rev 189)
@@ -32,7 +32,7 @@
         [% END %]
         <tr>
             <td colspan=2 align=center>
-                <input type='Submit' value='Update'>
+                <input type='Submit' value='[% l('Update') %]'>
             </td>
         </tr>
     </table>
@@ -68,7 +68,7 @@
             <option value="[% group.gidNumber %]">[% group.name %]</option>
         [% END %]
     </select>
-    <input type="submit" value="Promote" />
+    <input type="submit" value="[% l('Promote') %]" />
 </form>
 [% END %]
 
@@ -82,7 +82,7 @@
             <option value='[% oc %]'>[% oc %]</option>
         [% END %]
     </select>
-    <input type="submit" value="Add ObjectClass" />
+    <input type="submit" value="[% l('Add ObjectClass') %]" />
 </form>
 
 <hr />
\ No newline at end of file

Modified: identity/CatDap/trunk/root/admin/group_modify.tt
===================================================================
--- identity/CatDap/trunk/root/admin/group_modify.tt	2010-12-21 02:05:06 UTC (rev 188)
+++ identity/CatDap/trunk/root/admin/group_modify.tt	2010-12-21 02:23:27 UTC (rev 189)
@@ -15,7 +15,7 @@
                     <br/>
                 [% END %]
                 <input name="[% attr %]" value="" />
-                <input type="submit" value="Add" />
+                <input type="submit" value="[% l('Add') %]" />
             </td>
         </tr>
         [% END %]

Modified: identity/CatDap/trunk/root/register/check.tt
===================================================================
--- identity/CatDap/trunk/root/register/check.tt	2010-12-21 02:05:06 UTC (rev 188)
+++ identity/CatDap/trunk/root/register/check.tt	2010-12-21 02:23:27 UTC (rev 189)
@@ -1,4 +1,4 @@
-<h2>Success</h2>
+<h2>[% l('Success') %]</h2>
 <p>
 [% message %]
 </p>
\ No newline at end of file

Modified: identity/CatDap/trunk/root/register/index.tt
===================================================================
--- identity/CatDap/trunk/root/register/index.tt	2010-12-21 02:05:06 UTC (rev 188)
+++ identity/CatDap/trunk/root/register/index.tt	2010-12-21 02:23:27 UTC (rev 189)
@@ -4,12 +4,12 @@
 
 <div id="input_form">
 <form method="post" action="/register/check">
-            <h3>Username</h3>
+            <h3>[% l('Username') %]</h3>
 			<label for="uid_">[% l('Username') %]</label><br />
 			<input id="uid_" type="text" name="uid" value="[% c.request.params.uid %]" /><br />
 
             <p>
-            <h3>Personal Information</h3>
+            <h3>[% l('Personal Information') %]</h3>
             <label for="gn_">[% l('First name') %]</label><br/>
 			<input id="gn_" type="text" name="gn" value="[% c.request.params.gn %]" /><br />
 
@@ -17,7 +17,7 @@
 			<input id="sn_" type="text" name="sn" value="[% c.request.params.sn %]" /><br />
             </p>
             <p>
-            <h3>Email</h3>
+            <h3>[% l('Email') %]</h3>
 			<label for="mail1_">[% l('Email address') %]</label><br/>
 			<input id="mail1_" type="text" name="mail1" value="[% c.request.params.mail1 %]" /><br />
 
@@ -29,7 +29,7 @@
 			<h3>[% l('Captcha') %]</h3>
 
             <img src="/register/captcha" /><br />
-			<label for="test">Enter text</label><br/>
+			<label for="test">[% l('Enter text') %]</label><br/>
             <input type="text" name="validate" /><br/>
             </p>
 			<button type="submit" value="[% l('Register') %]">[% l('Register') %]</button>

Modified: identity/CatDap/trunk/root/user/index.tt
===================================================================
--- identity/CatDap/trunk/root/user/index.tt	2010-12-21 02:05:06 UTC (rev 188)
+++ identity/CatDap/trunk/root/user/index.tt	2010-12-21 02:23:27 UTC (rev 189)
@@ -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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101221/82cd41cc/attachment.html>


More information about the Mageia-sysadm mailing list