org.chromium.debug.core/src/org/chromium/debug/core/model/messages.properties
author TasneemS@US-TASNEEMS
Wed, 23 Dec 2009 17:13:18 -0800
changeset 2 e4420d2515f1
child 52 f577ea64429e
permissions -rw-r--r--
Initial version of WRT Debugger.

# 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