diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001340.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001340.html | 206 |
1 files changed, 206 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001340.html b/zarb-ml/mageia-sysadm/2010-December/001340.html new file mode 100644 index 000000000..6299cf25a --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001340.html @@ -0,0 +1,206 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [189] - add more strings to translate + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B189%5D%20-%20add%20more%20strings%20to%20translate&In-Reply-To=%3C20101221022328.209E7408E2%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001339.html"> + <LINK REL="Next" HREF="001342.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [189] - add more strings to translate</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B189%5D%20-%20add%20more%20strings%20to%20translate&In-Reply-To=%3C20101221022328.209E7408E2%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [189] - add more strings to translate">root at mageia.org + </A><BR> + <I>Tue Dec 21 03:23:28 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001339.html">[Mageia-sysadm] [188] - mark some more string as translatable +</A></li> + <LI>Next message: <A HREF="001342.html">[Mageia-sysadm] [190] - regenerate messages.pot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1340">[ date ]</a> + <a href="thread.html#1340">[ thread ]</a> + <a href="subject.html#1340">[ subject ]</a> + <a href="author.html#1340">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001339.html">[Mageia-sysadm] [188] - mark some more string as translatable +</A></li> + <LI>Next message: <A HREF="001342.html">[Mageia-sysadm] [190] - regenerate messages.pot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1340">[ date ]</a> + <a href="thread.html#1340">[ thread ]</a> + <a href="subject.html#1340">[ subject ]</a> + <a href="author.html#1340">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |