Author: shinsuke
Date: Fri Dec  2 14:45:38 2005
New Revision: 351847

URL: http://svn.apache.org/viewcvs?rev=351847&view=rev
Log:
fixed MissingResourceException on locales other than English

Added:
    
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/ForgottenPasswordResources.properties
   (with props)
    
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/UserRegistrationResources.properties
   (with props)

Added: 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/ForgottenPasswordResources.properties
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/ForgottenPasswordResources.properties?rev=351847&view=auto
==============================================================================
--- 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/ForgottenPasswordResources.properties
 (added)
+++ 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/ForgottenPasswordResources.properties
 Fri Dec  2 14:45:38 2005
@@ -0,0 +1,11 @@
+forgotten.successful_pw_update = Your password has been updated!  Please login 
using it!
+forgotten.unable_to_update_pw=unable to update your password, try again please
+forgotten.password_update_link_invalid=I'm sorry that change password link is 
invalid
+forgotten.invalid_email_format_entered=Please enter a valid Email address.
+forgotten.email_address_not_found=Sorry but we could not find this email 
address on file. Are you sure you typed it in correctly?
+an_email_has_been_sent=An email has been sent to you.  Please follow the link 
in the email
+email.subject.forgotten.password=Password Notification
+failed_to_send=Failed to send password:
+page.message=If you have forgotten your password, we can create a new one and 
send it to you via your email address. You must enter the exact same email 
address with which you originally registered. 
+page.email=email address:                              
+page.button=Request New Password
\ No newline at end of file

Propchange: 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/ForgottenPasswordResources.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/UserRegistrationResources.properties
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/UserRegistrationResources.properties?rev=351847&view=auto
==============================================================================
--- 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/UserRegistrationResources.properties
 (added)
+++ 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/UserRegistrationResources.properties
 Fri Dec  2 14:45:38 2005
@@ -0,0 +1,23 @@
+error.lacking.first_name=You must enter a first name
+error.lacking.last_name=You must enter a last name
+error.lacking.username=You must enter a username
+error.email_invalid_format=Please enter a valid Email address.
+error.lacking.password=You must enter a password
+error.userid_already_exists=Requested User ID already exists.  Please select 
another User Id.
+error.email_already_exists=The requested email address is already being used 
in the system.  If you already have an account, consider using the forgotten 
password portlet to retreive your password.
+error.two_passwords_do_not_match=The two passwords do not match, please 
re-type them
+error.failed_to_add=Failed to add user.
+success.login_above=You have completed the user registration process.  Please 
login above
+
+# stuff for the template
+page.welcome=Welcome.  Please fill out the following form to become a 
registered user.
+page.username=username:
+page.firstname=first name:
+page.lastname=last name:
+page.department=department:<font color="blue" size="-2">(optional)</font>
+page.employer=employer:<font color="blue" size="-2">(optional)</font>
+page.email.address=email address:
+page.password=password:
+page.passwordVerify=password (verify):
+page.button=Register Me
+       
\ No newline at end of file

Propchange: 
portals/jetspeed-2/trunk/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/resources/UserRegistrationResources.properties
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to