shinsuke    2005/02/10 14:10:59

  Added:       
applications/pam/src/java/org/apache/jetspeed/portlets/pam/resources
                        PAMResources_en.properties
               
applications/pam/src/java/org/apache/jetspeed/portlets/site/resources
                        SiteResources_en.properties
               
applications/rss/src/java/org/apache/portals/applications/rss/resources
                        RssResources_en.properties
               
applications/security/src/java/org/apache/jetspeed/portlets/security/resources
                        UsersResources_en.properties
               
applications/struts-demo/src/java/org/apache/struts/webapp/example
                        AlternateApplicationResources_en.properties
                        ApplicationResources_en.properties
               portals-bridges/library/spring
                        exampleResources_en.properties
  Log:
  added English files
  
  Revision  Changes    Path
  1.1                  
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/resources/PAMResources_en.properties
  
  Index: PAMResources_en.properties
  ===================================================================
  # Copyright 2004 The Apache Software Foundation
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
  # You may obtain a copy of the License at
  #
  #     http://www.apache.org/licenses/LICENSE-2.0
  #
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS,
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
  #
  # $Id: PAMResources_en.properties,v 1.1 2005/02/10 22:10:58 shinsuke Exp $
  #
  
  pam.details.name=Name
  pam.details.name.description=The Name of this item
  
  pam.details.description=Description
  pam.details.description.description=A descriptive phrase for this item
  
  pam.details.value=Value
  pam.details.value.description=The value for this item
  
  pam.details.locale=Locale
  pam.details.locale.description=A valid 2 letter country code
  
  pam.details.version=Version
  pam.details.type=Type
  pam.details.type.webapp=WEBAPP
  pam.details.type.local=Local
  pam.details.id=ID
  pam.details.services=Services
  
  pam.details.choose_portlet=Please Chooose a Portlet
  pam.details.edit=Update Selected
  pam.details.remove=Remove Selected
  pam.details.add_user_attribute=Add User Attribute
  
  ##Metadata view
  pam.details.add_metadata=Add MetaData
  
  ##Portlet view
  pam.details.expiration_cache=Expiration Cache
  pam.details.unique_name=Unique Name
  pam.details.preference_validator=Preference Validator
  pam.details.class_name=Class Name
  pam.details.display_name=Display Name
  pam.details.display_name.description=Name that will Display for this Portlet
  pam.details.edit_display_name=Update Display Name(s)
  pam.details.add_display_name=Add Display Name
  
  ##Preference view
  pam.details.add_preference=Add Preference
  
  ##Language view
  pam.details.title=Title
  pam.details.short_title=Short Title
  pam.details.keyword=Keyword
  pam.details.title.description=Title to appear in title bar
  pam.details.short_title.description=A short descriptive title
  pam.details.keyword.description=Comma delimited list of keywords
  pam.details.add_language=Add Language
  
  ##Parameter View
  pam.details.add_parameter=Add Parameter
  
  ##Security View
  pam.details.role_name=Role Name
  pam.details.role_name.description=The name of the role
  
  pam.details.role_link=Role Link
  pam.details.role_link.description=The id of the role link
  
  pam.details.add_security=Add Security
  
  ##Content Type View
  pam.details.content_type=Content Type
  pam.details.content_type.description=MimeType like text/html.  Wildcards are 
allowed.
  
  pam.details.modes=Modes
  pam.details.portlet_mode=Portlet Mode
  pam.details.portlet_mode.view=View
  pam.details.portlet_mode.edit=Edit
  pam.details.portlet_mode.help=Help
  pam.details.portlet_mode.description=Standard portlet modes that the portlet 
