kimptoc 01/12/28 07:47:07
Modified: src/java/org/apache/jetspeed/modules/localization
JetspeedLocalization_en.properties
webapp/WEB-INF/templates/vm/navigations/html top.vm
Log:
bug 4142 - some localization tweaks
Revision Changes Path
1.9 +3 -0
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization_en.properties
Index: JetspeedLocalization_en.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization_en.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- JetspeedLocalization_en.properties 2001/12/28 12:14:07 1.8
+++ JetspeedLocalization_en.properties 2001/12/28 15:47:07 1.9
@@ -79,6 +79,9 @@
USERFORM_RESET=Reset
USERFORM_UPDATE=Update Account
USERFORM_CREATE=Create New Account
+USERFORM_LOGIN=Login
+USERFORM_PASSWORDSEND=Password?
+USERFORM_PASSWORDREMINDER=Forgotten your password?<br>Enter your username<br> and
click Password?
NEWACCOUNT_TITLE=Create a new Jetspeed account
NEWACCOUNT_NOTICE=To create a new account, please fill in all of the fields below.
1.11 +3 -4
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm
Index: top.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- top.vm 2001/12/28 12:14:07 1.10
+++ top.vm 2001/12/28 15:47:07 1.11
@@ -102,11 +102,10 @@
<input value="" name="username" maxlength="25" type="text"
tabindex="1" style="font-size:10">
</td>
<td rowspan="2" align="center">
- <input name="submit" type="submit" value="Login" tabindex="3"
style="font-size:10" />
+ <input name="submit" type="submit" value="$l10n.USERFORM_LOGIN"
tabindex="3" style="font-size:10" />
#if ( $config.getBoolean("password.reminder.enable") == true )
- <input name="eventSubmit_doReminder" type="submit" tabindex="4"
value="Password?" style="font-size:10" >
- <br><small>Forgotten your password?<br>
- Enter your username<br> and click Password?</small>
+ <input name="eventSubmit_doReminder" type="submit" tabindex="4"
value="$l10n.USERFORM_PASSWORDSEND" style="font-size:10" >
+ <br><small>$l10n.USERFORM_PASSWORDREMINDER</small>
#end
</td>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>