paulsp 01/12/18 19:04:41
Modified: src/java/org/apache/jetspeed/modules/localization
JetspeedLocalization_en.properties
Log:
Returned english localization parameter.
Revision Changes Path
1.5 +106 -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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- JetspeedLocalization_en.properties 2001/12/18 06:34:52 1.4
+++ JetspeedLocalization_en.properties 2001/12/19 03:04:41 1.5
@@ -1 +1,107 @@
+#
+# The English values MUST be maintained in addition the default value due to the
+# way Java behaves when English is NOT the default language.
+#
+
LOCALIZATION_MAINTAINER=Jetspeed Development Team
+
+CREATENEWUSERANDCONFIRM_PWNOTMATCH=Sorry, the passwords do not match.
+CREATENEWUSERANDCONFIRM_NOUSERNAME=Sorry, you must supply a username.
+CREATENEWUSERANDCONFIRM_NOEMAIL=Sorry, you must supply a valid email address.
+CREATENEWUSERANDCONFIRM_CHOOSENEWNAME=Sorry, that username already exists. Please
choose another.
+CREATENEWUSERANDCONFIRM_CREATE=Your new account has been created!
+CREATENEWUSERANDCONFIRM_DUPLICATEMSG=Choose another name.
+
+JLOGINUSER_KEYNOTVALID=Sorry, the secret key that you entered is not valid.
+JLOGINUSER_WELCOME=Welcome! Your registration has been confirmed. You are now free
to use the system.
+JLOGINUSER_NAMENOTVALID=Sorry, that username is not valid. Please make sure that
you have entered the valid URL from the email or create a new user account.
+JLOGINUSER_CONFIRMFIRST=Sorry, but you must first confirm this account before
logging in.
+JLOGINUSER_NOAUTHUSERROLE=The role authenticated_user does not exist in database.
+
+LOGOUTUSER_THANKS=Thank you for using the system. Please come back soon.
+
+SENDCONFIRMATIONEMAIL_BODY1=Welcome to the Jetspeed Portal from Apache. Your new
account has been \n\
+created. Please login using the following secret key to confirm you \n\
+registration:\n
+SENDCONFIRMATIONEMAIL_BODY2=You can go to the following URL to confirm your
account:\n\n
+SENDCONFIRMATIONEMAIL_SENT=Email Sent!
+SENDCONFIRMATIONEMAIL_ERROR=Error sending email:
+SENDCONFIRMATIONEMAIL_FOOTER=Regards,
+SENDCONFIRMATIONEMAIL_HEADER=Dear,
+SENDCONFIRMATIONEMAIL_SUBJECT=Jetspeed new user registration
+
+
+SENDUSEREMAIL_IDNOTVALID=Please provide a valid user id.
+SENDUSEREMAIL_EMAILNOTVALID=This user currently does not have a valid email address.
+SENDUSEREMAIL_FILLTHEFORM=Please fill in the form fields below.
+SENDUSEREMAIL_SENT=Email Sent!
+
+SESSIONVALIDATOR_SESSIONNOTVALID=There has been an error, your session is valid,
but the screen variable is not defined.
+
+SHOWEDIT_MUSTLOGIN=You must login before you can edit things.
+
+UPDATEACCOUNT_NOTLOGGEDIN=You must login before you can update account information.
+UPDATEACCOUNT_PWNOTMATCH=Sorry, the passwords do not match.
+UPDATEACCOUNT_NOFIRSTNAME=Sorry, you must supply a first name.
+UPDATEACCOUNT_NOLASTNAME=Sorry, you must supply a last name.
+UPDATEACCOUNT_NOEMAIL=Sorry, you must supply a valid email address.
+UPDATEACCOUNT_DONE=Your account has been updated!
+UPDATEACCOUNT_NOUSER=Could not find correct user.
+UPDATEACCOUNT_NEWEMAILCONFIRM=You have changed your email address. You must
re-confirm in order to continue using the system. Please check your email account.
+
+CONFIRMREGISTRATION_TITLE=Confirm Registration
+CONFIRMREGISTRATION_NOUSERNAME=Sorry, a username must be available.
+CONFIRMREGISTRATION_MESSAGE=Please check your email for your secret key. The
secret key is required to confirm your registration
+CONFIRMREGISTRATION_SECRETKEYTITLE=Secret Key:
+CONFIRMREGISTRATION_CANCEL=Cancel
+CONFIRMREGISTRATION_CONFIRM=Confirm Registration
+
+EDITACCOUNT_NOTLOGGEDIN=Sorry, you must be logged in in order to access this screen.
+EDITACCOUNT_TITLE=Edit your account details
+
+USERFORM_USERNAMEMSG=Username:
+USERFORM_PASSWORDMSG=Password:
+USERFORM_PASSWORDCONFIRMMSG=Password (confirm):
+USERFORM_FIRSTNAMEMSG=First Name:
+USERFORM_LASTNAMEMSG=Last Name:
+USERFORM_EMAILMSG=Email:
+USERFORM_CANCEL=Cancel
+USERFORM_RESET=Reset
+USERFORM_UPDATE=Update Account
+USERFORM_CREATE=Create New Account
+
+NEWACCOUNT_TITLE=Create a new Jetspeed account
+NEWACCOUNT_NOTICE=To create a new account, please fill in all of the fields below.
+NEWACCOUNT_CONFIRMATION=After your account has been created, you will receive an
email with a Secret Key. Enter the Secret Key on the next screen to enable the
account.
+NEWACCOUNT_APPROVAL=The account creation process include an approval step. An
email will be sent when you account is aproved or rejected.
+
+#Text before user's full name, i.e. Welcome Joe Smith
+TOP_USERWELCOMEMSG=Welcome
+TOP_TITLE=Welcome to Jetspeed
+TOP_USERNAMEMSG=Username:
+TOP_PASSWORDMSG=Password:
+TOP_CREATENEWACCOUNT=Create New Account
+TOP_LOGINBTN=Login
+TOP_EDITACCOUNT=Edit account:
+TOP_LOGOUT=Logout
+TOP_CUSTOMIZE=Customize
+
+LEFT_DOCUMENTATION=Documentation
+
+HOME=Home
+
+MAINMENU_WELCOMEMSG=Welcome
+
+NEWACCOUNT_TITLE=Create New Account
+NEWACCOUNT_INFOMSG1=To create a new account, please fill in all of the fields
below.
+NEWACCOUNT_INFOMSG2=After your account has been created, you will receive an email
with a confirmation key.
+NEWACCOUNT_INFOMSG3=Enter the confirmation key that you received in the email on
the next screen in order to confirm your registration with the system.
+NEWACCOUNT_INFOEMAILMSG=A valid email address is required!
+NEWACCOUNT_USERNAMEMSG=Username:
+NEWACCOUNT_PASSWORDMSG=Password:
+NEWACCOUNT_PASSWORDCONFIRMMSG=Password (confirm):
+NEWACCOUNT_FIRSTNAMEMSG=First Name:
+NEWACCOUNT_LASTNAMEMSG=Last Name:
+NEWACCOUNT_EMAILMSG=Email:
+NEWACCOUNT_CANCEL=Cancel
+NEWACCOUNT_CREATE=Create New Account
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>