| # /** |
| # * Copyright (c) 2002-2009 IBM Corporation and others. |
| # * All rights reserved. This program and the accompanying materials |
| # * are made available under the terms of the Eclipse Public License v2.0 |
| # * which accompanies this distribution, and is available at |
| # * http://www.eclipse.org/legal/epl-v20.html |
| # * |
| # * Contributors: |
| # * IBM - Initial API and implementation |
| # */ |
| |
| # NLS_MESSAGEFORMAT_VAR |
| |
| pluginName = XSD Sample Editor |
| providerName = Eclipse Modeling Project |
| sampleEditor = Sample XML Schema Editor |
| |
| _UI_Source_title = Source |
| _UI_Semantics_title = Semantics |
| _UI_Syntax_title = Syntax |
| |
| _UI_XSDEditor_menu = &XSD Editor |
| |
| _UI_CreateChild_menu_item = &New Child |
| _UI_CreateSibling_menu_item = N&ew Sibling |
| |
| _UI_XSDEditorFilenameDefaultBase = MySchema |
| _UI_XSDEditorFilenameExtensions = xsd |
| |
| _UI_Wizard_category = Example EMF Model Creation Wizards |
| _UI_XSDModelWizard_label = XSD Model |
| _UI_XSDModelWizard_description = Create a new XSD model |
| |
| _WARN_FilenameExtension = The filename must end in ".{0}" |
| _WARN_FilenameExtensions = The file name must have one of the following extensions: {0} |
| |
| _UI_ModelObject = &Model Object |
| _UI_Wizard_initial_object_description = Select a model object to create |
| |
| _UI_SchemaPrefix_label = Target Namespace &Prefix |
| _UI_SchemaNamespaceURI_label = Target &Namespace |
| |
| _UI_SchemaForSchemaPrefix_label = &Schema for Schema Prefix |
| _UI_SchemaForSchemaNamespaceURI_label = Schema for Schema Namespace &URI |
| |
| _UI_Validating_message = Validating |
| _UI_ReportingErrors_message = Reporting errors |
| |
| _UI_NoObjectSelected = Selected Nothing |
| _UI_SingleObjectSelected = Selected Object: {0} |
| _UI_MultiObjectSelected = Selected {0} Objects |
| |
| _UI_ShowPropertiesView_menu_item = Show &Properties View |
| _UI_RefreshViewer_menu_item = &Refresh |
| _UI_ValidateAutomatically_menu_item = &Validate Automatically |
| |
| _UI_XMLEncoding = &XML Encoding |
| |
| # These are the XML encodings that will be presented in the new model wizard. |
| # The translated version of this property should include the encodings popular in the locale. |
| # The first one listed here will be the default, so please list the most popular choice first. |
| _UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1 |