org.chromium.debug.core/bin/org/chromium/debug/core/model/messages.properties
changeset 2 e4420d2515f1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.chromium.debug.core/bin/org/chromium/debug/core/model/messages.properties	Wed Dec 23 17:13:18 2009 -0800
@@ -0,0 +1,29 @@
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+ChromiumTabSelectionDialog_DialogTitle=Select Tab to Debug
+ChromiumTabSelectionDialog_IdColumnName=ID
+ChromiumTabSelectionDialog_TableTitle=Available Tabs
+ChromiumTabSelectionDialog_UrlColumnName=Tab URL
+ConnectionLoggerImpl_ReceivedFromChrome=Received from Chrome:
+ConnectionLoggerImpl_SentToChrome=Sent to Chrome:
+DebugTargetImpl_BadResultWhileDisconnecting=Received bad result from browser while disconnecting
+DebugTargetImpl_CannotStartMultipleDebuggers=Cannot start more than one instance of debugger
+DebugTargetImpl_Caught=Caught
+DebugTargetImpl_FailedToStartSocketConnection=Failed to start socket transport
+DebugTargetImpl_LogExceptionFormat={0} {1} (in {2}:{3}): {4}
+DebugTargetImpl_TargetName=Chromium
+DebugTargetImpl_Uncaught=Uncaught
+JavascriptVmEmbedderFactory_TargetName0=Remote "{0}" embedding V8 {1}
+JavascriptVmEmbedderFactory_Terminated=terminated
+JavascriptVmEmbedderFactory_TerminatedWithReason=terminated: {0}
+JsLineBreakpoint_MessageMarkerFormat=Line Breakpoint: {0} [line: {1}]
+JsThread_ThreadLabelFormat=JavaScript Thread ({0}){1}
+JsThread_ThreadLabelRunning=Running
+JsThread_ThreadLabelSuspended=Suspended
+ResourceManager_UnnamedScriptName=(program)
+StackFrame_NameFormat={0} [{1}:{2}]
+StackFrame_UnknownScriptName=<unknown>
+Variable_NotScalarOrObjectFormat=Not scalar or object: {0}
+Variable_NullTypeForAVariable=null type for a variable