Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7a2524492c9798b0b7ba190c1c6735f83ccc8371 (plain) (blame)
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
#

pluginName = Predicates Edit Support
providerName = www.example.org

_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.

_UI_PropertyDescriptor_description = The {0} of the {1}

_UI_Predicate_type = Predicate
_UI_NamePredicate_type = Name Predicate
_UI_RepositoryPredicate_type = Repository Predicate
_UI_AndPredicate_type = And Predicate
_UI_OrPredicate_type = Or Predicate
_UI_NotPredicate_type = Not Predicate
_UI_NaturePredicate_type = Nature Predicate
_UI_BuilderPredicate_type = Builder Predicate
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_NamePredicate_pattern_feature = Pattern
_UI_RepositoryPredicate_project_feature = Project
_UI_AndPredicate_operands_feature = Operands
_UI_OrPredicate_operands_feature = Operands
_UI_NotPredicate_operand_feature = Operand
_UI_NaturePredicate_nature_feature = Nature
_UI_BuilderPredicate_builder_feature = Builder
_UI_Unknown_feature = Unspecified

_UI_FilePredicate_type = File Predicate
_UI_FilePredicate_filePattern_feature = File Pattern
_UI_FilePredicate_contentPattern_feature = Content Pattern

Back to the top