| ############################################################################### |
| # Copyright (c) 2007 WSO2 Inc. and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| # Contributors: |
| # WSO2 Inc. - initial API and implementation |
| # yyyymmdd bug Email and other contact information |
| # -------- -------- ----------------------------------------------------------- |
| # 20070110 168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2 |
| # runtime to the framework for 168762 |
| # 20070426 183046 sandakith@wso2.com - Lahiru Sandakith |
| # 20070501 180284 sandakith@wso2.com - Lahiru Sandakith |
| ############################################################################### |
| |
| LABEL_BROUSE=Browse |
| LABEL_WEB_SERVICE_CODEGEN=Web service codegen options |
| LABEL_WEB_SERVICE_CLIENT_CODEGEN=Web service client codegen options |
| LABEL_WEB_SERVICE_AAR=Web service archive options |
| LABEL_DATABINDING=Default Databinding |
| LABEL_AAR_EXTENTION=AAR Default Extention |
| LABEL_WEBAPP_LOCATION=Axis2 Webapp location : |
| LABEL_AXIS2_RUNTIME_LOAD=Axis2 Runtime Loaded Suncessfully !!! |
| LABEL_AXIS2_RUNTIME_LOAD_ERROR=Error occured during loading Axis2 Runtime\n Please select the correct Axis2 Runtime Folder !! |
| LABEL_GENERATE_TESTCASE_CAPTION=Generate test case to test the service |
| LABEL_GENERATE_SERVERSIDE_INTERFACE=Generate an Interface for Skeleton |
| LABEL_GENERATE_ALL=Generate All Types for all elements refered by shemas |
| LABEL_CLIENT_SIDE=Client mode |
| LABEL_SYNC_AND_ASYNC=Generate both sync and async |
| LABEL_SYNC=Generate sync style only |
| LABEL_ASYNC=Generate async style only |
| |
| DIR_WEBCONTENT=WebContent |
| DIR_TEMPWAR=tempwar |
| DIR_EXPLOADED_TEMPWAR=exploadedwar |
| DIR_DIST=dist |
| DIR_WEB_INF=WEB-INF |
| DIR_LIB=lib |
| |
| FILE_AXIS2_WAR=axis2.war |
| |
| |
| NULL= |
| ADB=adb |
| AAR=aar |
| AXIS2_LOCATION=Axis2 Runtime |
| AXIS2_RUNTIME=Axis2 Runtime |
| AXIS2_PREFERENCES=Axis2 Preferences |
| AXIS2_RUNTIME_TOOLTIP=Browse and select Axis2 Binary distribution folder or folder contains Axis2 war distribution |
| AXIS2_PREFERENCES_TOOLTIP=Please select the default preferences for Axis2 Runtime |
| LABEL_AXIS2_RUNTIME_NOT_EXIT=Browse and select location of the Axis2 binary distribution or\n the folder which contains the Axis2 war distribution. |
| ERROR_INVALID_AXIS2_SERVER_LOCATION=Invalid Axis2 Webapp location |
| TEMP_AXIS2_FACET_DIR=org.apache.axis2.facet |
| DIR_DOT_METADATA=.metadata |
| DIR_DOT_PLUGINS=.plugins |
| DIR_UNZIP=unzip |
| |
| LOCAL_SERVER_PORT=http://localhost:8080 |
| SERVICES=services |
| |
| WEBAPP_EXPLODED_SERVER_LOCATION_FILE=server.properties |
| SERVER_STATUS_LOCATION_FILE=status.properties |
| WAR_STATUS_LOCATION_FILE=war.properties |
| |
| |
| PROPERTY_KEY_PATH=path |
| PROPERTY_KEY_STATUS=status |
| |
| SERVER_STATUS=status |
| SERVER_STATUS_PASS=pass |
| SERVER_STATUS_FAIL=fail |
| |
| ERROR_INVALID_FILE_READ_WRITEL=Exception occured while file read wrote |
| ERROR_SERVER_IS_NOT_SET=Axis2 runtime is not set at web services preferences page!! Please set the web services runtime by navigating through preferences. |
| |
| |
| PROGRESS_INSTALL_AXIS2_RUNTIME=Installing Axis2 Runtime... |
| PROGRESS_UNINSTALL_AXIS2_RUNTIME=UnInstalling the Axis2 Runtime... |