diff --git a/extensions/venkman/resources/locale/en-US/venkman.properties b/extensions/venkman/resources/locale/en-US/venkman.properties index 450b7ed3930..f46cbd91608 100644 --- a/extensions/venkman/resources/locale/en-US/venkman.properties +++ b/extensions/venkman/resources/locale/en-US/venkman.properties @@ -1,7 +1,7 @@ ## exception descriptions ## err.notimplemented = Not implemented -err.required.param = Missing required parameter ``%1$S'' -err.invalid.param = Invalid value for parameter ``%1$S'' +err.required.param = Missing required parameter %1$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 @@ -9,16 +9,20 @@ err.subscript.load = Error loading subscript from %1$S, %2$S, line %3$S: %4$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 = +msg.val.console = +msg.val.object = +msg.val.expression = + +## words ## msg.val.breakpoint = breakpoint msg.val.debug = error handler msg.val.debugger = debugger keyword msg.val.throw = thrown exception -msg.val.unknown = msg.val.scope = scope -msg.val.console = ## types ## msg.type.native = native @@ -54,24 +58,43 @@ msg.commandmatch.all = Implemented commands are %1$S. cmd.commands = commands cmd.commands.params = [] cmd.commands.help = Lists all command names matching , or all command names if pattern is not specified. + cmd.cont = cont cmd.cont.params = cmd.cont.help = Continue execution of the debug target. + cmd.eval = eval cmd.eval.params =