mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
- not built -
add new error messages, whitespace changes
This commit is contained in:
parent
50be851ee8
commit
c6834d7543
@ -1,58 +1,61 @@
|
||||
## exception descriptions ##
|
||||
err.notimplemented = Not implemented
|
||||
err.required.param = Missing required parameter %1$S
|
||||
err.invalid.param = Invalid value for parameter %1$S (%2$S)
|
||||
err.invalid.param = Invalid value for parameter %1$S (%2$S)
|
||||
# 1 url, 2 fileName, 3 lineNumber, 4 reason
|
||||
err.subscript.load = Error loading subscript from %1$S, %2$S, line %3$S: %4$S
|
||||
err.no.debugger = JS Debugger Service is not installed.
|
||||
|
||||
## error messages ##
|
||||
msg.err.nostack = No stack
|
||||
msg.err.nocommand = No such command, ``%1$S''
|
||||
msg.err.nostack = No stack
|
||||
msg.err.nocommand = No such command, ``%1$S''
|
||||
msg.err.notimeplemented = Sorry, ``%1$S'' has not been implemented
|
||||
msg.err.ambigcommand = Ambiguous command, ``%1$S'', %2$S commands match [%3$S]
|
||||
msg.err.ambigcommand = Ambiguous command, ``%1$S'', %2$S commands match [%3$S]
|
||||
|
||||
## "values" ##
|
||||
msg.val.unknown = <unknown>
|
||||
msg.val.console = <console>
|
||||
msg.val.object = <object>
|
||||
msg.val.expression = <expression>
|
||||
msg.val.unknown = <unknown>
|
||||
msg.val.console = <console>
|
||||
msg.val.object = <object>
|
||||
msg.val.expression = <expression>
|
||||
|
||||
## words ##
|
||||
msg.val.breakpoint = breakpoint
|
||||
msg.val.debug = error handler
|
||||
msg.val.debugger = debugger keyword
|
||||
msg.val.throw = thrown exception
|
||||
msg.val.scope = scope
|
||||
msg.val.breakpoint = breakpoint
|
||||
msg.val.debug = error handler
|
||||
msg.val.debugger = debugger keyword
|
||||
msg.val.throw = thrown exception
|
||||
msg.val.scope = scope
|
||||
|
||||
## types ##
|
||||
msg.type.native = native
|
||||
msg.type.primitive = primitive
|
||||
msg.type.class = class
|
||||
msg.type.int = integer
|
||||
msg.type.double = double
|
||||
msg.type.function = function
|
||||
msg.type.null = null
|
||||
msg.type.object = object
|
||||
msg.type.string = string
|
||||
msg.type.void = void
|
||||
msg.type.unknown = unknown
|
||||
msg.type.native = native
|
||||
msg.type.primitive = primitive
|
||||
msg.type.class = class
|
||||
msg.type.int = integer
|
||||
msg.type.double = double
|
||||
msg.type.function = function
|
||||
msg.type.null = null
|
||||
msg.type.object = object
|
||||
msg.type.string = string
|
||||
msg.type.void = void
|
||||
msg.type.unknown = unknown
|
||||
msg.type.properties = properties
|
||||
msg.type.line = line
|
||||
msg.type.line = line
|
||||
|
||||
## messages ##
|
||||
msg.stop = Stopped for %1$S.
|
||||
msg.cont = Continuing from %1$S.
|
||||
msg.subscript.load = Subscript %1$S loaded.
|
||||
msg.stop = Stopped for %1$S.
|
||||
msg.cont = Continuing from %1$S.
|
||||
msg.subscript.load = Subscript %1$S loaded.
|
||||
# 1 exception name, 2 fileName, 3 lineNumber
|
||||
msg.eval.error = %1$S: %2$S, line %3$S
|
||||
msg.eval.threw = Caught exception: %1$S
|
||||
msg.hello.1 = Welcome to ``venkman'', the JavaScript debugger. Visit
|
||||
msg.hello.2 = for a sample debugging target.
|
||||
msg.tip.help = Use /help <command-name> for help on specific commands.
|
||||
msg.noproperties = %1$S has no properties.
|
||||
msg.no-commandmatch = No commands match ``%1$S''.
|
||||
msg.commandmatch = Commands matching ``%1$S'' are %2$S.
|
||||
msg.eval.error = %1$S: %2$S, line %3$S
|
||||
msg.eval.threw = Caught exception: %1$S
|
||||
msg.hello.1 = Welcome to ``venkman'', the JavaScript debugger. Visit
|
||||
msg.hello.2 = for a sample debugging target.
|
||||
msg.tip.help = Use /help <command-name> for help on specific commands.
|
||||
msg.noproperties = %1$S has no properties.
|
||||
msg.no-commandmatch = No commands match ``%1$S''.
|
||||
msg.commandmatch = Commands matching ``%1$S'' are %2$S.
|
||||
msg.commandmatch.all = Implemented commands are %1$S.
|
||||
msg.props.header = Properties of %1$S in debug target scope:
|
||||
msg.propsd.header = Properties of %1$S in debugger scope:
|
||||
|
||||
## commands ##
|
||||
cmd.commands = commands
|
||||
|
Loading…
Reference in New Issue
Block a user