org.chromium.debug.core/bin/org/chromium/debug/core/model/messages.properties
changeset 2 e4420d2515f1
equal deleted inserted replaced
1:ef76fc2ac88c 2:e4420d2515f1
       
     1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
       
     2 # Use of this source code is governed by a BSD-style license that can be
       
     3 # found in the LICENSE file.
       
     4 
       
     5 ChromiumTabSelectionDialog_DialogTitle=Select Tab to Debug
       
     6 ChromiumTabSelectionDialog_IdColumnName=ID
       
     7 ChromiumTabSelectionDialog_TableTitle=Available Tabs
       
     8 ChromiumTabSelectionDialog_UrlColumnName=Tab URL
       
     9 ConnectionLoggerImpl_ReceivedFromChrome=Received from Chrome:
       
    10 ConnectionLoggerImpl_SentToChrome=Sent to Chrome:
       
    11 DebugTargetImpl_BadResultWhileDisconnecting=Received bad result from browser while disconnecting
       
    12 DebugTargetImpl_CannotStartMultipleDebuggers=Cannot start more than one instance of debugger
       
    13 DebugTargetImpl_Caught=Caught
       
    14 DebugTargetImpl_FailedToStartSocketConnection=Failed to start socket transport
       
    15 DebugTargetImpl_LogExceptionFormat={0} {1} (in {2}:{3}): {4}
       
    16 DebugTargetImpl_TargetName=Chromium
       
    17 DebugTargetImpl_Uncaught=Uncaught
       
    18 JavascriptVmEmbedderFactory_TargetName0=Remote "{0}" embedding V8 {1}
       
    19 JavascriptVmEmbedderFactory_Terminated=terminated
       
    20 JavascriptVmEmbedderFactory_TerminatedWithReason=terminated: {0}
       
    21 JsLineBreakpoint_MessageMarkerFormat=Line Breakpoint: {0} [line: {1}]
       
    22 JsThread_ThreadLabelFormat=JavaScript Thread ({0}){1}
       
    23 JsThread_ThreadLabelRunning=Running
       
    24 JsThread_ThreadLabelSuspended=Suspended
       
    25 ResourceManager_UnnamedScriptName=(program)
       
    26 StackFrame_NameFormat={0} [{1}:{2}]
       
    27 StackFrame_UnknownScriptName=<unknown>
       
    28 Variable_NotScalarOrObjectFormat=Not scalar or object: {0}
       
    29 Variable_NullTypeForAVariable=null type for a variable