Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramywu2007-02-12 21:29:54 +0000
committeramywu2007-02-12 21:29:54 +0000
commitd4ad58329a5584f84e8b8de5995a37da8d3eb3ed (patch)
treedbae8ef71db4f50d3efdc0f04abe687e49b7112a /bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties
parent4970738e551863d8c25956ec8e6045eb5bd330cf (diff)
downloadwebtools.sourceediting-d4ad58329a5584f84e8b8de5995a37da8d3eb3ed.tar.gz
webtools.sourceediting-d4ad58329a5584f84e8b8de5995a37da8d3eb3ed.tar.xz
webtools.sourceediting-d4ad58329a5584f84e8b8de5995a37da8d3eb3ed.zip
[116315] New XML Wizard should look like other new file wizards
Diffstat (limited to 'bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties')
-rw-r--r--bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties11
1 files changed, 6 insertions, 5 deletions
diff --git a/bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties b/bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties
index fb8135cffd..7fc323b683 100644
--- a/bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties
+++ b/bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2001, 2006 IBM Corporation and others.
+# Copyright (c) 2001, 2007 IBM Corporation 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
@@ -12,18 +12,19 @@
! Packaged for translation in: xml.zip
!XMLImportActionDelegate
-_UI_DIALOG_NEW_TITLE = New
+_UI_DIALOG_NEW_TITLE = New XML File
_UI_DIALOG_TITLE_INVALID_GRAMMAR = Invalid Grammar
_UI_DIALOG_MESSAGE_INVALID_GRAMMAR = The grammar file contains errors. If you proceed, an incorrect result file will be generated. Do you want to continue?
!NewXMLBWizard
+_UI_WIZARD_CREATE_NEW_TITLE = New XML File
_UI_RADIO_XML_FROM_DTD = Create XML file from a &DTD file
_UI_RADIO_XML_FROM_SCHEMA = Create XML file from an &XML schema file
_UI_RADIO_XML_FROM_SCRATCH = Create XML file from an XML &template
-_UI_WIZARD_CREATE_XML_HEADING = Create XML File
+_UI_WIZARD_CREATE_XML_HEADING = Create XML File From
_UI_WIZARD_CREATE_XML_EXPL = Select how you would like to create your XML file.
-_UI_WIZARD_CREATE_XML_FILE_HEADING = XML File Name
-_UI_WIZARD_CREATE_XML_FILE_EXPL = Specify a name for the new XML file.
+_UI_WIZARD_CREATE_XML_FILE_HEADING = XML File
+_UI_WIZARD_CREATE_XML_FILE_EXPL = Create a new XML file.
_UI_WIZARD_SELECT_DTD_FILE_DESC = Select the DTD file to create the XML file.
_UI_WIZARD_SELECT_DTD_FILE_TITLE = Select DTD File
_UI_WIZARD_SELECT_XSD_FILE_DESC = Select the schema file to create the XML file.

Back to the top