Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-13396 - Update message for JBossWS runtime dialog #31

Merged
merged 1 commit into from
Apr 3, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ JBossWS_GenerateWizard_GenerateWizardPage_Class_Group=Sample Web Service Class
JBossWSFacetInstallPage_ServerSuppliedJBossWS=Server Supplied JBossWS Runtime JBossWSFacetInstallPage_ServerSuppliedJBossWS=Server Supplied JBossWS Runtime
JBossWSFacetInstallPage_New=New... JBossWSFacetInstallPage_New=New...
JBossWSFacetInstallPage_Deploy= Package all JBossWS runtime jars into the deployment archive JBossWSFacetInstallPage_Deploy= Package all JBossWS runtime jars into the deployment archive
JBossWSRuntimeInstallPage_NoTargetRuntime=Please the specify project target runtime. JBossWSRuntimeInstallPage_NoTargetRuntime=Please specify the project target runtime.
JBossWSRuntimeInstallPage_NoValidJBossWSRuntime=The specified target runtime should be JBoss AS 5.0 or later. JBossWSRuntimeInstallPage_NoValidJBossWSRuntime=The specified target runtime should be JBoss AS 5.0 or later.
JBossWSFacetInstallPage_Title=JBossWS Facet {0} JBossWSFacetInstallPage_Title=JBossWS Facet {0}
JBossWSFacetInstallPage_Description=Select JBossWS {0} Web Service runtime JBossWSFacetInstallPage_Description=Select JBossWS {0} Web Service runtime
Expand All @@ -80,12 +80,12 @@ Error_JBossWS_GenerateWizard_ServiceName_Empty=The Service Name may not be an em
Error_JBossWS_GenerateWizard_IsOutputFolder=Name conflict with output folder Error_JBossWS_GenerateWizard_IsOutputFolder=Name conflict with output folder
Error_JBossWS_GenerateWizard_PackageExists=Package already exists Error_JBossWS_GenerateWizard_PackageExists=Package already exists
Error_JBossWS_GenerateWizard_PackageNotShown=Package already exists. Note: Views might filter empty parent packages Error_JBossWS_GenerateWizard_PackageNotShown=Package already exists. Note: Views might filter empty parent packages
Error_JBossWS_GenerateWizard_PackageExistsDifferentCase=Package already exists with a different case Error_JBossWS_GenerateWizard_PackageExistsDifferentCase=Package already exists with a different case
Error_JBossWS_GenerateWizard_NoSrcInProject=The project misses JAVA Source folders Error_JBossWS_GenerateWizard_NoSrcInProject=The project misses JAVA Source folders


Error_WS_No_Runtime_Specifed=A JBossWS runtime has not been chosen Error_WS_No_Runtime_Specifed=A JBossWS runtime has not been chosen
Error_WS_Chose_runtime=Select a JBoss Web Service runtime. If a server supplied JBoss Web Service runtime is chosen ,\n the chosen server adapter must be capable of providing the JBoss Web Service runtime Error_WS_Chose_runtime=Select a JBoss Web Service runtime. If a server supplied JBoss Web Service runtime is chosen ,\n the chosen server adapter must be capable of providing the JBoss Web Service runtime
Error_JBossWSRuntimeConfigBlock_Duplicated_Jar=Duplicated jar on classpath:{0} Error_JBossWSRuntimeConfigBlock_Duplicated_Jar=Duplicated jar on classpath:{0}


JBossWS_DelimitedStringList_EditValue_Dialog_Title=Edit Value JBossWS_DelimitedStringList_EditValue_Dialog_Title=Edit Value
JBossWS_DelimitedStringList_EditValue_Dialog_Message=Specify the updated value below. JBossWS_DelimitedStringList_EditValue_Dialog_Message=Specify the updated value below.
Expand Down Expand Up @@ -156,7 +156,7 @@ JAXRSWSTestView2_ShowRequestXML_toolbar_btn=Show Request XML
JAXRSWSTestView2_Text_Msg_May_Be_Out_of_Date=Should we replace the existing request message with one generated by your WSDL service/port/binding/operation selection? JAXRSWSTestView2_Text_Msg_May_Be_Out_of_Date=Should we replace the existing request message with one generated by your WSDL service/port/binding/operation selection?
JAXRSWSTestView2_Title_Msg_May_Be_Out_of_Date=Message May Be Incorrect for Selected WSDL JAXRSWSTestView2_Title_Msg_May_Be_Out_of_Date=Message May Be Incorrect for Selected WSDL
JAXRSWSTestView2_Value_column=Value JAXRSWSTestView2_Value_column=Value
ResultsXMLStorageInput_WS_Invocation_Results_Prefix=Web Service Invocation Results\: ResultsXMLStorageInput_WS_Invocation_Results_Prefix=Web Service Invocation Results\:
WSDLBrowseDialog_Dialog_Title=Select WSDL WSDLBrowseDialog_Dialog_Title=Select WSDL
WSDLBrowseDialog_Error_Msg_Invalid_URL=Invalid URL specified for WSDl. WSDLBrowseDialog_Error_Msg_Invalid_URL=Invalid URL specified for WSDl.
WSDLBrowseDialog_Error_Msg_Parse_Error=Encountered an error while parsing the selected WSDL. WSDLBrowseDialog_Error_Msg_Parse_Error=Encountered an error while parsing the selected WSDL.
Expand Down