blob: 6b02d54d10f6cf6dcc1643a526882d606cd36fbe [file] [log] [blame]
ndaia5b27662005-07-09 19:41:27 +00001VIOLATION_METHOD_REF=Method {0}(...) defined in class {1} cannot be referenced.
2VIOLATION_FIELD_REF=Field {0} defined in class {1} cannot be referenced.
3VIOLATION_CLASS_REF=Class {0} cannot be referenced.
4VIOLATION_CLASS_SUBCLASS=Class {0} cannot be subclassed.
5VIOLATION_CLASS_IMPLEMENT=Class {0} cannot be implemented.
6VIOLATION_CLASS_INSTANTIATE=Class {0} cannot be instantiated.
7
8TITLE_NO_WORKSPACE_PLUGINS=No workspace plugins
9ERROR_MSG_NO_WORKSPACE_PLUGINS=Plugins defined in this component.xml do not exist in the workspace. To scan a component, at least one plugin must be present in the workspace.
10
11TITLE_HAS_API_VIOLATIONS=API violations
12ERROR_MSG_HAS_API_VIOLATIONS=This component has API violations. Please see the problems view for details.
13INFO_MSG_NO_API_VIOLATIONS=This component does not have any API violations.
14
15JOB_INIT_COMPONENT_MANAGER=Initializing component manager...
16JOB_ADD_COMPONENT=Adding component {0}
17JOB_REMOVE_COMPONENT=Removing component {0}
18JOB_SCAN_COMPONENT=Scanning component {0}
19JOB_SCAN_CLASS=Scanning class {0}
20
21PAGE_COMPONENT=Component
22PAGE_API=APIs
23SECTION_DESC_GENERAL_INFO=This section describes the general information about this component
24SECTION_DESC_COMPONENT_DEPENDS=This section specifies components required by this component
25SECTION_DESC_PLUGINS=This section specifies plug-ins included in this component
26SECTION_DESC_APIS=This section defines the public APIs for this component
27SECTION_DESC_API_USAGES=This section defines the API usages
28LABEL_NAME=Name:
29LABEL_OVERVIEW_URL=Overview URL:
30LABEL_UNRESTRICTED_COMPONENT_DEPENDS=This component can depend on any other component
31LABEL_COMPONENT_REFS=Component references:
32LABEL_ADD=Add...
33LABEL_ADD_PACKAGE=Add package
34LABEL_ADD_TYPE=Add type
35LABEL_PLUGINS=Plug-ins:
36LABEL_PACKAGE_API=Is package public
37LABEL_PACKAGE_EXCLUSIVE=Is package exclusive
38LABEL_REFERENCE=Reference
39LABEL_SUBCLASS=Subclass
40LABEL_IMPLEMENT=Implement
41LABEL_INSTANTIATE=Instantiate
42LABEL_APIS=APIs:
43LABEL_PACKAGE_USAGE=Package usage:
44LABEL_TYPE_USAGE=Type usage:
45
46ERROR_MSG_INVALID_COMPONENT_XML=Invalid component.xml
47ERROR_MSG_FAIL_TO_LOAD_COMPONENT=Failed to load {0}
48
49DIALOG_TITLE_ADD_COMPONENT_REFS=Add component references
50DIALOG_TITLE_ADD_PLUGINS=Add plug-ins
51DIALOG_TITLE_ADD_PACKAGES=Add packages
jeffliudcff19a2006-02-16 15:12:30 +000052DIALOG_TITLE_ADD_TYPES=Add types
53
54ADOPTER_MISSING_CLASS=Class {0} is removed from plugin {1}
55ADOPTER_MISSING_METHOD=Method {0} is removed from class {1}
56ADOPTER_MISSING_FIELD=Field {0} is removed from class {1}
57
jeffliu3cff3622006-02-20 22:39:58 +000058LABEL_ADOPTER_USAGE_REPORTS=Folders containing adopter usage reports:
jeffliudcff19a2006-02-16 15:12:30 +000059LABEL_ADD=Add
60LABEL_REMOVE=Remove
61LABEL_PROJECT=Project
jeffliu3cff3622006-02-20 22:39:58 +000062LABEL_BREAKAGE_REPORT_OUTPUT_DIR=Breakage report output folder:
63LABEL_BROWSE=Browse
jeffliudcff19a2006-02-16 15:12:30 +000064
jeffliu3cff3622006-02-20 22:39:58 +000065TITLE_CONTAINER_SELECTION_DIALOG=Container Selection Dialog
jeffliudcff19a2006-02-16 15:12:30 +000066TITLE_USAGE_REPORTS_NOT_FOUND=No Usage Reports Found
67TITLE_COMPATIBLE_WITH_USAGE_REPORTS=Compatible With Adopters' Usage Reports
68
69MSG_ERROR_PLEASE_ADD_USAGE_REPORTS=No usage reports found. Please go to preference and add the adopters' usage reports.
70MSG_INFO_COMPATIBLE_WITH_USAGE_REPORTS=APIs are compatible with adopters' usage reports.