root/branches/dictionary_changes/plugin.properties

Revision 1884, 3.8 kB (checked in by dsugar, 1 year ago)

Support for adding base resources and abilities through the menu
Display 'custom additions' in the framework navigator
ticket:169
some additional cleanup

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 MLSSettingsProperties = MLS Settings
36
37 ## markers
38 parseProblem = Parsing Problem
39
40 ## nature
41 frameworkNature = CDS Framework Nature
42
43 ## builder
44 frameworkBuilder = CDS Framework Builder
45
46 ## plugin Preferences
47 frameworkPrefs = CDS Framework
48 policyTextEditor = Text Editor
49 policyGraphicEditor = Graphical Editor
50
51 ## wizards
52 frameworkCategory = CDS Framework
53 frameworkProject = CDS Framework Project
54 frameworkProjectDescription = New project to developing SELinux policy using CDS Framework
55 frameworkSystem = System
56 frameworkSystemDescription = New CDS Framework policy for a system
57 frameworkFile = CDS Framework File
58 BaseResourceWizard = Base Resource
59 BaseResourceWizardDescription = New custom Base Resource to interface with features in the reference policy.
60 BaseDomainWizard = Base Domain
61 BaseDomainWizardDescription = New custom Base Domain to interface with features in the reference policy.
62 AbilityWizard = Ability
63 AbilityWizardDescription = New custom ability to modify behavior of a domain.
64 DictionaryWizard = Dictionary
65 DictionaryWizardDescription = New custom dictionary entry to provide special permissions in generated policy.
66
67
68 ## perspective
69 frameworkPerspective = CDS Framework
70
71 ## views
72 navigator = Framework Navigator
73
74 ## menus
75 focusSystem = Focus System
76 compilePolicy = Compile Policy
77 focusDomain = Focus Domain
78
79 ## decorator
80 frameworkNavigatorDecorator = Framework Navigator Decorator
81
82 ## action
83 buildRPM = Build RPM
84 buildRPMToolTip=Generate SELinux Policy RPM
85
86 ## theme
87 frameworkThemeCategory = CDS Framework
88 frameworkThemeCategoryDescription = Properties associated with CDS Framework Editors
89 frameworkGraphicFont = Graphic Font
90 frameworkGraphicFontDescription = Font to use for the text label of policy items in the graphical policy editor.
91 frameworkGraphicBorderColor = Graphical Color
92 frameworkGraphicBorderColorDescription = Color to use for the border of policy items in the graphical policy editor.
93 frameworkGraphicTextColor = Font Color
94 frameworkGraphicTextColorDescription = Color to use for the text label of policy items in the graphical policy editor.
95 frameworkGraphicConnectionColor = Connection Color
96 frameworkGraphicConnectionColorDescription = Color to use for the connection of policy items in the graphical policy editor.
97 backflowCategory = Information Backflow
98 backflowCategoryDescription = Define Information Backflow display characteristics
99 backflowRangeEnd = High bandwidth backflow
100 backflowRangeEndDescription = Define the color representation indicating high bandwidth backflow
101 backflowRangeStart = Low bandwidth backflow
102 backflowRangeStartDescription = Define the color representation indicating limited bandwidth backflow
Note: See TracBrowser for help on using the browser.