File: plugin.properties

package info (click to toggle)
eclipse-emf 2.42.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,344 kB
  • sloc: java: 711,198; xml: 12,829; makefile: 5
file content (50 lines) | stat: -rw-r--r-- 2,361 bytes parent folder | download | duplicates (6)
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
# NLS_MESSAGEFORMAT_VAR

pluginName = EMF Typesafe Enum Generation Example
providerName = Azzurri Ltd.

WizardCategory.name= Pattern
TypesafeEnumWizard.name= Typesafe Enum
TypesafeEnumWizard.description= Create a Typesafe Enumeration

Wizard.title.new = New Typesafe Enumeration
Wizard.op_error.title = Error
Wizard.op_error.message = Unable to create the Typesafe Enumeration class.

NewEnumWizPage.title = Typesafe Enumeration
NewEnumWizPage.description = Create a new Typesafe Enumeration
NewEnumWizPage.author = Author
NewEnumWizPage.version = Version

NewEnumWizPageAttr.col.Key = Key
NewEnumWizPageAttr.col.Name = Name
NewEnumWizPageAttr.col.Type = Type

NewEnumWizPageAttr.title = Class Attributes
NewEnumWizPageAttr.description = Add Member Variables for the Enumeration Class
NewEnumWizPageAttr.Add_Attribute = Add Attribute
NewEnumWizPageAttr.Edit_Attribute = Edit Attribute
NewEnumWizPageAttr.button.Add = &Add
NewEnumWizPageAttr.button.Edit = &Edit
NewEnumWizPageAttr.button.Remove = &Remove
NewEnumWizPageAttr.Must_have_at_least_one_attribute = The Enumeration Class must have at least one attribute.
NewEnumWizPageAttr.attribute_must_have_a_name = All attributes must have a name.
NewEnumWizPageAttr.invalid_attribute_name = Invalid attribute name ''{0}''.
NewEnumWizPageAttr.attribute_must_have_a_type = The attribute ''{0}'' does not have a type.
NewEnumWizPageAttr.invalid_attribute_type = The type of the ''{0}'' attribute is not valid.
NewEnumWizPageAttr.missing_key_attribute = Missing key attribute.

NewEnumWizPageInst.col.Default = Default
NewEnumWizPageInst.col.Name = Instance Name
NewEnumWizPageInst.title = Typesafe Enumeration Instances
NewEnumWizPageInst.description = Add Instances for the Enumeration Class
NewEnumWizPageInst.Add_Instance = Add Instance
NewEnumWizPageInst.Edit_Instance = Edit Instance
NewEnumWizPageInst.Must_have_at_least_one_instance = The Enumeration Class must have at least one instance.
NewEnumWizPageInst.Every_instance_must_have_a_name = All instances must have a name.
NewEnumWizPageInst.invalid_instance_name = Invalid instance name ''{0}''.
NewEnumWizPageInst.Instance_does_not_have_a_value_for_attribute = The instance ''{0}'' does not have a value for the attribute ''{1}''.

EditInstanceDialog.attribute.Value = Value of ({0}) ''{1}''

EmitSelectedTemplatesAction.label = Emit Selected Template(s)