1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<!ENTITY TinyJsd.Window "Window">
<!ENTITY TinyJsd.Page "Page">
<!ENTITY TinyJsd.Link "Link">
<!ENTITY TinyJsd.Edit "Edit">
<!ENTITY TinyJsd.Properties "Properties">
<!ENTITY TinyJsd.Indent "Indent">
<!ENTITY TinyJsd.UnIndent "Un Indent">
<!ENTITY TinyJsd.Break "Break">
<!ENTITY TinyJsd.UnBreak "Un Break">
<!ENTITY TinyJsd.Encode "Encode">
<!ENTITY TinyJsd.Decode "Decode">
<!ENTITY TinyJsd.Space "Spaces as tab">
<!ENTITY TinyJsd.Tab "Tab as spaces">
<!ENTITY TinyJsd.Wrap "Wrap">
<!ENTITY TinyJsd.UnWrap "Un Wrap">
<!ENTITY TinyJsd.help "?">
<!ENTITY TinyJsd.Alerts "Alerts">
<!ENTITY TinyJsd.Console "Console">
<!ENTITY TinyJsd.Close "Close">
<!ENTITY TinyJsd.Properties "Properties">
<!ENTITY TinyJsd.Copy "Copy">
<!ENTITY TinyJsd.SelectAll "Select All">
<!ENTITY TinyJsd.NewTab "New Tab">
<!ENTITY TinyJsd.cont "Continue">
<!ENTITY TinyJsd.stepInto "Step Into">
<!ENTITY TinyJsd.stepOver "Step Over">
<!ENTITY TinyJsd.stepOut "Step Out">
<!ENTITY TinyJsd.openWindow.label "Tiny JS Debugger">
<!ENTITY TinyJsd.openWindow.accesskey "J">
<!ENTITY TinyJsd.debuggerWindow.title "JavaScript Debugger">
<!ENTITY TinyJsd.breakpoints.title "Breakpoints">
<!ENTITY TinyJsd.command.title "Debugger Command">
<!ENTITY TinyJsd.command.placeholder "Type a debugger command.">
<!ENTITY TinyJsd.exec.button.label "Execute">
<!ENTITY TinyJsd.exec.button.accesskey "E">
<!ENTITY TinyJsd.jsunit.button.label "Execute JS Unit Test">
<!ENTITY TinyJsd.jsunit.button.accesskey "J">
<!ENTITY TinyJsd.clearResults.button "Clear Results">
<!ENTITY TinyJsd.stack.title "Stack">
<!ENTITY TinyJsd.results.title "Results">
<!ENTITY TinyJsd.scripts.title "Available Scripts">
<!ENTITY TinyJsd.scripts.search "Search">
<!ENTITY TinyJsd.sourcecode.title "Source Code">
<!ENTITY TinyJsd.scratchpad.title "Scratchpad">
<!ENTITY TinyJsd.scratchpad.placeholder "// Type your code here and hit Execute to run it.">
<!ENTITY TinyJsd.watchList.title "Watchlist">
<!ENTITY TinyJsd.watchList.variable "Variable">
<!ENTITY TinyJsd.watchList.value "Value">
<!ENTITY TinyJsd.menuFile.label "File">
<!ENTITY TinyJsd.menuFile.accesskey "F">
<!ENTITY TinyJsd.menuEdit.label "Edit">
<!ENTITY TinyJsd.menuEdit.accesskey "E">
<!ENTITY TinyJsd.menuEdit.find.label "Find">
<!ENTITY TinyJsd.menuEdit.find.accesskey "F">
<!ENTITY TinyJsd.menuEdit.findAgain.label "Find Again">
<!ENTITY TinyJsd.menuEdit.findAgain.accesskey "G">
<!ENTITY TinyJsd.menuDebug.label "Debug">
<!ENTITY TinyJsd.menuDebug.accesskey "D">
<!ENTITY TinyJsd.menuBreakpoint.label "Breakpoint">
<!ENTITY TinyJsd.menuBreakpoint.accesskey "B">
<!ENTITY TinyJsd.menuWatchlist.label "Watchlist">
<!ENTITY TinyJsd.menuWatchlist.accesskey "W">
<!ENTITY TinyJsd.menuDebug.cont.label "Continue">
<!ENTITY TinyJsd.menuDebug.stepOver.label "Step Over">
<!ENTITY TinyJsd.menuDebug.stepInto.label "Step Into">
<!ENTITY TinyJsd.menuDebug.stepOut.label "Step Out">
<!ENTITY TinyJsd.menuDebug.noExceptions.label "Ignore Exceptions">
<!ENTITY TinyJsd.menuDebug.traceExceptions.label "Trace Exceptions">
<!ENTITY TinyJsd.menuDebug.stopExceptions.label "Stop on Exceptions">
<!ENTITY TinyJsd.menuDebug.stopDebuggerKeyword.label "Stop on 'debugger' keyword">
<!ENTITY TinyJsd.menuDebug.noErrors.label "Ignore Errors">
<!ENTITY TinyJsd.menuDebug.traceErrors.label "Trace Errors">
<!ENTITY TinyJsd.menuDebug.stopErrors.label "Stop on Errors">
<!ENTITY TinyJsd.menuDebug.cont.accesskey "C">
<!ENTITY TinyJsd.menuDebug.stepOver.accesskey "O">
<!ENTITY TinyJsd.menuDebug.stepInto.accesskey "I">
<!ENTITY TinyJsd.menuDebug.stepOut.accesskey "S">
<!ENTITY TinyJsd.menuDebug.noExceptions.accesskey "G">
<!ENTITY TinyJsd.menuDebug.traceExceptions.accesskey "T">
<!ENTITY TinyJsd.menuDebug.stopExceptions.accesskey "P">
<!ENTITY TinyJsd.menuDebug.noErrors.accesskey "N">
<!ENTITY TinyJsd.menuDebug.traceErrors.accesskey "E">
<!ENTITY TinyJsd.menuDebug.stopErrors.accesskey "P">
<!ENTITY TinyJsd.menuDebug.stopDebuggerKeyword.accesskey "D">
<!ENTITY TinyJsd.menuView.label "View">
<!ENTITY TinyJsd.menuView.zoomOut.label "Zoom out">
<!ENTITY TinyJsd.menuView.zoomIn.label "Zoom in">
<!ENTITY TinyJsd.menuView.zoomReset.label "Reset zoom">
<!ENTITY TinyJsd.menuView.zoomOut.accesskey "O">
<!ENTITY TinyJsd.menuView.zoomIn.accesskey "I">
<!ENTITY TinyJsd.menuView.zoomReset.accesskey "R">
<!ENTITY TinyJsd.ctx_menuFile.openFile "Open File">
<!ENTITY TinyJsd.ctx_menuWl.addWatchlist "Add Watch Expression ...">
<!ENTITY TinyJsd.ctx_menuWl.deleteWatchlist "Remove Watch">
<!ENTITY TinyJsd.ctx_menuStack.setContext "Set Debugging Context">
<!ENTITY TinyJsd.ctx_menuBp.deleteBreakpoint "Remove Breakpoint">
<!ENTITY TinyJsd.ctx_menuSource.addWlItem "Add Watchlist Item">
<!ENTITY TinyJsd.menuBreakpoint.add.label "Add Breakpoint ...">
<!ENTITY TinyJsd.menuBreakpoint.add.accesskey "A">
<!ENTITY TinyJsd.menuBreakpoint.props.label "Conditional Breakpoint ...">
<!ENTITY TinyJsd.menuBreakpoint.props.accesskey "C">
<!ENTITY TinyJsd.menuBreakpoint.delete.label "Remove Selected Breakpoints">
<!ENTITY TinyJsd.menuBreakpoint.delete.accesskey "R">
<!ENTITY TinyJsd.menuBreakpoint.deleteAll.label "Remove All Breakpoints">
<!ENTITY TinyJsd.menuBreakpoint.deleteAll.accesskey "M">
<!ENTITY TinyJsd.menuWatchlist.add.label "Add Watch Item ...">
<!ENTITY TinyJsd.menuWatchlist.add.accesskey "A">
<!ENTITY TinyJsd.menuWatchlist.delete.label "Remove Selected Watch Items">
<!ENTITY TinyJsd.menuWatchlist.delete.accesskey "R">
<!ENTITY TinyJsd.menuWatchlist.deleteAll.label "Remove All Watches">
<!ENTITY TinyJsd.menuWatchlist.deleteAll.accesskey "M">
<!ENTITY tinyJsdBreakpoint.mainWindow.title "Breakpoint Conditions">
<!ENTITY tinyJsdBreakpoint.mainWindow.filename "Filename">
<!ENTITY tinyJsdBreakpoint.mainWindow.fnplaceholder "Please enter a file name or URI">
<!ENTITY tinyJsdBreakpoint.mainWindow.linenum "Line number">
<!ENTITY tinyJsdBreakpoint.mainWindow.condCheckbox "Skip breakpoint if the following function returns false">
<!ENTITY tinyJsdBreakpoint.mainWindow.condGroup "Conditional Breakpoint">
|