supports
  
  pam.details.custom_mode=Custom Modes
  pam.details.custom_modes.description=Custom Modes that the portlet supports
  
  pam.details.add_content_type=Add Content Type
  
  ##Portlet Application Tabs
  pam.details.tabs.pa_details=Details
  pam.details.tabs.pa_metadata=MetaData
  pam.details.tabs.pa_portlets=Portlets
  pam.details.tabs.pa_user_attribtues=User Attributes
  
  ##Portlet Definition Tabs
  pam.details.tabs.pd_details=Details
  pam.details.tabs.pd_metadata=MetaData
  pam.details.tabs.pd_preferences=Preferences
  pam.details.tabs.pd_languages=Languages
  pam.details.tabs.pd_parameters=Parameters
  pam.details.tabs.pd_security=Security
  pam.details.tabs.pd_content_type=Content Type
  
  
  
  
  
  1.1                  
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/resources/SiteResources_en.properties
  
  Index: SiteResources_en.properties
  ===================================================================
  # Copyright 2004 The Apache Software Foundation
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
  # You may obtain a copy of the License at
  #
  #     http://www.apache.org/licenses/LICENSE-2.0
  #
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS,
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
  #
  # $Id: SiteResources_en.properties,v 1.1 2005/02/10 22:10:59 shinsuke Exp $
  #
  
  # general validation errors
  errors.required = Field {0} is a required field.
  errors.range = Field {0} is out of range: [{1} - {2}]
  errors.mask = Field {0} failed to match validation pattern: {2}
  errors.maxlength = Field {0} surpasses maximum length {1}
  
  # Folder titles
  folder.details = Folder Details
  Title = Title
  
  # buttons and navigations
  save = Save
  add.page = Add Page
  add.subfolder = Add SubFolder
  add.docset = Add Docset
  
  
  
  1.1                  
jakarta-jetspeed-2/applications/rss/src/java/org/apache/portals/applications/rss/resources/RssResources_en.properties
  
  Index: RssResources_en.properties
  ===================================================================
  # Copyright 2004 The Apache Software Foundation
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
  # You may obtain a copy of the License at
  #
  #     http://www.apache.org/licenses/LICENSE-2.0
  #
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS,
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
  #
  # $Id: RssResources_en.properties,v 1.1 2005/02/10 22:10:59 shinsuke Exp $
  #
  
  error.not.valid = This does not appear to be an RSS document
  error.invalid.type = Unable to display for this browser
  
  
  
  1.1                  
jakarta-jetspeed-2/applications/security/src/java/org/apache/jetspeed/portlets/security/resources/UsersResources_en.properties
  
  Index: UsersResources_en.properties
  ===================================================================
  # Copyright 2004 The Apache Software Foundation
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
  # You may obtain a copy of the License at
  #
  #     http://www.apache.org/licenses/LICENSE-2.0
  #
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS,
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
  #
  # $Id: UsersResources_en.properties,v 1.1 2005/02/10 22:10:59 shinsuke Exp $
  #
  
  ## change password
  chgpwd.error.invalidPassword=Current password invalid
  chgpwd.error.invalidNewPassword=Invalid new password
  chgpwd.error.passwordAlreadyUsed=Password already used
  
  
  
  1.1                  
jakarta-jetspeed-2/applications/struts-demo/src/java/org/apache/struts/webapp/example/AlternateApplicationResources_en.properties
  
  Index: AlternateApplicationResources_en.properties
  ===================================================================
  # Copyright 2004 The Apache Software Foundation
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
  # You may obtain a copy of the License at
  # 
  #     http://www.apache.org/licenses/LICENSE-2.0
  # 
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS,
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
  # $Id: AlternateApplicationResources_en.properties,v 1.1 2005/02/10 22:10:59 
shinsuke Exp $
  prompt.password=Enter your Password here ==>
  struts.logo.path=/struts-power.gif
  struts.logo.alt=Powered by Struts
  
  
  
  1.1                  
jakarta-jetspeed-2/applications/struts-demo/src/java/org/apache/struts/webapp/example/ApplicationResources_en.properties
  
  Index: ApplicationResources_en.properties
  ===================================================================
  # Copyright 2004 The Apache Software Foundation
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
  # You may obtain a copy of the License at
  #
  #     http://www.apache.org/licenses/LICENSE-2.0
  #
  # Unless required by applicable law or agreed to in writing, software
  # distributed under the License is distributed on an "AS IS" BASIS,
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
  # $Id: ApplicationResources_en.properties,v 1.1 2005/02/10 22:10:59 shinsuke 
Exp $
  button.cancel=Cancel
  button.confirm=Confirm
  button.reset=Reset
  button.save=Save
  change.message=Your password has expired.  Please ask the system 
administrator to change it.
  change.try=Try Again
  change.title=Password Has Expired
  database.load=Cannot load database from {0}
  error.database.missing=User database is missing, cannot validate logon 
