i18n.properties 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. ############################################################
  2. # i18n settings for the Axis Web-Application
  3. #
  4. #################### [i18n global setting] #################
  5. #
  6. locales=en ja
  7. #################### [index.jsp] ###########################
  8. #
  9. ### Header ###
  10. #
  11. language=Language
  12. welcomeMessage=Hello! Welcome to Apache-Axis.
  13. ### Operation list ###
  14. #
  15. operationType=What do you want to do today?
  16. # Validation
  17. validation=Validation
  18. validationURL=happyaxis.jsp
  19. validationFootnote00=Validate the local installation's configuration
  20. validationFootnote01=see below if this does not work.
  21. # List
  22. serviceList=List
  23. serviceListURL=servlet/AxisServlet
  24. serviceListFootnote=View the list of deployed Web services
  25. # Call
  26. callAnEndpoint=Call
  27. callAnEndpointURL=EchoHeaders.jws?method=list
  28. callAnEndpointFootnote00=Call a local endpoint that list's the caller's http headers
  29. callAnEndpointFootnote01=(or see its <a href="EchoHeaders.jws?wsdl">WSDL</a>).
  30. # Visit
  31. visit=Visit
  32. visitURL=http://ws.apache.org/axis/
  33. visitFootnote=Visit the Apache-Axis Home Page
  34. # Admin
  35. admin=Administer Axis
  36. adminURL=servlet/AdminServlet
  37. adminFootnote=[disabled by default for security reasons]
  38. # SOAPMonitor
  39. soapMonitor=SOAPMonitor
  40. soapMonitorURL=SOAPMonitor
  41. soapMonitorFootnote=[disabled by default for security reasons]
  42. # Sidenote
  43. sideNote=To enable the disabled features, uncomment the appropriate declarations in WEB-INF/web.xml in the webapplication and restart it.
  44. ### Validating Axis ###
  45. #
  46. # Title
  47. validatingAxis=Validating Axis
  48. # Note 0
  49. 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.
  50. # Note 1
  51. 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.
  52. #
  53. #################### [index.jsp] ###########################
  54. #################### [happyaxis.jsp] #######################
  55. #
  56. pageTitle=Axis Happiness Page
  57. pageRole=Examining webapp configuration
  58. ### Needed Components ###
  59. #
  60. neededComponents=Needed Components
  61. error=Error
  62. warning=Warning
  63. criticalErrorMessage=Axis will not work.
  64. uncertainErrorMessage=Axis may not work.
  65. # parameters = url, name
  66. seeHomepage=<br> See <a href="{0}">{0}</a>
  67. # parameters = category, classname, jarFile, errorText, url
  68. couldNotFound=<p> {0}: could not find class {1} from file <b>{2}</b><br> {3} {4}<p>
  69. # parameters = description, classname
  70. foundClass00=Found {0} ( {1} )
  71. # parameters = description, classname
  72. foundClass01=Found {0} ( {1} ) at {2}
  73. # parameters = category, classname, errorText, url
  74. couldNotFoundDep=<p> {0}: could not find a dependency of class {1} from file <b>{2}</b><br> {3} {4}
  75. # parameters = ncdfe.getMessage(), classname
  76. 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>
  77. # parameters = location
  78. invalidSAAJ=<b>Error:</b> Invalid version of SAAJ API found in {0}. Make sure that Axis' saaj.jar precedes {0} in CLASSPATH.<br>
  79. axisInstallation=Axis installation instructions
  80. ### Optional Components ###
  81. #
  82. optionalComponents=Optional Components
  83. attachmentsError=Attachments will not work.
  84. xmlSecurityError=XML Security is not supported.
  85. httpsError=https is not supported.
  86. happyResult00=<i>The core axis libraries are present.</i>
  87. happyResult01=<i>The optional components are present.</i>
  88. # parameters = needed(num of missing libraries)
  89. unhappyResult00=<i>{0} core axis library(ies) are missing</i>
  90. # parameters = wanted(num of missing libraries)
  91. unhappyResult01=<i>{0} wanted optional axis librar(ies) are missing</i>
  92. 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/>
  93. 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>
  94. ### Examining Application Server ###
  95. #
  96. apsExamining=Examining Application Server
  97. recommendedParser=<b>We recommend <a href="http://xml.apache.org/xerces2-j/">Xerces 2</a> over Crimson as the XML parser for Axis</b>
  98. couldNotCreateParser=Could not create an XML Parser
  99. ### Examining System Properties ###
  100. #
  101. sysExamining=Examining System Properties
  102. sysPropError=System properties are not accessible.<p>
  103. classFoundError=an unknown location
  104. apsPlatform=Platform
  105. #
  106. #################### [happyaxis.jsp] #######################