~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to contrib/struts-faces/src/example2/org/apache/struts/webapp/example2/ApplicationResources.properties

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ==============================================================================
2
 
# Copyright 2002,2004 The Apache Software Foundation.
3
 
4
 
# Licensed under the Apache License, Version 2.0 (the "License");
5
 
# you may not use this file except in compliance with the License.
6
 
# You may obtain a copy of the License at
7
 
8
 
#      http://www.apache.org/licenses/LICENSE-2.0
9
 
10
 
# Unless required by applicable law or agreed to in writing, software
11
 
# distributed under the License is distributed on an "AS IS" BASIS,
12
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 
# See the License for the specific language governing permissions and
14
 
# limitations under the License.
15
 
# ==============================================================================
16
 
#
17
 
button.cancel=Cancel
18
 
button.confirm=Confirm
19
 
button.reset=Reset
20
 
button.save=Save
21
 
change.message=Your password has expired.  Please ask the system administrator to change it.
22
 
change.try=Try Again
23
 
change.title=Password Has Expired
24
 
database.load=Cannot load database from {0}
25
 
error.database.missing=<li>User database is missing, cannot validate logon credentials</li>
26
 
error.fromAddress.format=<li>Invalid format for From Address</li>
27
 
error.fromAddress.required=<li>From Address is required</li>
28
 
error.fullName.required=<li>Full Name is required</li>
29
 
error.host.required=<li>Mail Server is required</li>
30
 
error.noSubscription=<li>No Subscription bean in user session</li>
31
 
error.password.expired=Your password has expired for username {0}
32
 
error.password.required=<li>Password is required</li>
33
 
error.password2.required=<li>Confirmation password is required</li>
34
 
error.password.match=<li>Password and confirmation password must match</li>
35
 
error.password.mismatch=<li>Invalid username and/or password, please try again</li>
36
 
error.replyToAddress.format=<li>Invalid format for Reply To Address</li>
37
 
error.transaction.token=<li>Cannot submit this form out of order</li>
38
 
error.type.invalid=<li>Server Type must be 'imap' or 'pop3'</li>
39
 
error.type.required=<li>Server Type is required</li>
40
 
error.username.required=<li>Username is required</li>
41
 
error.username.unique=<li>That username is already in use - please select another</li>
42
 
errors.footer=</ul><hr>
43
 
errors.header=<h3><font color="red">Validation Error</font></h3>You must correct the following error(s) before proceeding:<ul>
44
 
errors.ioException=I/O exception rendering error messages: {0}
45
 
expired.password=User Password has expired for {0}
46
 
footer.value=Copyright (C) 1999-2004, The Apache Software Foundation
47
 
header.value=Struts + Faces + Tiles
48
 
heading.autoConnect=Auto
49
 
heading.subscriptions=Current Subscriptions
50
 
heading.host=Host Name
51
 
heading.user=User Name
52
 
heading.type=Server Type
53
 
heading.action=Action
54
 
index.heading=MailReader Demonstration Application Options
55
 
index.logon=Log on to the MailReader Demonstration Application
56
 
index.registration=Register with the MailReader Demonstration Application
57
 
index.title=MailReader Demonstration Application (Struts 1.1-dev)
58
 
index.tour=A Walking Tour of the Example Application
59
 
layout.title=Struts+Tiles+Faces Example Application
60
 
linkSubscription.io=I/O Error: {0}
61
 
linkSubscription.noSubscription=No subscription under attribute {0}
62
 
linkUser.io=I/O Error: {0}
63
 
linkUser.noUser=No user under attribute {0}
64
 
loggedoff.register=Register
65
 
loggedoff.logon=Log On
66
 
loggedon.logoff=Log Off
67
 
logon.footer=Enter your username and password, and press the Log On button
68
 
logon.header=Logon Form
69
 
logon.title=MailReader Demonstration Application - Logon
70
 
mainMenu.heading=Main Menu Options for 
71
 
mainMenu.logoff=Log off MailReader Demonstration Application
72
 
mainMenu.registration=Edit your user registration profile
73
 
mainMenu.title=MailReader Demonstration Application - Main Menu
74
 
option.imap=IMAP Protocol
75
 
option.pop3=POP3 Protocol
76
 
prompt.autoConnect=Auto Connect
77
 
prompt.fromAddress=From Address
78
 
prompt.fullName=Full Name
79
 
prompt.mailHostname=Mail Server
80
 
prompt.mailPassword=Mail Password
81
 
prompt.mailServerType=Server Type
82
 
prompt.mailUsername=Mail Username
83
 
prompt.password=Password
84
 
prompt.password2=(Repeat) Password
85
 
prompt.replyToAddress=Reply To Address
86
 
prompt.username=Username
87
 
registration.addSubscription=Add
88
 
registration.deleteSubscription=Delete
89
 
registration.editSubscription=Edit
90
 
registration.header.create=Enter Registration Information
91
 
registration.header.edit=Edit Your Registration Information
92
 
registration.title.create=Register for the MailReader Demostration Application
93
 
registration.title.edit=Edit Registration for the MailReader Demonstration Application
94
 
subscription.title.create=Create New Mail Subscription
95
 
subscription.title.delete=Delete Existing Mail Subscription
96
 
subscription.title.edit=Edit Existing Mail Subscription
97
 
 
98
 
# Standard error messages for validator framework checks
99
 
errors.required={0} is required.
100
 
errors.minlength={0} cannot be less than {1} characters.
101
 
errors.maxlength={0} cannot be greater than {1} characters.
102
 
errors.invalid={0} is invalid.
103
 
errors.byte={0} must be an byte.
104
 
errors.short={0} must be an short.
105
 
errors.integer={0} must be an integer.
106
 
errors.long={0} must be an long.
107
 
errors.float={0} must be an float.
108
 
errors.double={0} must be an double.
109
 
errors.date={0} is not a date.
110
 
errors.range={0} is not in the range {1} through {2}.
111
 
errors.creditcard={0} is not a valid credit card number.
112
 
errors.email={0} is an invalid e-mail address.