-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathplugin.properties
55 lines (46 loc) · 2.02 KB
/
plugin.properties
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
###############################################################################
# Copyright (c) 2013 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
###############################################################################
pluginProvider=Angelo ZERR
pluginName=Eclipse AngularJS UI
angularjsEditor=AngularJS Editor
convertProjectToAngularCommandName=Convert to AngularJS Project...
# Content Assist
proposalCategory.htmlTags=HTML Angular Tag Proposals
# Preferences
AngularPreferencePage.name=AngularJS
HTMLAngularGlobalPreferencesPage.name=HTML
HTMLAngularEditorPreferencePage.name=Editor
HTMLAngularEditorSyntaxColoringPreferencePage.name=Syntax Coloring
HTMLAngularTypingPreferencePage.name=Typing
ProtractorPreferencesPage.name=Protractor
# Project properties
AngularMainPropertyPage.name=AngularJS
DirectivesPropertyPage.name=Directives
ExpressionPropertyPage.name=Expression
# Hyperlink
HTMLAngularHyperLinkDetector.name=HTML Angular HyperLink
# Views
viewCategory.name=AngularJS
AngularExplorerView.name=Angular Explorer
angularNavigatorContent_name=AngularJS
# Actions
AngularActionSet.label= Angular Navigation
AngularActionSet.description= Angular Navigation Action Set
OpenAngularElementAction.label=Open Angular Element...
OpenAngularElementAction.tooltip=Opens an Angular Element in JavaScript editor
#--- Navigate menu
ActionDefinition.openAngularElement.name= Open Angular Element
ActionDefinition.openAngularElement.description= Opens an Angular Element in a JavaScript editor
# Protractor
ProtractorLaunchShortcut.label=Protractor
ProtractorLaunchShortcutWithDialog.description=Launches Protractor tests and allows it to be configured
ProtractorLaunchShortcut.run.label=Protractor
ProtractorLaunchShortcut.debug.label=Protractor