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