From ea8280eb09d28515fdf4408958f157fbf2d43bae Mon Sep 17 00:00:00 2001 From: nitind Date: Wed, 19 May 2010 19:40:38 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'v201005191945'. --- .../ui/internal/wizards/wizardResource.properties | 80 ---------------------- 1 file changed, 80 deletions(-) delete mode 100644 bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties (limited to 'bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties') 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 deleted file mode 100644 index 42393a0e66..0000000000 --- a/bundles/org.eclipse.wst.xml.ui/src-wizards/org/eclipse/wst/xml/ui/internal/wizards/wizardResource.properties +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# Copyright (c) 2001, 2004 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 -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -! Properties file for component: XML Tools - New XML Wizard -! Packaged for translation in: xml.zip - -!XMLImportActionDelegate -_UI_DIALOG_NEW_TITLE = New -_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_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 &scratch -_UI_WIZARD_CREATE_XML_HEADING = Create XML File -_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_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. -_UI_WIZARD_SELECT_XSD_FILE_TITLE = Select XML Schema File -_UI_WIZARD_SELECT_ROOT_HEADING = Select Root Element -_UI_WIZARD_SELECT_ROOT_EXPL = Select the root element of the XML file. -_UI_LABEL_ROOT_ELEMENT = Root element: -_UI_WARNING_TITLE_NO_ROOT_ELEMENTS = No Root Elements -_UI_WARNING_MSG_NO_ROOT_ELEMENTS = No root element exists since the schema provided has no global elements. -_UI_LABEL_NO_LOCATION_HINT = Unspecified Namespace Location -_UI_WARNING_MSG_NO_LOCATION_HINT_1 = You have not specified a location hint for one or more namespace entries. -_UI_WARNING_MSG_NO_LOCATION_HINT_2 = Elements from these namespaces will not be generated. This may lead to an invalid generated document. -_UI_WARNING_MSG_NO_LOCATION_HINT_3 = Click Yes to continue, Click No to go back and specify the location hints. -_UI_WIZARD_CONTENT_OPTIONS = Content options - -_UI_WIZARD_CREATE_REQUIRED = &Create required content only -_UI_WIZARD_CREATE_OPTIONAL = Create required and &optional content - -_UI_WIZARD_CREATE_OPTIONAL_ATTRIBUTES = Create optional &attributes -_UI_WIZARD_CREATE_OPTIONAL_ELEMENTS = Create optional e&lements -_UI_WIZARD_CREATE_FIRST_CHOICE = Create first choice of required &choice -_UI_WIZARD_FILL_ELEMENTS_AND_ATTRIBUTES = Fill elements and attributes with &data - -_UI_LABEL_DOCTYPE_INFORMATION = Document type information -_UI_LABEL_SYSTEM_ID = &System ID: -_UI_LABEL_PUBLIC_ID = &Public ID: - -_UI_WARNING_URI_NOT_FOUND_COLON = The specified resource cannot be located : - -!NewModelWizard -_UI_INVALID_GRAMMAR_ERROR = Invalid Grammar - -!NewModelWizard -_ERROR_BAD_FILENAME_EXTENSION = The file name must end in one of the following extensions {0}. -_ERROR_FILE_ALREADY_EXISTS = The same file already exists. -_ERROR_ROOT_ELEMENT_MUST_BE_SPECIFIED = A root element must be specified. -_UI_LABEL_ERROR_SCHEMA_INVALID_INFO = The schema file contains errors. Open it in the XML schema editor for details. -_UI_LABEL_ERROR_DTD_INVALID_INFO = The DTD file contains errors. Open it in the DTD editor for details. - -_UI_LABEL_ERROR_CATALOG_ENTRY_INVALID = The selected catalog entry specifies a URI that can not be located. - -_UI_LABEL_NAMESPACE_INFORMATION=Namespace Information -Validation_Plugins_Unavailable=Validation Plugins Unavailable -Validation_cannot_be_performed=Validation cannot be performed because the validation plugins were disabled or not found. The generated file may be invalid. Do you wish to continue? -# -# ExampleProject -ExampleProjectCreationOperation_op_desc=Creating example projects... -ExampleProjectCreationOperation_op_desc_proj=Configuring project... -ExampleProjectCreationWizard_title=New Example Project -ExampleProjectCreationWizard_op_error_title=Project Creation Failed -ExampleProjectCreationWizard_op_error_message=Project could not be created. -ExampleProjectCreationWizard_overwritequery_title=Overwrite -ExampleProjectCreationWizard_overwritequery_message=Do you want to overwrite {0}? -ExampleProjectCreationWizardPage_error_alreadyexists=Project already exists. -- cgit v1.2.3