root/branches/flnkeditor/plugin.properties

Revision 1845, 3.1 kB (checked in by dsugar, 1 year ago)

first checkin of flnk editor
lots more to do, but looking good none the less.

Line 
1  ##################################################################################
2  # Copyright (C) 2006 Tresys Technology, LLC
3  # License: refer to COPYING file for license information.
4  # Authors: David Sugar <dsugar@tresys.com>
5  #
6  # plugin.properties
7  #
8  # NOTE :- please utilize this class when introducing new extension
9  #                      point or any String variables in plugin.xml
10  ##################################################################################
11
12 ## plugin
13 providerName = Tresys Technology
14 pluginName = CDS Framework
15
16 ## Editors
17 dictionaryEditor = CDS Framework Dictionary Editor
18 policyEditor = CDS Framework Policy Editor
19 systemEdtor = CDS Framework System Resource Editor
20 graphicalEditor = CDS Framework Graphical Editor
21 policyEditorProxy = CDS Framework Policy Editor Opener
22 linkageEditor = CDS Framework Linkage Editor
23
24 ## properties
25 booleansProperty = Booleans
26 tunablesProperty = Tunables
27 modulesProperty = Modules
28 systemProperties = System Preferences
29 projectProperties = CDS Framework
30 corenetworkProperies = Network Configuration
31 roleMapProperties = Role Map
32 userProperties = Users
33 packageInfoProperties = Package Information
34 identificationProperties = Identification
35
36 ## markers
37 parseProblem = Parsing Problem
38
39 ## nature
40 frameworkNature = CDS Framework Nature
41
42 ## builder
43 frameworkBuilder = CDS Framework Builder
44
45 ## plugin Preferences
46 frameworkPrefs = CDS Framework
47 policyTextEditor = Text Editor
48 policyGraphicEditor = Graphical Editor
49
50 ## wizards
51 frameworkCategory = CDS Framework
52 frameworkProject = CDS Framework Project
53 frameworkSystem = CDS Framework System
54 frameworkFile = CDS Framework File
55
56 ## perspective
57 frameworkPerspective = CDS Framework
58
59 ## views
60 navigator = Framework Navigator
61
62 ## menus
63 focusSystem = Focus System
64 compilePolicy = Compile Policy
65 focusDomain = Focus Domain
66
67 ## decorator
68 frameworkNavigatorDecorator = Framework Navigator Decorator
69
70 ## action
71 buildRPM = Build RPM
72 buildRPMToolTip=Generate SELinux Policy RPM
73
74 ## theme
75 frameworkThemeCategory = CDS Framework
76 frameworkThemeCategoryDescription = Properties associated with CDS Framework Editors
77 frameworkGraphicFont = Graphic Font
78 frameworkGraphicFontDescription = Font to use for the text label of policy items in the graphical policy editor.
79 frameworkGraphicBorderColor = Graphical Color
80 frameworkGraphicBorderColorDescription = Color to use for the border of policy items in the graphical policy editor.
81 frameworkGraphicTextColor = Font Color
82 frameworkGraphicTextColorDescription = Color to use for the text label of policy items in the graphical policy editor.
83 frameworkGraphicConnectionColor = Connection Color
84 frameworkGraphicConnectionColorDescription = Color to use for the connection of policy items in the graphical policy editor.
85 backflowCategory = Information Backflow
86 backflowCategoryDescription = Define Information Backflow display characteristics
87 backflowRangeEnd = High bandwidth backflow
88 backflowRangeEndDescription = Define the color representation indicating high bandwidth backflow
89 backflowRangeStart = Low bandwidth backflow
90 backflowRangeStartDescription = Define the color representation indicating limited bandwidth backflow
Note: See TracBrowser for help on using the browser.