diff --git a/mozilla/extensions/venkman/resources/locale/en-US/venkman.properties b/mozilla/extensions/venkman/resources/locale/en-US/venkman.properties index 5bfd135d5ee..897ce0f67ec 100644 --- a/mozilla/extensions/venkman/resources/locale/en-US/venkman.properties +++ b/mozilla/extensions/venkman/resources/locale/en-US/venkman.properties @@ -11,7 +11,7 @@ err.failure = Unclassified failure. msg.err.nostack = No stack msg.err.nosource = No source for current script msg.err.nocommand = No such command, ``%1$S'' -msg.err.notimeplemented = Sorry, ``%1$S'' has not been implemented +msg.err.notimplemented = Sorry, ``%1$S'' has not been implemented msg.err.ambigcommand = Ambiguous command, ``%1$S'', %2$S commands match [%3$S] msg.err.bp.noscript = No scripts loaded for ``%1$S'' msg.err.bp.noline = No scripts loaded for ``%1$S'' contain line %2$S @@ -58,6 +58,7 @@ msg.eval.threw = Caught exception: %1$S msg.hello = Welcome to ``venkman'', the JavaScript debugger. Visit chrome://venkman/content/tests/testpage.html for a sample debugging target. msg.tip.help = Use ``help '' for help on specific commands. msg.no.breakpoints.set = No breakpoints set. +msg.no.fbreaks.set = No future breakpoints set. msg.noproperties = %1$S has no properties. msg.no-commandmatch = No commands match ``%1$S''. msg.commandmatch = Commands matching ``%1$S'' are %2$S. @@ -67,8 +68,13 @@ msg.propsd.header = Properties of %1$S in debugger scope: msg.bp.header = %1$S breakpoints set: msg.bp.line = #%1$S %2$S:%3$S (%4$S scripts match) msg.bp.created = Breakpoint at %1$S:%2$S created (%3$S scripts match) -msg.bp.disabled = Breakpoint at %1$S:%2$S disabled (%3$S scripts match) +msg.bp.disabled = Breakpoint at %1$S:%2$S deleted (%3$S scripts match) msg.bp.exists = Breakpoint at %1$S:%2$S already set +msg.fbp.header = %1$S future breakpoints set: +msg.fbp.line = #%1$S %2$S:%3$S +msg.fbp.created = Future breakpoint at %1$S:%2$S created +msg.fbp.disabled = Future breakpoint at %1$S:%2$S deleted +msg.fbp.exists = Future breakpoint at %1$S:%2$S already set msg.source.line = %1$S: %2$S ## commands ## @@ -77,7 +83,7 @@ cmd.break.params = [ ] cmd.break.help = Set a breakpoint in the file named at the line number . can be a substring of the actual filename. If no parameters are specified all active breakpoints will be listed. See also: clear. cmd.clear = clear -cmd.clear.params = () | ( ) +cmd.clear.params = | cmd.clear.help = Clears breakpoint at index , or all breakpoints matching and . can be a substring of the actual filename. See also: break. cmd.commands = commands @@ -96,6 +102,14 @@ cmd.evald = evald cmd.evald.params =