| 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 |
|
|---|
| 23 |
## properties |
|---|
| 24 |
booleansProperty = Booleans |
|---|
| 25 |
tunablesProperty = Tunables |
|---|
| 26 |
modulesProperty = Modules |
|---|
| 27 |
systemProperties = System Preferences |
|---|
| 28 |
projectProperties = CDS Framework |
|---|
| 29 |
corenetworkProperies = Network Configuration |
|---|
| 30 |
roleMapProperties = Role Map |
|---|
| 31 |
userProperties = Users |
|---|
| 32 |
packageInfoProperties = Package Information |
|---|
| 33 |
identificationProperties = Identification |
|---|
| 34 |
|
|---|
| 35 |
## markers |
|---|
| 36 |
parseProblem = Parsing Problem |
|---|
| 37 |
|
|---|
| 38 |
## nature |
|---|
| 39 |
frameworkNature = CDS Framework Nature |
|---|
| 40 |
|
|---|
| 41 |
## builder |
|---|
| 42 |
frameworkBuilder = CDS Framework Builder |
|---|
| 43 |
|
|---|
| 44 |
## plugin Preferences |
|---|
| 45 |
frameworkPrefs = CDS Framework |
|---|
| 46 |
policyTextEditor = Text Editor |
|---|
| 47 |
policyGraphicEditor = Graphical Editor |
|---|
| 48 |
|
|---|
| 49 |
## wizards |
|---|
| 50 |
frameworkCategory = CDS Framework |
|---|
| 51 |
frameworkProject = CDS Framework Project |
|---|
| 52 |
frameworkSystem = CDS Framework System |
|---|
| 53 |
frameworkFile = CDS Framework File |
|---|
| 54 |
|
|---|
| 55 |
## perspective |
|---|
| 56 |
frameworkPerspective = CDS Framework |
|---|
| 57 |
|
|---|
| 58 |
## views |
|---|
| 59 |
navigator = Framework Navigator |
|---|
| 60 |
|
|---|
| 61 |
## menus |
|---|
| 62 |
focusSystem = Focus System |
|---|
| 63 |
compilePolicy = Compile Policy |
|---|
| 64 |
focusDomain = Focus Domain |
|---|
| 65 |
|
|---|
| 66 |
## decorator |
|---|
| 67 |
frameworkNavigatorDecorator = Framework Navigator Decorator |
|---|
| 68 |
|
|---|
| 69 |
## action |
|---|
| 70 |
buildRPM = Build RPM |
|---|
| 71 |
buildRPMToolTip=Generate SELinux Policy RPM |
|---|
| 72 |
|
|---|
| 73 |
## theme |
|---|
| 74 |
frameworkThemeCategory = CDS Framework |
|---|
| 75 |
frameworkThemeCategoryDescription = Properties associated with CDS Framework Editors |
|---|
| 76 |
frameworkGraphicFont = Graphic Font |
|---|
| 77 |
frameworkGraphicFontDescription = Font to use for the text label of policy items in the graphical policy editor. |
|---|
| 78 |
frameworkGraphicBorderColor = Graphical Color |
|---|
| 79 |
frameworkGraphicBorderColorDescription = Color to use for the border of policy items in the graphical policy editor. |
|---|
| 80 |
frameworkGraphicTextColor = Font Color |
|---|
| 81 |
frameworkGraphicTextColorDescription = Color to use for the text label of policy items in the graphical policy editor. |
|---|
| 82 |
frameworkGraphicConnectionColor = Connection Color |
|---|
| 83 |
frameworkGraphicConnectionColorDescription = Color to use for the connection of policy items in the graphical policy editor. |
|---|
| 84 |
backflowCategory = Information Backflow |
|---|
| 85 |
backflowCategoryDescription = Define Information Backflow display characteristics |
|---|
| 86 |
backflowRangeEnd = High bandwidth backflow |
|---|
| 87 |
backflowRangeEndDescription = Define the color representation indicating high bandwidth backflow |
|---|
| 88 |
backflowRangeStart = Low bandwidth backflow |
|---|
| 89 |
backflowRangeStartDescription = Define the color representation indicating limited bandwidth backflow>>>>>>> .r1842 |
|---|
| 90 |
|
|---|
| 91 |
## Navigation Menu |
|---|
| 92 |
menuNavigation=Policy Navigation |
|---|
| 93 |
manageEntrypoints.label=Manage Entrypoints... |
|---|
| 94 |
manageEntrypoints.tooltip=Add, Edit, and Remove Entrypoints |
|---|