credentials
  error.fromAddress.format=Invalid format for From Address
  error.fromAddress.required=From Address is required
  error.fullName.required=Full Name is required
  error.host.required=Mail Server is required
  error.noSubscription=No Subscription bean in user session
  error.password.expired=Your password has expired for username {0}
  error.password.required=Password is required
  error.password2.required=Confirmation password is required
  error.password.match=Password and confirmation password must match
  error.password.mismatch=Invalid username and/or password, please try again
  error.replyToAddress.format=Invalid format for Reply To Address
  error.transaction.token=Cannot submit this form out of order
  error.type.invalid=Server Type must be 'imap' or 'pop3'
  error.type.required=Server Type is required
  error.username.required=Username is required
  error.username.unique=That username is already in use - please select another
  errors.footer=</ul><hr>
  errors.header=<h3><font color="red">Validation Error</font></h3><p>You must 
correct the following error(s) before proceeding:</p><ul>
  errors.prefix=<li>
  errors.suffix=</li>
  errors.ioException=I/O exception rendering error messages: {0}
  expired.password=User Password has expired for {0}
  heading.autoConnect=Auto
  heading.subscriptions=Current Subscriptions
  heading.host=Host Name
  heading.user=User Name
  heading.type=Server Type
  heading.action=Action
  index.heading=MailReader Demonstration Application Options
  index.logon=Log on to the MailReader Demonstration Application
  index.registration=Register with the MailReader Demonstration Application
  index.title=MailReader Demonstration Application (Struts 1.2.4)
  index.tour=A Walking Tour of the MailReader Demonstration Application
  linkSubscription.io=I/O Error: {0}
  linkSubscription.noSubscription=No subscription under attribute {0}
  linkUser.io=I/O Error: {0}
  linkUser.noUser=No user under attribute {0}
  logon.title=MailReader Demonstration Application - Logon
  mainMenu.heading=Main Menu Options for
  mainMenu.logoff=Log off MailReader Demonstration Application
  mainMenu.registration=Edit your user registration profile
  mainMenu.title=MailReader Demonstration Application - Main Menu
  option.imap=IMAP Protocol
  option.pop3=POP3 Protocol
  prompt.autoConnect=Auto Connect
  prompt.fromAddress=From Address
  prompt.fullName=Full Name
  prompt.mailHostname=Mail Server
  prompt.mailPassword=Mail Password
  prompt.mailServerType=Server Type
  prompt.mailUsername=Mail Username
  prompt.password=Password
  prompt.password2=(Repeat) Password
  prompt.replyToAddress=Reply To Address
  prompt.username=Username
  registration.addSubscription=Add
  registration.deleteSubscription=Delete
  registration.editSubscription=Edit
  registration.title.create=Register for the MailReader Demonstration 
Application
  registration.title.edit=Edit Registration for the MailReader Demonstration 
Application
  subscription.title.create=Create New Mail Subscription
  subscription.title.delete=Delete Existing Mail Subscription
  subscription.title.edit=Edit Existing Mail Subscription
  script.io=I/O Error: {0}
  
  # Standard error messages for validator framework checks
  errors.required={0} is required.
  errors.minlength={0} cannot be less than {1} characters.
  errors.maxlength={0} cannot be greater than {2} characters.
  errors.invalid={0} is invalid.
  errors.byte={0} must be an byte.
  errors.short={0} must be an short.
  errors.integer={0} must be an integer.
  errors.long={0} must be an long.
  errors.float={0} must be an float.
  errors.double={0} must be an double.
  errors.date={0} is not a date.
  errors.range={0} is not in the range {1} through {2}.
  errors.creditcard={0} is not a valid credit card number.
  errors.email={0} is an invalid e-mail address.
  
  
  
  1.1                  
jakarta-jetspeed-2/portals-bridges/library/spring/exampleResources_en.properties
  
  Index: exampleResources_en.properties
  ===================================================================
  # general validation errors
  errors.required = Field {0} is a required field.
  errors.range = Field {0} is out of range: [{1} - {2}]
  errors.mask = Field {0} failed to match validation pattern: {2}
  errors.maxlength = Field {0} surpasses maximum length {1}
  
  
  

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

Reply via email to