Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'json/bundles/org.eclipse.wst.json.ui/plugin.properties')
-rw-r--r--json/bundles/org.eclipse.wst.json.ui/plugin.properties46
1 files changed, 46 insertions, 0 deletions
diff --git a/json/bundles/org.eclipse.wst.json.ui/plugin.properties b/json/bundles/org.eclipse.wst.json.ui/plugin.properties
new file mode 100644
index 0000000000..8094e8c35a
--- /dev/null
+++ b/json/bundles/org.eclipse.wst.json.ui/plugin.properties
@@ -0,0 +1,46 @@
+###############################################################################
+# Copyright (c) 2016 Angelo Zerr 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:
+# Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
+# Patrik Suzzi <psuzzi@gmail.com> - Bug 487050
+###############################################################################
+Bundle-Vendor.0 = Eclipse Web Tools Platform
+Bundle-Name.0 = Eclipse Web Developer Tools
+
+
+providerName=Eclipse Web Tools Platform
+pluginName=Eclipse JSON Editors and Tools
+
+# Extension point
+completionProposalCollectors.name=Completion proposal collectors extension
+
+# JSON Preferences
+JSON.name=JSON
+JSON_Files.name=JSON Files
+JSON_Source.name=Editor
+JSON_Content_Assist.name=Content Assist
+JSON_Validator.name=Validation
+JSON_Templates.name=Templates
+_UI_PREF_JSON_CATALOG=JSON Catalog
+JSON_Styles.name=Styles
+JSON_Syntax_Coloring=Syntax Coloring
+JSON_Typing=Typing
+JSON_Editor.name=JSON Editor
+JSON_Property_validation=JSON Syntax
+###############################################################################
+JSON_Editor.name=JSON Editor
+
+# content assist
+proposalCategory.json=JSON Proposals
+proposalCategory.jsonTemplates=JSON Template Proposals
+
+All_JSON_context_type_Extension_Element.name=All JSON
+JSON_New_context_type_Extension_Element.name=New JSON
+JSON_Package_context_type_Extension_Element.name=New package.json
+
+preferenceKeywords.jsoncatalog=JSON Catalog

Back to the top