File: plugin.properties

package info (click to toggle)
eclipse-emf 2.42.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,344 kB
  • sloc: java: 711,198; xml: 12,829; makefile: 5
file content (62 lines) | stat: -rw-r--r-- 2,209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# /**
#  * 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