Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties')
-rwxr-xr-xbundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties23
1 files changed, 22 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties
index 99c7f4298..64bc484da 100755
--- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties
+++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties
@@ -75,4 +75,25 @@ CONSOLE_FRAMEWORK_IS_LAUNCHED_MESSAGE = "Framework is launched."
CONSOLE_FRAMEWORK_IS_SHUTDOWN_MESSAGE = "Framework is shutdown."
CONSOLE_BUNDLE_LOCATION_MESSAGE = "Bundle Location"
CONSOLE_STATE_BUNDLE_FILE_NAME_HEADER = "State Bundle File Name"
-CONSOLE_REGISTERED_SERVICES_MESSAGE = "Registered Services" \ No newline at end of file
+CONSOLE_REGISTERED_SERVICES_MESSAGE = "Registered Services"
+CONSOLE_NO_CONSTRAINTS_NO_PLATFORM_ADMIN_MESSAGE=No unresolved constraints [PlatformAdmin service is not registered].
+CONSOLE_CANNOT_FIND_BUNDLE_ERROR=Cannot find bundle {0}.
+CONSOLE_NO_CONSTRAINTS=No unresolved constraints.
+CONSOLE_DIRECT_CONSTRAINTS=Direct constraints which are unresolved:
+CONSOLE_LEAF_CONSTRAINTS=Leaf constraints in the dependency chain which are unresolved:
+CONSOLE_MISSING_IMPORTED_PACKAGE=Missing imported package {0}.
+CONSOLE_MISSING_OPTIONAL_IMPORTED_PACKAGE=Missing optionally imported package {0}.
+CONSOLE_MISSING_DYNAMIC_IMPORTED_PACKAGE=Missing dynamically imported package {0}.
+CONSOLE_MISSING_OPTIONAL_REQUIRED_BUNDLE=Missing optionally required bundle {0}.
+CONSOLE_MISSING_REQUIRED_BUNDLE=Missing required bundle {0}.
+CONSOLE_MISSING_HOST=Missing host {0}.
+CONSOLE_MISSING_NATIVECODE=Missing native code match {0}.
+CONSOLE_MISSING_REQUIRED_CAPABILITY=Missing required capability {0}.
+CONSOLE_MISSING_REQUIREMENT=Missing the requirement {0}.
+CONSOLE_CONSOLE_BUNDLE_DISABLED_MESSAGE=Bundle disabled at console
+CONSOLE_CANNOT_ENABLE_NO_PLATFORM_ADMIN_MESSAGE=Cannot enable bundle(s) [PlatformAdmin service is not registered].
+CONSOLE_CANNOT_DISABLE_NO_PLATFORM_ADMIN_MESSAGE=Cannot disable bundle(s) [PlatformAdmin service is not registered].
+CONSOLE_CANNOT_LIST_DISABLED_NO_PLATFORM_ADMIN_MESSAGE=Cannot list disabled bundle(s) [PlatformAdmin service is not registered].
+CONSOLE_DISABLED_COUNT_MESSAGE={0} disabled bundle(s) in the system
+CONSOLE_DISABLED_BUNDLE_HEADER=Bundle :\t{0} (id={1})
+CONSOLE_DISABLED_BUNDLE_REASON=Reason(s):\t{0} (policy={1})

Back to the top