Project

General

Profile

1 2778 jones
############################################################
2
# i18n settings for the Axis Web-Application
3
#
4
5
#################### [i18n global setting] #################
6
#
7
locales=en ja
8
9
#################### [index.jsp] ###########################
10
#
11
12
### Header ###
13
#
14
language=Language
15
welcomeMessage=Hello! Welcome to Apache-Axis.
16
17
### Operation list ###
18
#
19
operationType=What do you want to do today?
20
21
# Validation
22
validation=Validation
23
validationURL=happyaxis.jsp
24
validationFootnote00=Validate the local installation's configuration
25
validationFootnote01=see below if this does not work.
26
27
# List
28
serviceList=List
29
serviceListURL=servlet/AxisServlet
30
serviceListFootnote=View the list of deployed Web services
31
32
# Call
33
callAnEndpoint=Call
34
callAnEndpointURL=EchoHeaders.jws?method=list
35
callAnEndpointFootnote00=Call a local endpoint that list's the caller's http headers
36
callAnEndpointFootnote01=(or see its <a href="EchoHeaders.jws?wsdl">WSDL</a>).
37
38
# Visit
39
visit=Visit
40
visitURL=http://ws.apache.org/axis/
41
visitFootnote=Visit the Apache-Axis Home Page
42
43
# Admin
44
admin=Administer Axis
45
adminURL=servlet/AdminServlet
46
adminFootnote=[disabled by default for security reasons]
47
48
# SOAPMonitor
49
soapMonitor=SOAPMonitor
50
soapMonitorURL=SOAPMonitor
51
soapMonitorFootnote=[disabled by default for security reasons]
52
53
# Sidenote
54
sideNote=To enable the disabled features, uncomment the appropriate declarations in WEB-INF/web.xml in the webapplication and restart it.
55
56
### Validating Axis ###
57
#
58
59
# Title
60
validatingAxis=Validating Axis
61
62
# Note 0
63
validationNote00=If the "happyaxis" validation page displays an exception instead of a status page, the likely cause is that you have multiple XML parsers in your classpath. Clean up your classpath by eliminating extraneous parsers.
64
65
# Note 1
66
validationNote01=If you have problems getting Axis to work, consult the Axis <a href="http://wiki.apache.org/ws/FrontPage/Axis">Wiki</a> and then try the Axis user mailing list.
67
68
#
69
#################### [index.jsp] ###########################
70
71
#################### [happyaxis.jsp] #######################
72
#
73
74
pageTitle=Axis Happiness Page
75
pageRole=Examining webapp configuration
76
77
### Needed Components ###
78
#
79
neededComponents=Needed Components
80
error=Error
81
warning=Warning
82
criticalErrorMessage=Axis will not work.
83
uncertainErrorMessage=Axis may not work.
84
# parameters = url, name
85
seeHomepage=<br> See <a href="{0}">{0}</a>
86
# parameters = category, classname, jarFile, errorText, url
87
couldNotFound=<p> {0}: could not find class {1} from file <b>{2}</b><br> {3} {4}<p>
88
# parameters = description, classname
89
foundClass00=Found {0} ( {1} )
90
# parameters = description, classname
91
foundClass01=Found {0} ( {1} ) at {2}
92
# parameters = category, classname, errorText, url
93
couldNotFoundDep=<p> {0}: could not find a dependency of class {1} from file <b>{2}</b><br> {3} {4}
94
# parameters = ncdfe.getMessage(), classname
95
theRootCause=<br>The root cause was: {0}<br>This can happen e.g. if {1} is in the 'common' classpath, but a dependency like activation.jar is only in the webapp classpath.<p>
96
# parameters = location
97
invalidSAAJ=<b>Error:</b> Invalid version of SAAJ API found in {0}. Make sure that Axis' saaj.jar precedes {0} in CLASSPATH.<br>
98
axisInstallation=Axis installation instructions
99
100
### Optional Components ###
101
#
102
103
optionalComponents=Optional Components
104
attachmentsError=Attachments will not work.
105
xmlSecurityError=XML Security is not supported.
106
httpsError=https is not supported.
107
108
happyResult00=<i>The core axis libraries are present.</i>
109
happyResult01=<i>The optional components are present.</i>
110
# parameters = needed(num of missing libraries)
111
unhappyResult00=<i>{0} core axis library(ies) are missing</i>
112
# parameters = wanted(num of missing libraries)
113
unhappyResult01=<i>{0} wanted optional axis librar(ies) are missing</i>
114
115
hintString=<B><I>Note:</I></B> On Tomcat 4.x and Java1.4, you may need to put libraries that contain java.* or javax.* packages into CATALINA_HOME/common/lib <br>jaxrpc.jar and saaj.jar are two such libraries.<p/>
116
noteString=<B><I>Note:</I></B> Even if everything this page probes for is present, there is no guarantee your web service will work, because there are many configuration options that we do not check for. These tests are <i>necessary</i> but not <i>sufficient</i><hr>
117
118
### Examining Application Server ###
119
#
120
apsExamining=Examining Application Server
121
recommendedParser=<b>We recommend <a href="http://xml.apache.org/xerces2-j/">Xerces 2</a> over Crimson as the XML parser for Axis</b>
122
couldNotCreateParser=Could not create an XML Parser
123
124
### Examining System Properties ###
125
#
126
sysExamining=Examining System Properties
127
sysPropError=System properties are not accessible.<p>
128
classFoundError=an unknown location
129
apsPlatform=Platform
130
131
#
132
#################### [happyaxis.jsp] #######################