blob: cbf1dfd6c1929c7435b6330cede1b124612a6132 [file] [log] [blame]
###############################################################################
# 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
# 20070511 186440 sandakith@wso2.com - Lahiru Sandakith fix 186440
# 20070517 187307 sandakith@wso2.com - Lahiru Sandakith, Fix 187307 Property File Fix
# 20070529 188742 sandakith@wso2.com - Lahiru Sandakith, fix for 188742
# 20070601 190505 pmoogk@ca.ibm.com - Peter Moogk
###############################################################################
#
# Axis2 server component type labels
#
LABEL_HAVE_SERVICES_XML_FILE=Have a services.xml file
LABEL_DEFAULT_SERVICES_XML_FILE=Generate default services.xml file
LABEL_AXIS2_PREFERENCE_PAGE=Axis2 Web Service Java Bean Configuration
LABEL_AXIS2_PREFERENCE_PAGE_HEADING=Axis2 Web Service Java Bean Configuration
LABEL_AXIS2_PREFERENCE_PAGE_SUB_HEADING=Customize your Web service on this page
LABEL_BROWSE=&Browse
LABEL_JAVA_2_WSDL_PAGE_HEADING=Axis2 Web Service skeleton Java Bean Configuration
LABEL_JAVA_2_WSDL_PAGE_SUB_HEADING=Please select the appropriate options for the code generation
LABEL_SERVICE_NAME_CAPTION=Service Name
LABEL_GENERATE_TESTCASE_CAPTION=Generate test case to test the service
LABEL_DATABINDING_CAPTION=Databinding Name
LABEL_PORTNAME=Port Name
LABEL_GENERATE_ALL=Generate all types for all elements referred by schemas
LABEL_GENERATE_SERVERSIDE_INTERFACE=Generate an Interface for Skeleton
LABEL_PACKEGE_NAME=Custom package name
LABEL_NAMESPACE=Namespace
LABEL_PACKAGE=Package
LABEL_NAMESPACE_TO_PACKAGE=Namespace to package mappings
#
# Axis2 server component type error
#
ERROR_INVALID_SERVICES_XML=You must select a valid services.xml file!
ERROR_INVALID_FILE_READ_WRITEL=Exception occurred while reading or writing file {0}
ERROR_INVALID_WSDL_FILE_READ_WRITEL=Exception occurred while reading or writing WSDL {0}
ERROR_INVALID_SERVICE_CREATION=Exception occurred during service creation
ERROR_CODEGEN_EXCEPTION=Exception occurred while code generation for the WSDL {0}