Author: DartPeng
Date: 2008-11-24 01:52:53 -0500 (Mon, 24 Nov 2008)
New Revision: 11965
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF
trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/analyzer/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/java2xml/analyzer/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/JavaBeanAnalyzer.java
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/editors/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/wizards/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/ui/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2java/analyzer/messages.properties
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2xml/messages.properties
Log:
JBIDE-3044
Modify some text to make it to be correctly English
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF 2008-11-23
01:43:21 UTC (rev 11964)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/META-INF/MANIFEST.MF 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,34 +1,27 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Smooks Tools Plug-in
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.smooks.ui; singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.jboss.tools.smooks.ui.SmooksUIActivator
-Require-Bundle: org.junit,
- org.eclipse.ui,
- org.eclipse.ui.views.properties.tabbed,
- org.eclipse.ui.editors,
+Require-Bundle: org.eclipse.ui.views.properties.tabbed,
org.eclipse.ui.ide,
- org.eclipse.ui.forms,
org.eclipse.core.runtime,
- org.eclipse.jface.text,
org.eclipse.core.resources,
org.eclipse.gef,
org.eclipse.jdt.core,
org.eclipse.jdt.ui,
- org.eclipse.xsd,
- org.eclipse.emf,
- org.eclipse.emf.edit,
org.eclipse.emf.edit.ui,
org.eclipse.xsd.edit,
- org.jboss.tools.smooks.core,
- org.eclipse.wst.xml.ui,
- org.eclipse.wst.sse.ui;bundle-version="1.1.1"
+ org.eclipse.wst.sse.ui,
+ org.eclipse.jface.text,
+ org.jboss.tools.smooks.core
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .,
libs/dom4j-1.6.1.jar
-Bundle-Vendor: JBoss, a division of Red Hat
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Export-Package: org.jboss.tools.smooks.analyzer,
org.jboss.tools.smooks.graphical,
org.jboss.tools.smooks.graphical.impl,
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.properties
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.properties 2008-11-23 01:43:21
UTC (rev 11964)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.properties 2008-11-24 06:52:53
UTC (rev 11965)
@@ -1,20 +1,2 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id$
-
-# ====================================================================
-# To code developer:
-# Do NOT change the properties between this line and the
-# "%%% END OF TRANSLATED PROPERTIES %%%" line.
-# Make a new property name, append to the end of the file and change
-# the code to use the new property.
-# ====================================================================
-
-# ====================================================================
-# %%% END OF TRANSLATED PROPERTIES %%%
-# ====================================================================
-
-pluginName = Graphical Model
-providerName =
www.example.org
+pluginName = Smooks Tools Plug-in
+providerName = JBoss, a division of Red Hat
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml 2008-11-23 01:43:21 UTC (rev
11964)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/plugin.xml 2008-11-24 06:52:53 UTC (rev
11965)
@@ -72,7 +72,7 @@
<extension
point="org.eclipse.ui.editors">
<editor
- name="Smooks Form Editor"
+ name="Smooks Editor"
extensions="smooks"
icon="icons/smooks-sm.gif"
class="org.jboss.tools.smooks.ui.editors.SmooksFormEditor"
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/analyzer/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/analyzer/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/analyzer/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -2,6 +2,6 @@
MappingModel.SourceIsNull=Source is NULL
MappingModel.Target=;Target :
MappingModel.TargetIsNull=;Target is NULL
-SmooksFileBuilder.NullAnalyzer1=Can't find the Analyzer for SourceID :
+SmooksFileBuilder.NullAnalyzer1=Can not find the Analyzer for SourceID :
SmooksFileBuilder.NullAnalyzer2=\ and the TargetID :
SmooksFileBuilder.ResourceIsNull=SmooksResource is NULL
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/java2xml/analyzer/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/java2xml/analyzer/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/java2xml/analyzer/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,4 +1,4 @@
-Java2XMLAnalyzer.CantFindRoot=can't find the root element
-Java2XMLAnalyzer.CantGenerateConfig=The java2xml can't be generate to config file
currently.
-Java2XMLAnalyzer.DontSupportJ2X=The Smooks editor doesn't support to parse the
Java2XML config file currently.
+Java2XMLAnalyzer.CantFindRoot=Can not find the root element
+Java2XMLAnalyzer.CantGenerateConfig=Java2XML is not supported currently.
+Java2XMLAnalyzer.DontSupportJ2X=The Smooks editor currently does not support parsing
Java2XML configuration files.
Java2XMLAnalyzer.Warning=Warning
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/JavaBeanAnalyzer.java
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/JavaBeanAnalyzer.java 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/JavaBeanAnalyzer.java 2008-11-24
06:52:53 UTC (rev 11965)
@@ -863,7 +863,7 @@
if (resourceConfig != null) {
rootModel.setBeanClassString(SmooksModelUtils.getParmaText(
SmooksModelUtils.BEAN_CLASS, resourceConfig));
-// setSelectorIsUsed(selector);
+ // setSelectorIsUsed(selector);
buildChildrenOfTargetInputModel(listType, rootModel, false,
rootIsError, resourceConfig, loader);
list.add(rootModel);
@@ -892,9 +892,15 @@
SmooksModelUtils.ATTRIBUTE_SELECTOR);
if (selector != null)
selector = selector.trim();
- if (!isSelectorIsUsed(selector))
+ String tempSelector = selector;
+ if (isReferenceSelector(selector)) {
+ tempSelector = tempSelector.substring(2,
+ selector.length() - 1);
+ }
+ if (!isSelectorIsUsed(tempSelector)) {
processBindingPropertyFromTargetModel(listType, property,
selector, beanModel, classLoader);
+ }
}
}
@@ -988,8 +994,8 @@
ResourceConfigType resourceConfig = null;
for (Iterator iterator = rl.iterator(); iterator.hasNext();) {
ResourceConfigType rct = (ResourceConfigType) iterator.next();
- if (this.isSelectorIsUsed(rct.getSelector()))
- continue;
+// if (this.isSelectorIsUsed(rct.getSelector()))
+// continue;
String beanId = getBeanIDFromParam(rct);
if (selector.equals(beanId)) {
resourceConfig = rct;
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/analyzer/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,5 +1,5 @@
-JavaBeanAnalyzer.ClassNotExist=Can't find the class :
-JavaBeanAnalyzer.ConnectionQuestion=Connection Question
-JavaBeanAnalyzer.ConnectRootQuestion=The root models don't be connected , it will
make some errors with the generation config file contents.\nDo you wan to connect them?
-JavaBeanAnalyzer.DontExist=don't exist
+JavaBeanAnalyzer.ClassNotExist=Can not find the class :
+JavaBeanAnalyzer.ConnectionQuestion=Root Node Connection
+JavaBeanAnalyzer.ConnectRootQuestion=To ensure a correct mapping, the root nodes should
be connected.\nDo you want to connect them now?
+JavaBeanAnalyzer.DontExist=Do not exist
JavaModelConnectionResolveCommand.SmooksContextIsNull=Smooks generated context is NULL
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/javabean/ui/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -3,7 +3,7 @@
JavaBeanConfigWizardPage.JavaBeanSelectionDialogTitle=JavaBean Class selection page
JavaBeanModelLoadComposite.Browse=Browse...
JavaBeanModelLoadComposite.ClassNameText=JavaBean Model List \:
-JavaBeanModelLoadComposite.InitRunnableContextException=Can't init IRunnableContext
+JavaBeanModelLoadComposite.InitRunnableContextException=Unable to init IRunnableContext
JavaBeanModelLoadComposite.SearchJavaType=Search Java Type
JavaBeanModelLoadComposite.SourceJavaBean=Source Java Bean:
JavaBeanPropertiesSection.Browse=Browse
@@ -15,5 +15,5 @@
JavaBeanPropertiesSection.MappingType=Mapping Type \:
JavaBeanPropertiesSection.SearchJavaType=Search Java Type
JavaBeanPropertiesSection.TargetInstanceClass=Target instance class name \:
-JavaBeanPropertiesSection.TypeDialogErrorMessage=can't open type selection dialog
+JavaBeanPropertiesSection.TypeDialogErrorMessage=Unable to open type selection dialog
JavaBeanPropertiesSection.TypePropertyName=type
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/editors/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/editors/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/editors/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,21 +1,21 @@
-AbstractSmooksModelDetailPage.DetailSectionTitle=Details Information
-DateTypeDetailPage.DateTypeFormatText=Format :
-DateTypeDetailPage.DateTypeLocaleContryText=Locale-Contry :
-DateTypeDetailPage.DateTypeLocaleLanguageText=Locale-Language :
+AbstractSmooksModelDetailPage.DetailSectionTitle=Detail Information
+DateTypeDetailPage.DateTypeFormatText=Format:
+DateTypeDetailPage.DateTypeLocaleContryText=Locale-Contry:
+DateTypeDetailPage.DateTypeLocaleLanguageText=Locale-Language:
DocumentResourceTypeDetailPage.BrowseFile=Browse...
DocumentResourceTypeDetailPage.DocPath=Document Path:
-DocumentResourceTypeDetailPage.Selector=Selector :
-SmooksGraphicalFormPage.CleanErrorsDialogContents1=There occurs some errors on the
graphical design , please clean all errors .\n
-SmooksGraphicalFormPage.CleanErrorsDialogContents2=Click "Yes" to return . If
you don't care that , click "No" to save file.
-SmooksGraphicalFormPage.CleanErrorsDialogTitle=Clean all the errors please
-SmooksGraphicalFormPage.FillViewerErrorContent=a error occurs during filling Data into
the viewer\:\n
+DocumentResourceTypeDetailPage.Selector=Selector:
+SmooksGraphicalFormPage.CleanErrorsDialogContents1=There are errors in the graphical
representation. Correct these before saving?\n
+SmooksGraphicalFormPage.CleanErrorsDialogContents2=Click "Yes" to return to the
editor, or "No" to save file with errors.
+SmooksGraphicalFormPage.CleanErrorsDialogTitle=Please correct the errors
+SmooksGraphicalFormPage.FillViewerErrorContent=An error occurred during loading data into
the viewer\:\n
SmooksGraphicalFormPage.FillViewerErrorTitle=Error
SmooksGraphicalFormPage.MappingPageFormTitle=Data Mapping Page
-SmooksGraphicalFormPage.MappingSectionDescription=Edit the source and target assosiation
-SmooksGraphicalFormPage.MappingSectionTitle=Mapping Graph Edit Panel
-SmooksGraphicalFormPage.ReselectViewerContentDlgContent=Do you want to change the data ?
If you do so , all connections will be losted
-SmooksGraphicalFormPage.ReselectViewerContentDlgTitle=Changed Data ?
-SmooksGraphicalFormPage.SaveErrorDlgContent=Some errors occurs during saving the file.
+SmooksGraphicalFormPage.MappingSectionDescription=Edit source to target links
+SmooksGraphicalFormPage.MappingSectionTitle=Graphical Mapping Panel
+SmooksGraphicalFormPage.ReselectViewerContentDlgContent=Do you want to change the data
type? If you do so , all current links will be cleared
+SmooksGraphicalFormPage.ReselectViewerContentDlgTitle=Change data type?
+SmooksGraphicalFormPage.SaveErrorDlgContent=Errors during file save.
SmooksGraphicalFormPage.SaveErrorDlgTitle=Save Error
SmooksGraphicalFormPage.SourceSelectLinkText=Source Select
SmooksGraphicalFormPage.TargetSelectLinkText=Target Select
@@ -27,7 +27,7 @@
SmooksResourceConfigFormBlock.DownButton=Down
SmooksResourceConfigFormBlock.NewButton=New
SmooksResourceConfigFormBlock.NULLString=<NULL>
-SmooksResourceConfigFormBlock.TemplateFile=Template File :
+SmooksResourceConfigFormBlock.TemplateFile=Template File:
SmooksResourceConfigFormBlock.UnknownResourceConfig=UnKnown ResourceConfig -
SmooksResourceConfigFormBlock.UpButton=Up
TypeIDSelectionWizard.TypeIDSelection=TypeID Selection
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -4,9 +4,9 @@
ConnectionPropertySection.NewButtonText=New
ConnectionPropertySection.ValueColumnText=Value
SmooksResourceChangeListener.ConverFileMsg1=File
-SmooksResourceChangeListener.ConverFileMsg2=\ was exsiting , Cover the file?
+SmooksResourceChangeListener.ConverFileMsg2=\ already exists. Overwrite the file?
SmooksResourceChangeListener.CoverFile=Cover
SmooksResourceChangeListener.SmooksFileExtensionName=smooks
SmooksResourceChangeListener.SmooksGraphFileExtensionName=.graph
-SmooksTextEdtor.NotifyTitleMessage=Because there occurs some error during parse/load the
Smooks configuration file , the graphical editor can't be opened.Error :
-SmooksTextEdtor.UnKnownErrorMessage=unknown error happen
+SmooksTextEdtor.NotifyTitleMessage=Incorrect or currently unsupported file content. The
graphical display can not be rendered.
+SmooksTextEdtor.UnKnownErrorMessage=Unknown error
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/wizards/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/wizards/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/ui/wizards/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,4 +1,4 @@
-NewResourceConfigWizardPage.NewConfigWizardPageDescription=Select the ResourceConfig type
to add into the config file
+NewResourceConfigWizardPage.NewConfigWizardPageDescription=Select the ResourceConfig type
to add into the configuration file
NewResourceConfigWizardPage.NewConfigWizardPageErrorMessage1=Please select one key
NewResourceConfigWizardPage.NewConfigWizardPageTitle=Select New ResourceConfig Type
SmooksConfigFileNewWizard.ErrorTitle=Error
@@ -7,7 +7,7 @@
SmooksConfigFileNewWizard.TargetDataTypeSelectionTitle=Target Data Selection
SmooksConfigFileNewWizardPage.NewConfigFileWizardPageDefaultFileName=newConfig.smooks
SmooksConfigFileNewWizardPage.NewConfigFileWizardPageDescription=Create a new Smooks
configuration file
-SmooksConfigFileNewWizardPage.NewConfigFileWizardPageErrorMessage1=file extension must be
"smooks"
+SmooksConfigFileNewWizardPage.NewConfigFileWizardPageErrorMessage1=File extension must be
"smooks"
SmooksConfigFileNewWizardPage.NewConfigFileWizardPageTitle=Smooks Configuration
TransformDataWizardSelectionPage.TransformDataWizardDescription=Select the transform data
type
TransformDataWizardSelectionPage.TransformDataWizardTitle=Data Type Selection
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/utils/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,16 +1,16 @@
-UIUtils.ConnectAllConnections=Connect all needed connections
+UIUtils.ConnectAllConnections=Make all necessary connections
UIUtils.ConnectNode1=Connect the "
UIUtils.ConnectNode2=" to the "
UIUtils.DisconnectAllConnections=Disconnect all connections of the current "
UIUtils.InstanceClassResolveMessage1=Change the instance class to
"java.util.ArrayList"
UIUtils.InstanceClassResolveMessage2=java.util.ArrayList
UIUtils.InstanceLoadedErrorMessage1=The instance class of "
-UIUtils.InstanceLoadedErrorMessage2=" can't be loaded. Instance name is "
+UIUtils.InstanceLoadedErrorMessage2=" can not be loaded. The instance name is
"
UIUtils.InstanceLoadedResolveMessage1=Change the instance class to "
UIUtils.JavaModelLoadedErrorMessage1=Java model "
-UIUtils.JavaModelLoadedErrorMessage2=" can't be instanced. Instance name is
"
+UIUtils.JavaModelLoadedErrorMessage2=" can not be instantiated. The instance name is
"
UIUtils.Node="node
UIUtils.ParentNodeConnectErrorMessage1=The parent of Java node "
-UIUtils.ParentNodeConnectErrorMessage2=" doesn't be connected by any source
node
-UIUtils.SelectorCheckErrorMessage1=The Selector string dosen't support "
+UIUtils.ParentNodeConnectErrorMessage2=" is not connected to any source node
+UIUtils.SelectorCheckErrorMessage1=The Selector string does not support "
UIUtils.SelectorCheckErrorMessage2=" character. Selector is "
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,4 +1,4 @@
AbstractFileSelectionWizardPage.BrowseFileSystemButtonText=Browse File System...
-AbstractFileSelectionWizardPage.BrowseWorkspaceButtonText=Browse workspace file..
-AbstractFileSelectionWizardPage.Errormessage=Please Select a file
-AbstractFileSelectionWizardPage.XMLFilePathLabelText=XML File Path :
+AbstractFileSelectionWizardPage.BrowseWorkspaceButtonText=Browse Workspace...
+AbstractFileSelectionWizardPage.Errormessage=Please select a file
+AbstractFileSelectionWizardPage.XMLFilePathLabelText=XML File Path:
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/ui/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/ui/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml/ui/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,2 +1,2 @@
-XMLStructuredDataWizardPage.XMLDataWizardPageDescription=Select a .xml file to be the
source/target data
-XMLStructuredDataWizardPage.XMLDataWizardPageTitle=Select xml file
+XMLStructuredDataWizardPage.XMLDataWizardPageDescription=Select a .xml file for
configuration data
+XMLStructuredDataWizardPage.XMLDataWizardPageTitle=Select a XML file
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2java/analyzer/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2java/analyzer/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2java/analyzer/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,8 +1,8 @@
-AbstractXMLModelAnalyzer.FileDosentExistErrorMessage1=file dosen't exist
-AbstractXMLModelAnalyzer.FileDosentExistErrorMessage2=\ on the workspace.
-AbstractXMLModelAnalyzer.IllegalPathErrorMessage1=Illegal file path :
-XML2JavaAnalyzer.CantFindNodeErrorMessage1=Can't find the "
+AbstractXMLModelAnalyzer.FileDosentExistErrorMessage1=File does not exist
+AbstractXMLModelAnalyzer.FileDosentExistErrorMessage2=\ in the workspace.
+AbstractXMLModelAnalyzer.IllegalPathErrorMessage1=Illegal file path:
+XML2JavaAnalyzer.CantFindNodeErrorMessage1=Can not find the "
XML2JavaAnalyzer.CantFindNodeErrorMessage2=" node.
-XML2JavaAnalyzer.CantFindRootNodeErrorMessage=Can't find the root node.
-XML2JavaAnalyzer.ConnectQDlgContent=The root models don't be connected , it will make
some errors with the generation config file contents.\nDo you wan to connect them?
-XML2JavaAnalyzer.ConnectQDlgTitle=Connection Question
+XML2JavaAnalyzer.CantFindRootNodeErrorMessage=Can not find the root node.
+XML2JavaAnalyzer.ConnectQDlgContent=To ensure a correct mapping, the root nodes should be
connected.\nDo you want to connect them now?
+XML2JavaAnalyzer.ConnectQDlgTitle=Root Node Connection
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2xml/messages.properties
===================================================================
---
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2xml/messages.properties 2008-11-23
01:43:21 UTC (rev 11964)
+++
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/xml2xml/messages.properties 2008-11-24
06:52:53 UTC (rev 11965)
@@ -1,3 +1,3 @@
XML2XMLAnalyzer.WarningDlgTitle=Warning
-XML2XMLAnalyzer.XML2XMLGenerateErrorMessage=The xml2xml can't be generate to config
file currently.
-XML2XMLAnalyzer.XML2XMLParseErrorMessage=The Smooks editor doesn't support to parse
the XML2XML config file currently.
+XML2XMLAnalyzer.XML2XMLGenerateErrorMessage=XML2XML is currently not supported
+XML2XMLAnalyzer.XML2XMLParseErrorMessage=The Smooks editor currently does not support
parsing the XML2XML configuration files.