debugger.properties (56045B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # LOCALIZATION NOTE These strings are used inside the Debugger 6 # which is available from the Browser Tools sub-menu -> 'Debugger'. 7 # The correct localization of this file might be to keep it in 8 # English, or another language commonly spoken among web developers. 9 # You want to make that choice consistent across the developer tools. 10 # A good criteria is the language in which you'd find the best 11 # documentation on web development on the web. 12 13 # LOCALIZATION NOTE (collapseSources): This is the tooltip for the button 14 # that collapses the Sources and Outlines panes in the debugger UI. 15 collapseSources=Collapse Sources and Outline panes 16 17 # LOCALIZATION NOTE (collapseBreakpoints): This is the tooltip for the button 18 # that collapses the Breakpoints panes in the debugger UI. 19 collapseBreakpoints=Collapse Breakpoints pane 20 21 # LOCALIZATION NOTE (copyToClipboard.label): This is the text that appears in the 22 # context menu to copy the text that the user selected. 23 copyToClipboard.label=Copy to clipboard 24 copyToClipboard.accesskey=C 25 26 # LOCALIZATION NOTE (copySource.label): This is the text that appears in the 27 # context menu to copy all of the text in the open file. 28 copySource.label=Copy source text 29 copySource.accesskey=y 30 31 # LOCALIZATION NOTE (copySourceUri2): This is the text that appears in the 32 # context menu to copy the source URI of file open. 33 copySourceUri2=Copy source URI 34 copySourceUri2.accesskey=u 35 36 # LOCALIZATION NOTE (collapseAll.label): This is the text that appears in the 37 # context menu to collapse a directory and all of its subdirectories. 38 collapseAll.label=Collapse all 39 40 # LOCALIZATION NOTE (expandAll.label): This is the text that appears in the 41 # context menu to expand a directory and all of its subdirectories. 42 expandAll.label=Expand all 43 44 # LOCALIZATION NOTE (setDirectoryRoot.label): This is the text that appears in the 45 # context menu to set a directory as root directory 46 setDirectoryRoot.label=Set directory root 47 setDirectoryRoot.accesskey=r 48 49 # LOCALIZATION NOTE (removeDirectoryRoot.label): This is the text that appears in the 50 # context menu to remove a directory as root directory 51 removeDirectoryRoot.label=Remove directory root 52 53 # LOCALIZATION NOTE (removeDirectoryRoot.tooltip.label): This is the text that appears in the 54 # tooltip of the directory root header 55 directoryRoot.tooltip.label=Directory root set to %S 56 57 # LOCALIZATION NOTE (ignoreAll.label): Text associated with the ignore context menu item 58 ignoreAll.label=Ignore 59 60 # LOCALIZATION NOTE (ignoreAllInGroup.label): This is the text that appears in the 61 # context submenu to ignore all files inside of the selected group 62 ignoreAllInGroup.label=Ignore files in this group 63 64 # LOCALIZATION NOTE (unignoreAllInGroup.label): This is the text that appears in the 65 # context submenu to unignore all files inside of the selected group 66 unignoreAllInGroup.label=Unignore files in this group 67 68 # LOCALIZATION NOTE (ignoreAllOutsideGroup.label): This is the text that appears in the 69 # context submenu to ignore all files outside of the selected group 70 ignoreAllOutsideGroup.label=Ignore files outside this group 71 72 # LOCALIZATION NOTE (unignoreAllOutsideGroup.label): This is the text that appears in the 73 # context submenu to unignore all files outside of the selected group 74 unignoreAllOutsideGroup.label=Unignore files outside this group 75 76 # LOCALIZATION NOTE (ignoreAllInDir.label): This is the text that appears in the 77 # context submenu to ignore all files inside of the selected directory 78 ignoreAllInDir.label=Ignore files in this directory 79 80 # LOCALIZATION NOTE (unignoreAllInDir.label): This is the text that appears in the 81 # context submenu to unignore all files inside of the selected directory 82 unignoreAllInDir.label=Unignore files in this directory 83 84 # LOCALIZATION NOTE (ignoreAllOutsideDir.label): This is the text that appears in the 85 # context submenu to ignore all files outside of the selected directory 86 ignoreAllOutsideDir.label=Ignore files outside this directory 87 88 # LOCALIZATION NOTE (unignoreAllOutsideDir.label: This is the text that appears in the 89 # context submenu to unignore all files outside of the selected directory 90 unignoreAllOutsideDir.label=Unignore files outside this directory 91 92 # LOCALIZATION NOTE (copyFunction.label): This is the text that appears in the 93 # context menu to copy the function the user selected 94 copyFunction.label=Copy function 95 copyFunction.accesskey=F 96 97 # LOCALIZATION NOTE (copyStackTrace): This is the text that appears in the 98 # context menu to copy the stack trace methods, file names and row number. 99 copyStackTrace=Copy stack trace 100 copyStackTrace.accesskey=c 101 102 # LOCALIZATION NOTE (restartFrame): This is the text that appears in the 103 # context menu to restart a frame. 104 restartFrame=Restart frame 105 restartFrame.accesskey=r 106 107 # LOCALIZATION NOTE (expandSources): This is the tooltip for the button 108 # that expands the Sources and Outlines panes in the debugger UI. 109 expandSources=Expand Sources and Outline panes 110 111 # LOCALIZATION NOTE (expandBreakpoints): This is the tooltip for the button 112 # that expands the Breakpoints panes in the debugger UI. 113 expandBreakpoints=Expand Breakpoints pane 114 115 # LOCALIZATION NOTE (evaluateInConsole.label): Editor right-click menu item 116 # to execute selected text in browser console. 117 evaluateInConsole.label=Evaluate in console 118 119 # LOCALIZATION NOTE (pauseButtonTooltip): The tooltip that is displayed for the pause 120 # button when the debugger is in a running state. 121 pauseButtonTooltip=Pause %S 122 123 # LOCALIZATION NOTE (pausePendingButtonTooltip): The tooltip that is displayed for 124 # the pause button after it's been clicked but before the next JavaScript to run. 125 pausePendingButtonTooltip=Waiting for next execution 126 127 # LOCALIZATION NOTE (resumeButtonTooltip): The label that is displayed on the pause 128 # button when the debugger is in a paused state. 129 resumeButtonTooltip=Resume %S 130 131 # LOCALIZATION NOTE (stepOverTooltip): The label that is displayed on the 132 # button that steps over a function call. 133 stepOverTooltip=Step over %S 134 135 # LOCALIZATION NOTE (stepInTooltip): The label that is displayed on the 136 # button that steps into a function call. 137 stepInTooltip=Step in %S 138 139 # LOCALIZATION NOTE (stepOutTooltip): The label that is displayed on the 140 # button that steps out of a function call. 141 stepOutTooltip=Step out %S 142 143 # LOCALIZATION NOTE (skipPausingTooltip.label): The tooltip text for disabling all 144 # breakpoints and pausing triggers 145 skipPausingTooltip.label=Deactivate breakpoints 146 147 # LOCALIZATION NOTE (undoSkipPausingTooltip.label): The tooltip text for enabling all 148 # breakpoints and pausing triggers 149 undoSkipPausingTooltip.label=Activate breakpoints 150 151 # LOCALIZATION NOTE (pauseOnDebuggerStatement): The pause on debugger statement checkbox label 152 pauseOnDebuggerStatement=Pause on debugger statement 153 154 # LOCALIZATION NOTE (pauseOnExceptionsItem2): The pause on exceptions checkbox description 155 # when the debugger will pause on all exceptions. 156 pauseOnExceptionsItem2=Pause on exceptions 157 158 # LOCALIZATION NOTE (pauseOnCaughtExceptionsItem): The pause on exceptions checkbox description 159 # when the debugger should pause on caught exceptions 160 pauseOnCaughtExceptionsItem=Pause on caught exceptions 161 162 # LOCALIZATION NOTE (threadsHeader): The text to describe the threads header 163 threadsHeader=Threads 164 165 # LOCALIZATION NOTE (mainThread): The text to describe the thread of the 166 # program as opposed to worker threads. 167 mainThread=Main Thread 168 169 # LOCALIZATION NOTE (pausedThread): The text to describe the status of paused threads 170 pausedThread=paused 171 172 # LOCALIZATION NOTE (noSourcesText): The text to display in the sources list 173 # when there are no sources. 174 noSourcesText=This page has no sources. 175 176 # LOCALIZATION NOTE (noSourcesInDirectoryRootText): The text to display in the sources list 177 # when there are no sources in the current directory root. 178 noSourcesInDirectoryRootText=This page has no sources in the current directory root. 179 180 # LOCALIZATION NOTE (ignoredSourcesHidden): Notification message displayed in the 181 # sources list footer when ignored sources are hidden. 182 ignoredSourcesHidden=Ignored sources are hidden. 183 184 # LOCALIZATION NOTE (showIgnoredSources): Notification button displayed in the 185 # source next to the "ignored sources are hidden" string. Clicking on this link 186 # shows all the ignored sources which are currently hidden. 187 showIgnoredSources=Show all sources 188 189 # LOCALIZATION NOTE (showIgnoredSources.tooltip.label): Message displayed in the tooltip of the notification 190 # link displayed in the sources list footer when ignored sources are hidden. 191 showIgnoredSources.tooltip.label=This will show all the ignored sources (which are currently hidden) in the tree. 192 193 # LOCALIZATION NOTE (eventListenersHeader1): The text to display in the events 194 # header. 195 eventListenersHeader1=Event Listener Breakpoints 196 197 # LOCALIZATION NOTE (noDomMutationBreakpoints): The text to 198 # display in the DOM Mutation Breakpoints pane when there are no events. 199 # %S will be replaced by an active link using inspectorTool as text 200 noDomMutationBreakpoints=Right click an element in the %S and select “Break on…” to add a breakpoint 201 202 # LOCALIZATION NOTE (inspectorTool): The text to describe the the Inspector tool 203 inspectorTool=Inspector 204 205 # LOCALIZATION NOTE (eventListenersHeader1.placeholder): The placeholder text in 206 # the event search input bar 207 eventListenersHeader1.placeholder=Filter by event type 208 209 # LOCALIZATION NOTE (domMutationHeader): The text to display in the 210 # DOM Mutation Breakpoints header 211 domMutationHeader=DOM Mutation Breakpoints 212 213 # LOCALIZATION NOTE (domMutationTypes.attribute): The text to display in the 214 # DOM Mutation Breakpoints panel for an attribute change 215 domMutationTypes.attribute=Attribute Modification 216 217 # LOCALIZATION NOTE (domMutationTypes.removal): The text to display in the 218 # DOM Mutation Breakpoints panel for a DOM node removal 219 domMutationTypes.removal=Node Removal 220 221 # LOCALIZATION NOTE (domMutationTypes.subtree): The text to display in the 222 # DOM Mutation Breakpoints panel for a DOM subtree change 223 domMutationTypes.subtree=Subtree Modification 224 225 # LOCALIZATION NOTE (sources.search.key2): Key shortcut to open the search for 226 # searching all the source files the debugger has seen. 227 # Do not localize "CmdOrCtrl+P", or change the format of the string. These are 228 # key identifiers, not messages displayed to the user. 229 sources.search.key2=CmdOrCtrl+P 230 231 # LOCALIZATION NOTE (sources.search.alt.key): A second key shortcut to open the 232 # search for searching all the source files the debugger has seen. 233 # Do not localize "CmdOrCtrl+O", or change the format of the string. These are 234 # key identifiers, not messages displayed to the user. 235 sources.search.alt.key=CmdOrCtrl+O 236 237 # LOCALIZATION NOTE (projectTextSearch.key): A key shortcut to open the 238 # full project text search for searching all the files the debugger has seen. 239 # Do not localize "CmdOrCtrl+Shift+F", or change the format of the string. These are 240 # key identifiers, not messages displayed to the user. 241 projectTextSearch.key=CmdOrCtrl+Shift+F 242 243 # LOCALIZATION NOTE (allShortcut.key): A key shortcut to open the 244 # modal of full shortcuts list. 245 # Do not localize "CmdOrCtrl+/", or change the format of the string. These are 246 # key identifiers, not messages displayed to the user. 247 allShortcut.key=CmdOrCtrl+/ 248 249 # LOCALIZATION NOTE (functionSearch.key): A key shortcut to open the 250 # modal for searching functions in a file. 251 # Do not localize "CmdOrCtrl+Shift+O", or change the format of the string. These are 252 # key identifiers, not messages displayed to the user. 253 functionSearch.key=CmdOrCtrl+Shift+O 254 255 # LOCALIZATION NOTE (toggleBreakpoint.key): A key shortcut to toggle 256 # breakpoints. 257 # Do not localize "CmdOrCtrl+B", or change the format of the string. These are 258 # key identifiers, not messages displayed to the user. 259 toggleBreakpoint.key=CmdOrCtrl+B 260 261 # LOCALIZATION NOTE (toggleCondPanel.breakpoint.key): A key shortcut to toggle 262 # the conditional panel for breakpoints. 263 # Do not localize "CmdOrCtrl+Shift+B", or change the format of the string. These are 264 # key identifiers, not messages displayed to the user. 265 toggleCondPanel.breakpoint.key=CmdOrCtrl+Shift+B 266 267 # LOCALIZATION NOTE (toggleCondPanel.logPoint.key): A key shortcut to toggle 268 # the conditional panel for log points. 269 # Do not localize "CmdOrCtrl+Shift+Y", or change the format of the string. These are 270 # key identifiers, not messages displayed to the user. 271 toggleCondPanel.logPoint.key=CmdOrCtrl+Shift+Y 272 273 # LOCALIZATION NOTE (stepOut.key): A key shortcut to 274 # step out. 275 stepOut.key=Shift+F11 276 277 # LOCALIZATION NOTE (shortcuts.header.editor): Sections header in 278 # the shortcuts modal for keyboard shortcuts related to editing. 279 shortcuts.header.editor=Editor 280 281 # LOCALIZATION NOTE (shortcuts.header.stepping): Sections header in 282 # the shortcuts modal for keyboard shortcuts related to stepping. 283 shortcuts.header.stepping=Stepping 284 285 # LOCALIZATION NOTE (shortcuts.header.search): Sections header in 286 # the shortcuts modal for keyboard shortcuts related to search. 287 shortcuts.header.search=Search 288 289 # LOCALIZATION NOTE (projectTextSearch.placeholder): A placeholder shown 290 # when searching across all of the files in a project. 291 projectTextSearch.placeholder=Find in files… 292 293 # LOCALIZATION NOTE (projectTextSearch.excludePatterns.label): A label shown 294 # above the exclude patterns field when searching across all of the files in a project. 295 projectTextSearch.excludePatterns.label=files to exclude 296 297 # LOCALIZATION NOTE (projectTextSearch.excludePatterns.placeholder): A placeholder shown 298 # for the exclude patterns field when searching across all of the files in a project. 299 projectTextSearch.excludePatterns.placeholder=e.g. **/node_modules/**,app.js 300 301 # LOCALIZATION NOTE (projectTextSearch.noResults): The center pane Text Search 302 # message when the query did not match any text of all files in a project. 303 projectTextSearch.noResults=No results found 304 305 # LOCALIZATION NOTE (projectTextSearch.pageNavigated): Tooltip shown on the refresh 306 # button, only when it is highlighted because the page navigated to a new document 307 # and the results might be obsolete. 308 projectTextSearch.refreshButtonTooltip=Click to refresh search results 309 310 # LOCALIZATION NOTE (projectTextSearch.pageNavigated): Tooltip shown on the refresh 311 # button, only when it is highlighted because the page navigated to a new document 312 # and the results might be obsolete. 313 projectTextSearch.refreshButtonTooltipOnNavigation=The page navigated to a new document. Click to refresh search results 314 315 # LOCALIZATION NOTE (projectTextSearch.sourceNoLongerAvailable): Tooltip message shown 316 # on Text Search results when the related source no longer exists. 317 # This typically happens after navigating or reloading the page and search results are obsolete. 318 projectTextSearch.sourceNoLongerAvailable=This source is no longer available.\nRefresh the search to have latest sources. 319 320 # LOCALIZATION NOTE (sourceSearch.search.key2): Key shortcut to open the search 321 # for searching within a the currently opened files in the editor 322 # Do not localize "CmdOrCtrl+F", or change the format of the string. These are 323 # key identifiers, not messages displayed to the user. 324 sourceSearch.search.key2=CmdOrCtrl+F 325 326 # LOCALIZATION NOTE (sourceSearch.search.placeholder): placeholder text in 327 # the source search input bar 328 sourceSearch.search.placeholder=Search in file… 329 330 # LOCALIZATION NOTE (sourceSearch.search.placeholder2): placeholder text in 331 # the source search input bar 332 sourceSearch.search.placeholder2=Find in file… 333 334 # LOCALIZATION NOTE (sourceSearch.resultsSummary2): Semi-colon list of plural forms. 335 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 336 # Shows a summary of the number of matches for autocomplete 337 sourceSearch.resultsSummary2=#1 result;#1 results 338 339 # LOCALIZATION NOTE (breakpointHeadingMenuItem.*): The text for all the elements 340 # that are displayed in the breakpoint headings menu item popup. 341 breakpointHeadingsMenuItem.enableInSource.label=Enable breakpoints 342 breakpointHeadingsMenuItem.enableInSource.accesskey=E 343 breakpointHeadingsMenuItem.disableInSource.label=Disable breakpoints 344 breakpointHeadingsMenuItem.disableInSource.accesskey=D 345 breakpointHeadingsMenuItem.removeInSource.label=Remove breakpoints 346 breakpointHeadingsMenuItem.removeInSource.accesskey=R 347 348 # LOCALIZATION NOTE (breakpointMenuItem): The text for all the elements that 349 # are displayed in the breakpoints menu item popup. 350 breakpointMenuItem.enableSelf2.label=Enable 351 breakpointMenuItem.enableSelf2.accesskey=E 352 breakpointMenuItem.disableSelf2.label=Disable 353 breakpointMenuItem.disableSelf2.accesskey=D 354 breakpointMenuItem.deleteSelf2.label=Remove 355 breakpointMenuItem.deleteSelf2.accesskey=R 356 breakpointMenuItem.disabledbg.label=Never pause here 357 breakpointMenuItem.enabledbg.label=Pause here 358 breakpointMenuItem.enableOthers2.label=Enable others 359 breakpointMenuItem.enableOthers2.accesskey=o 360 breakpointMenuItem.disableOthers2.label=Disable others 361 breakpointMenuItem.disableOthers2.accesskey=s 362 breakpointMenuItem.deleteOthers2.label=Remove others 363 breakpointMenuItem.deleteOthers2.accesskey=h 364 breakpointMenuItem.enableAll2.label=Enable all 365 breakpointMenuItem.enableAll2.accesskey=b 366 breakpointMenuItem.disableAll2.label=Disable all 367 breakpointMenuItem.disableAll2.accesskey=k 368 breakpointMenuItem.deleteAll2.label=Remove all 369 breakpointMenuItem.deleteAll2.accesskey=a 370 breakpointMenuItem.removeCondition2.label=Remove condition 371 breakpointMenuItem.removeCondition2.accesskey=c 372 breakpointMenuItem.addCondition2.label=Add condition 373 breakpointMenuItem.addCondition2.accesskey=A 374 breakpointMenuItem.editCondition2.label=Edit condition 375 breakpointMenuItem.editCondition2.accesskey=n 376 breakpointMenuItem.enableSelf=Enable breakpoint 377 breakpointMenuItem.disableSelf=Disable breakpoint 378 breakpointMenuItem.deleteSelf=Remove breakpoint 379 breakpointMenuItem.enableOthers=Enable others 380 breakpointMenuItem.disableOthers=Disable others 381 breakpointMenuItem.deleteOthers=Remove others 382 breakpointMenuItem.enableAll=Enable all breakpoints 383 breakpointMenuItem.disableAll=Disable all breakpoints 384 breakpointMenuItem.deleteAll=Remove all breakpoints 385 breakpointMenuItem.disableAllAtLine.label=Disable breakpoints on line 386 breakpointMenuItem.disableAllAtLine.accesskey=K 387 breakpointMenuItem.enableAllAtLine.label=Enable breakpoints on line 388 breakpointMenuItem.enableAllAtLine.accesskey=L 389 breakpointMenuItem.removeAllAtLine.label=Remove breakpoints on line 390 breakpointMenuItem.removeAllAtLine.accesskey=X 391 392 # LOCALIZATION NOTE (breakpoints.header): Breakpoints right sidebar pane header. 393 breakpoints.header=Breakpoints 394 395 # LOCALIZATION NOTE (breakpoints.removeBreakpointTooltip): The tooltip that is displayed 396 # for remove breakpoint button in right sidebar 397 breakpoints.removeBreakpointTooltip=Remove breakpoint 398 399 # LOCALIZATION NOTE (callStack.header): Call Stack right sidebar pane header. 400 callStack.header=Call stack 401 402 # LOCALIZATION NOTE (callStack.notPaused): Call Stack right sidebar pane 403 # message when not paused. 404 callStack.notPaused=Not paused 405 406 # LOCALIZATION NOTE (callStack.collapse): Call Stack right sidebar pane 407 # message to hide some of the frames that are shown. 408 callStack.collapse=Collapse rows 409 410 # LOCALIZATION NOTE (callStack.expand): Call Stack right sidebar pane 411 # message to show more of the frames. 412 callStack.expand=Expand rows 413 414 # LOCALIZATION NOTE (callStack.group.expandTooltip): The text that will appear 415 # when hovering a collapsed Group of frames in the callStack panel. `frames` is 416 # always plural since a group can only exist if it contain more that 1 frame. 417 # %S is replaced by the name of the library of the frames in the group. 418 # example: `Show React frames`. 419 callStack.group.expandTooltip=Show %S frames 420 421 # LOCALIZATION NOTE (callStack.group.collapseTooltip): The text that will appear 422 # when hovering an expanded Group of frames in the callStack panel. `frames` is 423 # always plural since a group can only exist if it contain more that 1 frame. 424 # %S is replaced by the name of the library of the frames in the group. 425 # example: `Collapse React frames`. 426 callStack.group.collapseTooltip=Collapse %S frames 427 428 # LOCALIZATION NOTE (callStack.group.collapseTooltipWithSelectedFrame): The text that will appear 429 # when hovering an expanded Group of frames in the callStack panel. `frames` is 430 # always plural since a group can only exist if it contain more that 1 frame. 431 # %S is replaced by the name of the library of the frames in the group. 432 # example: `Select a non-group frame to collapse React frames`. 433 callStack.group.collapseTooltipWithSelectedFrame=Select a non-group frame to collapse %S frames 434 435 # LOCALIZATION NOTE (editor.searchResults1): Semi-colon list of plural forms. 436 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 437 # Editor Search bar message to summarize the selected search result. e.g. 5 of 10 results. 438 editor.searchResults1=%d of #1 result;%d of #1 results 439 440 # LOCALIZATION NOTE (editor.noResultsFound): Editor Search bar message 441 # for when no results found. 442 editor.noResultsFound=No results found 443 444 # LOCALIZATION NOTE (editor.searchResults.nextResult): Editor Search bar 445 # tooltip for traversing to the Next Result 446 editor.searchResults.nextResult=Next result 447 448 # LOCALIZATION NOTE (editor.searchResults.prevResult): Editor Search bar 449 # tooltip for traversing to the Previous Result 450 editor.searchResults.prevResult=Previous result 451 452 # LOCALIZATION NOTE (editor.continueToHere.label): Editor gutter context 453 # menu item for jumping to a new paused location 454 editor.continueToHere.label=Continue to here 455 editor.continueToHere.accesskey=H 456 457 # LOCALIZATION NOTE (editor.addBreakpoint): Editor gutter context menu item 458 # for adding a breakpoint on a line. 459 editor.addBreakpoint=Add breakpoint 460 461 # LOCALIZATION NOTE (editor.disableBreakpoint): Editor gutter context menu item 462 # for disabling a breakpoint on a line. 463 editor.disableBreakpoint=Disable breakpoint 464 editor.disableBreakpoint.accesskey=D 465 466 # LOCALIZATION NOTE (editor.enableBreakpoint): Editor gutter context menu item 467 # for enabling a breakpoint on a line. 468 editor.enableBreakpoint=Enable breakpoint 469 470 # LOCALIZATION NOTE (editor.removeBreakpoint): Editor gutter context menu item 471 # for removing a breakpoint on a line. 472 editor.removeBreakpoint=Remove breakpoint 473 474 # LOCALIZATION NOTE (editor.addConditionBreakpoint): Editor gutter context 475 # menu item for adding a breakpoint condition on a line. 476 editor.addConditionBreakpoint=Add condition 477 editor.addConditionBreakpoint.accesskey=c 478 479 # LOCALIZATION NOTE (editor.editConditionBreakpoint): Editor gutter context menu item 480 # for setting a breakpoint condition on a line. 481 editor.editConditionBreakpoint=Edit condition 482 483 # LOCALIZATION NOTE (editor.addLogPoint): Editor gutter context 484 # menu item for adding a log point on a line. 485 editor.addLogPoint=Add log 486 editor.addLogPoint.accesskey=l 487 488 # LOCALIZATION NOTE (editor.editLogPoint): Editor gutter context menu item 489 # for editing a log point already set on a line. 490 editor.editLogPoint=Edit log 491 editor.editLogPoint.accesskey=E 492 493 # LOCALIZATION NOTE (editor.removeLogPoint): Context menu item for removing 494 # a log point on a line. 495 editor.removeLogPoint.label=Remove log 496 editor.removeLogPoint.accesskey=V 497 498 # LOCALIZATION NOTE (editor.conditionalPanel.placeholder2): Placeholder text for 499 # input element inside ConditionalPanel component 500 editor.conditionalPanel.placeholder2=Breakpoint condition, e.g. items.length > 0 501 502 # LOCALIZATION NOTE (editor.conditionalPanel.logPoint.placeholder2): Placeholder text for 503 # input element inside ConditionalPanel component when a log point is set 504 editor.conditionalPanel.logPoint.placeholder2=Log message, e.g. displayName 505 506 # LOCALIZATION NOTE (editor.conditionalPanel.logPoint.showStacktrace): Label for 507 # the show stacktrace checkbox in the ConditionalPanel component when a log point is set 508 editor.conditionalPanel.logPoint.showStacktrace=Show stacktrace 509 510 # LOCALIZATION NOTE (editor.conditionalPanel.cancel): Label for the 511 # cancel button in the conditional panel 512 editor.conditionalPanel.cancel=Cancel 513 514 # LOCALIZATION NOTE (editor.conditionalPanel.create): Label for the 515 # create button in the conditional panel 516 editor.conditionalPanel.create=Create 517 518 # LOCALIZATION NOTE (editor.conditionalPanel.update) : Label for the 519 # update button in the conditional panel 520 editor.conditionalPanel.update=Update 521 522 # LOCALIZATION NOTE (editor.jumpToMappedLocation1): Context menu item 523 # for navigating to a source mapped location 524 editor.jumpToMappedLocation1=Jump to %S location 525 editor.jumpToMappedLocation1.accesskey=m 526 527 # LOCALIZATION NOTE (downloadFile.label): Context menu item 528 # for downloading a source's content 529 downloadFile.label=Download file 530 downloadFile.accesskey=d 531 532 # LOCALIZATION NOTE (inlinePreview.show.label): Context menu item 533 # for showing the inline preview blocks 534 inlinePreview.show.label=Show inline preview 535 536 # LOCALIZATION NOTE (inlinePreview.hide.label): Context menu item 537 # for hiding the inline preview block 538 inlinePreview.hide.label=Hide inline preview 539 540 # LOCALIZATION NOTE (inlinePreview.toggle.label): Context menu item 541 # that will toggle display of inline preview 542 inlinePreview.toggle.label=Inline Variable Preview 543 544 # LOCALIZATION NOTE (inlinePreview.toggle.tooltip): Context menu item 545 # tooltip that will describe toggling inline preview 546 inlinePreview.toggle.tooltip=Show inline preview in the debugger editor 547 548 # LOCALIZATION NOTE (editorWrapping.show.label): Context menu item 549 # for showing the wrap lines block 550 editorWrapping.show.label=Wrap lines 551 552 # LOCALIZATION NOTE (editorWrapping.hide.label): Context menu item 553 # for showing the wrap lines block 554 editorWrapping.hide.label=Unwrap lines 555 556 # LOCALIZATION NOTE (editorWrapping.toggle.label): Context menu item 557 # label for toggling the lines wrapping feature 558 editorWrapping.toggle.label=Wrap Lines 559 560 # LOCALIZATION NOTE (editorWrapping.toggle.tooltip): Context menu item 561 # tooltip for toggling the lines wrapping feature 562 editorWrapping.toggle.tooltip=Wrap lines in the debugger editor 563 564 # LOCALIZATION NOTE (settings.button.label): Label for Settings button 565 settings.button.label=Debugger Settings 566 567 # LOCALIZATION NOTE (settings.disableJavaScript.label): Context menu item 568 # label for disabling JavaScript 569 settings.disableJavaScript.label=Disable JavaScript 570 571 # LOCALIZATION NOTE (settings.disableJavaScript.tooltip): Context menu item 572 # tooltip for disabling JavaScript 573 settings.disableJavaScript.tooltip=Disables JavaScript (Requires refresh) 574 575 # LOCALIZATION NOTE (settings.toggleSourceMaps.tooltip): Context menu item 576 # tooltip for toggling the source maps feature 577 settings.toggleSourceMaps.tooltip=Enable Source Maps to let DevTools load your original sources in addition to your generated ones 578 579 # LOCALIZATION NOTE (settings.toggleSourceMaps.label): Context menu item 580 # label for toggling the source maps feature 581 settings.toggleSourceMaps.label=Source Maps 582 583 # LOCALIZATION NOTE (settings.hideIgnoredSources.tooltip): Context menu item 584 # tooltip for hiding and showing all the ignored sources 585 settings.hideIgnoredSources.tooltip=Hides all ignored sources in the Sources panel 586 587 # LOCALIZATION NOTE (settings.hideIgnoredSources.label): Context menu item 588 # label for hiding all ignored sources when enabled (indicated by the check mark) 589 # Ignored sources will be shown when disabled (no check mark). 590 settings.hideIgnoredSources.label=Hide Ignored Sources 591 592 # LOCALIZATION NOTE (settings.enableSourceMapIgnoreList.tooltip): Context menu item 593 # tooltip for ignoring all sources on the sourcemaps ignore list. 594 # Note: x_google_ignoreList should not be translated. 595 settings.enableSourceMapIgnoreList.tooltip=Ignores all sources on the source map x_google_ignoreList field. 596 597 # LOCALIZATION NOTE (settings.enableSourceMapIgnoreList.label): Context menu item 598 # label for ignoring all sources on the sourcemaps ignore list when enabled 599 # (indicated by the check mark). The sources on the ignore list are un-ignored 600 # when disabled (no check mark). 601 # Note: Make sure to also keep 'sourceFooter.ignoreList' in sync when this changes 602 settings.enableSourceMapIgnoreList.label=Ignore Known Third-party Scripts 603 604 # LOCALIZATION NOTE (settings.showPausedOverlay.label): Context menu item 605 # label for showing the paused overlay when enabled (indicated by the check mark) 606 # The paused overlay is not displayed when disabled (no check mark). 607 settings.showPausedOverlay.label=Show paused overlay 608 609 # LOCALIZATION NOTE (settings.showPausedOverlay.tooltip): Context menu item 610 # tooltip for showing the paused overlay when enabled. 611 settings.showPausedOverlay.tooltip=Show a translucent overlay in the page when the debugger is paused. 612 613 # LOCALIZATION NOTE (settings.autoPrettyPrint.label): Context menu item 614 # label for enabling automatic pretty printing of all opened sources. 615 settings.autoPrettyPrint.label=Automatic pretty printing 616 617 # LOCALIZATION NOTE (settings.autoPrettyPrint.tooltip): Context menu item 618 # tooltip for enabling automatic pretty printing of all opened sources. 619 settings.autoPrettyPrint.tooltip=All sources in the debugger will be automatically pretty printed 620 621 # LOCALIZATION NOTE (sources-settings.button.label): Label for Settings button displayed in the Source Tree 622 sources-settings.button.label=Source Settings 623 624 # LOCALIZATION NOTE (sources-settings.showContentScripts.label): Context menu item 625 # label for showing any extension content script injected in the currently 626 # debugged page. 627 sources-settings.showContentScripts.label=Show content scripts 628 629 # LOCALIZATION NOTE (sources-settings.showContentScripts.tooltip): Context menu item 630 # label for showing any extension content script injected in the currently 631 # debugged page. 632 sources-settings.showContentScripts.tooltip=Show all extension content scripts injected in the currently debugged page 633 634 # LOCALIZATION NOTE (preview.noProperties): Label shown in the preview 635 # popup when there are no properties to show. 636 preview.noProperties=No properties 637 638 # LOCALIZATION NOTE (framework.disableGrouping): This is the text that appears in the 639 # context menu to disable framework grouping. 640 framework.disableGrouping=Disable framework grouping 641 framework.disableGrouping.accesskey=u 642 643 # LOCALIZATION NOTE (framework.enableGrouping): This is the text that appears in the 644 # context menu to enable framework grouping. 645 framework.enableGrouping=Enable framework grouping 646 framework.enableGrouping.accesskey=u 647 648 # LOCALIZATION NOTE (generated): Source Map term for a server source location 649 generated=generated 650 651 # LOCALIZATION NOTE (original): Source Map term for a debugger UI source location 652 original=original 653 654 # LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression 655 # input element 656 expressions.placeholder2=Add expression 657 658 # LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message 659 # for when the`map variable names`is off and the debugger is paused in an original source 660 expressions.noOriginalScopes=Original variables name mapping is turned off. Expression values might not be accurate. 661 662 # LOCALIZATION NOTE (expressions.label): For the "Add watch expression" context menu item in the editor 663 expressions.label=Add watch expression 664 expressions.accesskey=e 665 666 # LOCALIZATION NOTE (expressions.remove.tooltip): For the tooltip on the button to remove a watch expression 667 expressions.remove.tooltip=Remove watch expression 668 669 # LOCALIZATION NOTE (xhrBreakpoints.header): The pause on any XHR breakpoints headings 670 xhrBreakpoints.header=XHR Breakpoints 671 xhrBreakpoints.placeholder=Break when URL contains 672 xhrBreakpoints.label=Add XHR breakpoint 673 674 # LOCALIZATION NOTE (xhrBreakpoints.removeAll.tooltip): For the `Remove all XHR breakpoints' button in the header of the XHR breakpoints panel 675 xhrBreakpoints.removeAll.tooltip=Remove all XHR breakpoints 676 677 678 # LOCALIZATION NOTE (xhrBreakpoints.item.label): message displayed when reaching a breakpoint for XHR requests. %S is replaced by the path provided as condition for the breakpoint. 679 xhrBreakpoints.item.label=URL contains “%S” 680 681 # LOCALIZATION NOTE (pauseOnAnyXHR): The pause on any XHR checkbox description 682 # when the debugger will pause on any XHR requests. 683 pauseOnAnyXHR=Pause on any URL 684 685 # LOCALIZATION NOTE (watchpoints.submenu): This is the text for the watchpoints sub-menu. 686 watchpoints.submenu=Break on… 687 688 # LOCALIZATION NOTE (watchpoints.getWatchpoint): This is the text that appears in the 689 # watchpoints sub-menu to add a "get" watchpoint on an object property. 690 watchpoints.getWatchpoint=Property get 691 692 # LOCALIZATION NOTE (watchpoints.setWatchpoint): This is the text that appears in the 693 # watchpoints submenu to add a "set" watchpoint on an object property. 694 watchpoints.setWatchpoint=Property set 695 696 # LOCALIZATION NOTE (watchpoints.getOrSetWatchpoint): This is the text that appears in the 697 # watchpoints submenu to add a "set" watchpoint on an object property. 698 watchpoints.getOrSetWatchpoint=Property get or set 699 700 # LOCALIZATION NOTE (watchpoints.removeWatchpoint): This is the text that appears in the 701 # context menu to delete a watchpoint on an object property. 702 watchpoints.removeWatchpoint=Remove watchpoint 703 704 # LOCALIZATION NOTE (watchpoints.removeWatchpointTooltip): This is the text that appears in the 705 # tooltip to delete a watchpoint on an object property. 706 watchpoints.removeWatchpointTooltip=Remove watchpoint 707 708 # LOCALIZATION NOTE (sourceTabs.closeTab): Editor source tab context menu item 709 # for closing the selected tab below the mouse. 710 sourceTabs.closeTab=Close tab 711 sourceTabs.closeTab.accesskey=c 712 sourceTabs.closeTab.key=CmdOrCtrl+W 713 714 # LOCALIZATION NOTE (sourceTabs.closeOtherTabs): Editor source tab context menu item 715 # for closing the other tabs. 716 sourceTabs.closeOtherTabs=Close other tabs 717 sourceTabs.closeOtherTabs.accesskey=o 718 719 # LOCALIZATION NOTE (sourceTabs.closeTabsToEnd): Editor source tab context menu item 720 # for closing the tabs to the end (the right for LTR languages) of the selected tab. 721 sourceTabs.closeTabsToEnd=Close tabs to the right 722 sourceTabs.closeTabsToEnd.accesskey=e 723 724 # LOCALIZATION NOTE (sourceTabs.closeAllTabs): Editor source tab context menu item 725 # for closing all tabs. 726 sourceTabs.closeAllTabs=Close all tabs 727 sourceTabs.closeAllTabs.accesskey=a 728 729 # LOCALIZATION NOTE (sourceTabs.revealInTree): Editor source tab context menu item 730 # for revealing source in tree. 731 sourceTabs.revealInTree=Reveal in tree 732 sourceTabs.revealInTree.accesskey=r 733 734 # LOCALIZATION NOTE (sourceTabs.prettyPrint): Editor source tab context menu item 735 # for pretty printing the source. 736 sourceTabs.prettyPrint=Pretty print source 737 sourceTabs.prettyPrint.accesskey=p 738 739 # LOCALIZATION NOTE (sourceTabs.removePrettyPrint): Editor source tab context menu item 740 # for pretty printing the source. 741 sourceTabs.removePrettyPrint=Disable source pretty printing 742 743 # LOCALIZATION NOTE (sourceFooter.prettyPrint.isOriginalMessage): Tooltip text for the disabled 744 # pretty print button in editor footer. This displays when the file is an original source. 745 sourceFooter.prettyPrint.isOriginalMessage=Can’t pretty print original sources, file is already readable 746 747 # LOCALIZATION NOTE (sourceFooter.prettyPrint.hasSourceMapMessage): Tooltip text for the disabled 748 # pretty print button in editor footer. This displays when the file has a valid sourcemap with original sources. 749 sourceFooter.prettyPrint.hasSourceMapMessage=Can’t pretty print generated sources with valid sourcemaps. Please use the original sources. 750 751 # LOCALIZATION NOTE (sourceFooter.prettyPrint.noContentMessage): Tooltip text for the disabled 752 # pretty print button in editor footer. This displays when the file has no content. 753 sourceFooter.prettyPrint.noContentMessage=Can’t pretty print, file has no content 754 755 # LOCALIZATION NOTE (sourceFooter.prettyPrint.isNotJavascriptMessage): Tooltip text for the disabled 756 # pretty print button in editor footer. This displays when the file is not JavaScript code. 757 sourceFooter.prettyPrint.isNotJavascriptMessage=Can’t pretty print, file is not JavaScript 758 759 # LOCALIZATION NOTE (sourceFooter.ignores): Tooltip text associated 760 # with the ignores button 761 sourceFooter.ignore=Ignore source 762 763 # LOCALIZATION NOTE (sourceFooter.unignore): Tooltip text associated 764 # with the ignore button 765 sourceFooter.unignore=Unignore source 766 767 # LOCALIZATION NOTE (sourceFooter.ignoreList): Tooltip text associated 768 # with the ignore source button when the selected source is on the ignore list 769 sourceFooter.ignoreList=This source is on the ignore list. Please turn off the `Ignore Known Third-party Scripts` option to enable it. 770 771 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.disabled): Label displayed next to the 772 # Source Map icon displayed in editor footer. 773 # Displayed when Source Maps are disabled. 774 sourceFooter.sourceMapButton.disabled = Source Maps disabled 775 776 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.sourceNotMapped): Label displayed next to the 777 # Source Map icon displayed in editor footer. 778 # Displayed when the selected source is a regular source, without any source map. 779 sourceFooter.sourceMapButton.sourceNotMapped = No source map found 780 781 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.isOriginalSource): Label displayed next to the 782 # Source Map icon displayed in editor footer. 783 # Displayed when the selected source is an original source. 784 # i.e. a file which may not be in JavaScript and isn't being executed by Firefox. 785 # This file is transpiled by the web developer into a "bundle" JavaScript file, which is executed by the page. 786 sourceFooter.sourceMapButton.isOriginalSource = original file 787 788 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.isBundleSource): Label displayed next to the 789 # Source Map icon displayed in editor footer. 790 # Displayed when the selected source is a bundle. i.e. a file referring to a source map file, 791 # which will be mapped to one or many original sources. 792 sourceFooter.sourceMapButton.isBundleSource = bundle file 793 794 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.enable): Label displayed in the menu opened 795 # from the Source Map icon displayed in editor footer. 796 # This allows to toggle Source Map support. 797 sourceFooter.sourceMapButton.enable = Enable Source Maps 798 799 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.showOriginalSourceByDefault): Label displayed in the menu opened 800 # from the Source Map icon displayed in editor footer. 801 # This controls the settings which will make the debugger automatically show and open original source by default. 802 # This typically happens when you pause or hit a breakpoint. 803 sourceFooter.sourceMapButton.showOriginalSourceByDefault = Show and open original location by default 804 805 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToGeneratedSource): Label displayed in the menu opened 806 # from the Source Map icon displayed in editor footer. 807 # This allows to select the related bundle source, when we are currently selecting an original one. 808 sourceFooter.sourceMapButton.jumpToGeneratedSource = Jump to the related bundle source 809 810 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToOriginalSource): Label displayed in the menu opened 811 # from the Source Map icon displayed in editor footer. 812 # This allows to select the related original source, when we are currently selecting a bundle. 813 sourceFooter.sourceMapButton.jumpToOriginalSource = Jump to the related original source 814 815 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.openSourceMapInNewTab): Label displayed in the menu opened 816 # from the Source Map icon displayed in editor footer. 817 # When selecting a bundle with a valid source map, link to open the source map in a new tab. 818 sourceFooter.sourceMapButton.openSourceMapInNewTab = Open the Source Map file in a new tab 819 820 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.title): Tooltip displayed on 821 # the Source Map icon displayed in editor footer. 822 # This is the default title. 823 sourceFooter.sourceMapButton.title = Source Map status 824 825 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.loadingTitle): Tooltip displayed on 826 # the Source Map icon displayed in editor footer. 827 # This title is displayed when the source map is still loading. 828 sourceFooter.sourceMapButton.loadingTitle = Source Map is loading 829 830 # LOCALIZATION NOTE (sourceFooter.sourceMapButton.errorTitle): Tooltip displayed on 831 # the Source Map icon displayed in editor footer. 832 # This title is displayed when the source map has an error. 833 # %S will be the error string. 834 sourceFooter.sourceMapButton.errorTitle = Source Map error: %S 835 836 # LOCALIZATION NOTE (editorNotificationFooter.noOriginalScopes): The notification message displayed in the editor notification footer 837 # when paused in an original file and original variable mapping is turned off 838 # %S is text from the label for checkbox to show original scopes 839 editorNotificationFooter.noOriginalScopes=Original variables name mapping is turned off, so all inline and tooltip previews are disabled. Click the `%S` checkbox in the scopes panel to turn them on. 840 841 # LOCALIZATION NOTE (ignoreContextItem.ignore): Text associated 842 # with the ignore context menu item 843 ignoreContextItem.ignore=Ignore source 844 ignoreContextItem.ignore.accesskey=I 845 846 # LOCALIZATION NOTE (ignoreContextItem.unignore): Text associated 847 # with the unignore context menu item 848 ignoreContextItem.unignore=Unignore source 849 ignoreContextItem.unignore.accesskey=U 850 851 # LOCALIZATION NOTE (overridesContextItem.override): Text associated 852 # with the add overrides context menu item 853 overridesContextItem.override=Add script override 854 overridesContextItem.override.accesskey=o 855 856 # LOCALIZATION NOTE (overridesContextItem.removeOverride): Text associated 857 # with the remove override context menu item 858 overridesContextItem.removeOverride=Remove script override 859 overridesContextItem.removeOverride.accesskey=o 860 861 # LOCALIZATION NOTE (ignoreContextItem.ignoreLine): Text associated 862 # with the ignore line context menu item 863 ignoreContextItem.ignoreLine=Ignore line 864 ignoreContextItem.ignoreLine.accesskey=l 865 866 # LOCALIZATION NOTE (ignoreContextItem.unignoreLine): Text associated 867 # with the unignore line context menu item 868 ignoreContextItem.unignoreLine=Unignore line 869 ignoreContextItem.unignoreLine.accesskey=n 870 871 # LOCALIZATION NOTE (ignoreContextItem.ignoreLines): Text associated 872 # with the ignore lines context menu item 873 ignoreContextItem.ignoreLines=Ignore lines 874 ignoreContextItem.ignoreLines.accesskey=i 875 876 # LOCALIZATION NOTE (ignoreContextItem.unignoreLines): Text associated 877 # with the unignore lines context menu item 878 ignoreContextItem.unignoreLines=Unignore lines 879 ignoreContextItem.unignoreLines.accesskey=u 880 881 # LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.title): Text associated 882 # with an original source mapped to a bundle. %S is replaced by the bundle url. 883 sourceFooter.mappedOriginalSource.title=From %S 884 885 # LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.tooltip): Tooltip text associated 886 # with an original source mapped to a bundle. %S is replaced by bundle url. 887 sourceFooter.mappedOriginalSource.tooltip=Open related bundle (%S) 888 889 # LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.title): Text associated 890 # with a bundled source mapped to an original source. %S is replaced by the original source url. 891 sourceFooter.mappedGeneratedSource.title=To %S 892 893 # LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.tooltip): Tooltip text associated 894 # with a bundled source mapped to an original source. %S is replaced by the original source url. 895 sourceFooter.mappedGeneratedSource.tooltip=Open related original source (%S) 896 897 # LOCALIZATION NOTE (sourceFooter.mappedSuffix): Text associated 898 # with a mapped source. Displays next to URLs in tree and tabs. 899 sourceFooter.mappedSuffix=(mapped) 900 901 # LOCALIZATION NOTE (sourceFooter.currentCursorPosition): Text associated 902 # with the current cursor line and column 903 sourceFooter.currentCursorPosition=(%1$S, %2$S) 904 905 # LOCALIZATION NOTE (sourceFooter.currentCursorPosition.tooltip): Text associated 906 # with the current cursor line and column 907 sourceFooter.currentCursorPosition.tooltip=(Line %1$S, column %2$S) 908 909 # LOCALIZATION NOTE (sourceTabs.closeTabButtonTooltip): The tooltip that is displayed 910 # for close tab button in source tabs. 911 sourceTabs.closeTabButtonTooltip=Close tab 912 913 # LOCALIZATION NOTE (scopes.header): Scopes right sidebar pane header. 914 scopes.header=Scopes 915 916 # LOCALIZATION NOTE (scopes.notAvailable): Scopes right sidebar pane message 917 # for when the debugger is paused, but there isn't pause data. 918 scopes.notAvailable=Scopes unavailable 919 920 # LOCALIZATION NOTE (scopes.noOriginalScopes): Scopes right sidebar pane message 921 # for when original variable mapping is disabled. This is only displayed when paused in an original source. 922 # %S is text from the label for checkbox to show original scopes 923 scopes.noOriginalScopes=Original variables name mapping is turned off. Scopes cannot be displayed. Click the `%S` checkbox above to turn on. 924 925 # LOCALIZATION NOTE (scopes.loadingOriginalScopes): Scopes right sidebar pane message 926 # for when the debugger is still loading the original variable mapping information. 927 scopes.loadingOriginalScopes=Loading variables for the original source… 928 929 # LOCALIZATION NOTE (scopes.notPaused): Scopes right sidebar pane message 930 # for when the debugger is not paused. 931 scopes.notPaused=Not paused 932 933 # LOCALIZATION NOTE (eventlisteners.log.label): Event listeners tooltip for 934 # checkbox and label 935 eventlisteners.log.label=Log events to the console 936 937 # LOCALIZATION NOTE (eventlisteners.log): Checkbox label for logging events 938 eventlisteners.log=Log 939 940 # LOCALIZATION NOTE (scopes.showOriginalScopesHelpTooltip): Scopes right sidebar pane 941 # icon tooltip for link to MDN 942 scopes.showOriginalScopesHelpTooltip=Learn more about mapping variables and showing the original scopes 943 944 # LOCALIZATION NOTE (scopes.showOriginalScopesTooltip): Scopes right sidebar pane 945 # tooltip for checkbox and label 946 scopes.showOriginalScopesTooltip=Show the scopes with mapped variable names for the original source. 947 948 # LOCALIZATION NOTE (scopes.showOriginalScopes): Checkbox label to show original scopes 949 scopes.showOriginalScopes=Show original variables 950 951 # LOCALIZATION NOTE (scopes.block): Refers to a block of code in 952 # the scopes pane when the debugger is paused. 953 scopes.block=Block 954 955 # LOCALIZATION NOTE (sources.header): Sources left sidebar header 956 sources.header=Sources 957 958 # LOCALIZATION NOTE (outline.header): Outline left sidebar header 959 outline.header=Outline 960 961 # LOCALIZATION NOTE (search.header): Search left sidebar header 962 search.header=Search 963 964 # LOCALIZATION NOTE (tracer.header): Tracer left sidebar header 965 tracer.header=Tracer 966 967 # LOCALIZATION NOTE (outline.placeholder): Placeholder text for the filter input 968 # element 969 outline.placeholder=Filter functions 970 971 # LOCALIZATION NOTE (outline.sortLabel): Label for the sort button 972 outline.sortLabel=Sort by name 973 974 # LOCALIZATION NOTE (outline.noFunctions): Outline text when there are no functions to display 975 outline.noFunctions=No functions 976 977 # LOCALIZATION NOTE (outline.noFileSelected): Outline text when there are no files selected 978 outline.noFileSelected=No file selected 979 980 # LOCALIZATION NOTE (sources.search): Sources left sidebar prompt 981 # e.g. Cmd+P to search. On a mac, we use the command unicode character. 982 # On windows, it's ctrl. 983 sources.search=%S to search 984 985 # LOCALIZATION NOTE (watchExpressions.header): Watch Expressions right sidebar 986 # pane header. 987 watchExpressions.header=Watch expressions 988 989 # LOCALIZATION NOTE (watchExpressions.refreshButton): Watch Expressions header 990 # button for refreshing the expressions. 991 watchExpressions.refreshButton=Refresh 992 993 # LOCALIZATION NOTE (welcome.search): The center pane welcome panel's 994 # search prompt. e.g. cmd+p to search for files. On windows, it's ctrl, on 995 # a mac we use the unicode character. 996 welcome.search=%S to search for sources 997 998 # LOCALIZATION NOTE (welcome.search2): The center pane welcome panel's 999 # search prompt. e.g. cmd+p to search for files. On windows, it's ctrl, on 1000 # a mac we use the unicode character. 1001 welcome.search2=%S Go to file 1002 1003 # LOCALIZATION NOTE (welcome.findInFiles): The center pane welcome panel's 1004 # search prompt. e.g. cmd+f to search for files. On windows, it's ctrl+shift+f, on 1005 # a mac we use the unicode character. 1006 welcome.findInFiles=%S to find in files 1007 1008 # LOCALIZATION NOTE (welcome.findInFiles2): The center pane welcome panel's 1009 # search prompt. e.g. cmd+f to search for files. On windows, it's ctrl+shift+f, on 1010 # a mac we use the unicode character. 1011 welcome.findInFiles2=%S Find in files 1012 1013 # LOCALIZATION NOTE (welcome.allShortcuts): The label to open the modal of 1014 # shortcuts, displayed in the welcome panel. 1015 welcome.allShortcuts=Show all shortcuts 1016 1017 # LOCALIZATION NOTE (sourceSearch.search): The center pane Source Search 1018 # prompt for searching for files. 1019 sourceSearch.search=Search sources… 1020 1021 # LOCALIZATION NOTE (sourceSearch.search2): The center pane Source Search 1022 # prompt for searching for files. 1023 sourceSearch.search2=Go to file… 1024 1025 # LOCALIZATION NOTE (pauseOnExceptions): The pause on exceptions button tooltip 1026 # when the debugger will pause on all exceptions. 1027 pauseOnExceptions=Pause on all exceptions. Click to ignore exceptions 1028 1029 # LOCALIZATION NOTE (loadingText): The text that is displayed in the script 1030 # editor when the loading process has started but there is no file to display 1031 # yet. 1032 loadingText=Loading\u2026 1033 1034 # LOCALIZATION NOTE (wasmIsNotAvailable): The text that is displayed in the 1035 # script editor when the WebAssembly source is not available. 1036 wasmIsNotAvailable=Please refresh to debug this module 1037 1038 # LOCALIZATION NOTE (errorLoadingText3): The text that is displayed in the debugger 1039 # viewer when there is an error loading a file 1040 errorLoadingText3=Error loading this URI: %S 1041 1042 # LOCALIZATION NOTE(gotoLineModal.placeholder): The placeholder 1043 # text displayed when the user searches for specific lines in a file 1044 gotoLineModal.placeholder=Go to line… 1045 1046 # LOCALIZATION NOTE(gotoLineModal.title): The message shown to users 1047 # to open the go to line modal 1048 gotoLineModal.title=Go to a line number in a file 1049 1050 # LOCALIZATION NOTE(gotoLineModal.key3): The shortcut for opening the 1051 # go to line modal 1052 # Do not localize "Ctrl+G", or change the format of the string. These are 1053 # key identifiers, not messages displayed to the user. 1054 gotoLineModal.key3=Ctrl+G 1055 1056 # LOCALIZATION NOTE(symbolSearch.search.functionsPlaceholder): The placeholder 1057 # text displayed when the user searches for functions in a file 1058 symbolSearch.search.functionsPlaceholder=Search functions… 1059 symbolSearch.search.functionsPlaceholder.title=Search for a function in a file 1060 1061 # LOCALIZATION NOTE(symbolSearch.search.variablesPlaceholder): The placeholder 1062 # text displayed when the user searches for variables in a file 1063 symbolSearch.search.variablesPlaceholder=Search variables… 1064 symbolSearch.search.variablesPlaceholder.title=Search for a variable in a file 1065 1066 # LOCALIZATION NOTE(symbolSearch.search.key2): The Key Shortcut for 1067 # searching for a function or variable 1068 # Do not localize "CmdOrCtrl+Shift+O", or change the format of the string. These are 1069 # key identifiers, not messages displayed to the user. 1070 symbolSearch.search.key2=CmdOrCtrl+Shift+O 1071 1072 experimental=This is an experimental feature 1073 1074 # LOCALIZATION NOTE (ctrl): The text that is used for documenting 1075 # keyboard shortcuts that use the control key 1076 ctrl=Ctrl 1077 1078 # LOCALIZATION NOTE (anonymousFunction): this string is used to display 1079 # JavaScript functions that have no given name - they are said to be 1080 # anonymous. 1081 anonymousFunction=<anonymous> 1082 1083 # LOCALIZATION NOTE (stacktrace.asyncStack): this string is used to 1084 # indicate that a given stack frame has an async parent. 1085 # %S is the "Async Cause" of the frame. 1086 stacktrace.asyncStack=(Async: %S) 1087 1088 # LOCALIZATION NOTE (shortcuts.toggleBreakpoint): text describing 1089 # keyboard shortcut action for toggling breakpoint 1090 shortcuts.toggleBreakpoint=Toggle Breakpoint 1091 shortcuts.toggleBreakpoint.accesskey=B 1092 1093 # LOCALIZATION NOTE (shortcuts.toggleCondPanel.breakpoint): text describing 1094 # keyboard shortcut action for toggling conditional panel for breakpoints 1095 shortcuts.toggleCondPanel.breakpoint=Edit Conditional Breakpoint 1096 1097 # LOCALIZATION NOTE (shortcuts.toggleCondPanel.logPoint): text describing 1098 # keyboard shortcut action for toggling conditional panel for log points 1099 shortcuts.toggleCondPanel.logPoint=Edit Log Point 1100 1101 # LOCALIZATION NOTE (shortcuts.pauseOrResume): text describing 1102 # keyboard shortcut action for pause of resume 1103 shortcuts.pauseOrResume=Pause/Resume 1104 1105 # LOCALIZATION NOTE (shortcuts.stepOver): text describing 1106 # keyboard shortcut action for stepping over 1107 shortcuts.stepOver=Step Over 1108 1109 # LOCALIZATION NOTE (shortcuts.stepIn): text describing 1110 # keyboard shortcut action for stepping in 1111 shortcuts.stepIn=Step In 1112 1113 # LOCALIZATION NOTE (shortcuts.stepOut): text describing 1114 # keyboard shortcut action for stepping out 1115 shortcuts.stepOut=Step Out 1116 1117 # LOCALIZATION NOTE (shortcuts.fileSearch): text describing 1118 # keyboard shortcut action for source file search 1119 shortcuts.fileSearch=Source File Search 1120 1121 # LOCALIZATION NOTE (shortcuts.fileSearch2): text describing 1122 # keyboard shortcut action for source file search 1123 shortcuts.fileSearch2=Go to file 1124 1125 # LOCALIZATION NOTE (shortcuts.gotoLine): text describing 1126 # keyboard shortcut for jumping to a specific line 1127 shortcuts.gotoLine=Go to line 1128 1129 # LOCALIZATION NOTE (shortcuts.projectSearch): text describing 1130 # keyboard shortcut action for full project search 1131 shortcuts.projectSearch=Full Project Search 1132 1133 # LOCALIZATION NOTE (shortcuts.projectSearch2): text describing 1134 # keyboard shortcut action for full project search 1135 shortcuts.projectSearch2=Find in files 1136 1137 # LOCALIZATION NOTE (shortcuts.functionSearch): text describing 1138 # keyboard shortcut action for function search 1139 shortcuts.functionSearch=Function Search 1140 1141 # LOCALIZATION NOTE (shortcuts.functionSearch2): text describing 1142 # keyboard shortcut action for function search 1143 shortcuts.functionSearch2=Find function 1144 1145 # LOCALIZATION NOTE (shortcuts.buttonName): text describing 1146 # keyboard shortcut button text 1147 shortcuts.buttonName=Keyboard shortcuts 1148 1149 # LOCALIZATION NOTE (variablesSeparatorLabel): The text that is displayed 1150 # in the variables list as a separator between the name and value. 1151 variablesSeparatorLabel=: 1152 variablesViewOptimizedOut=(optimized away) 1153 variablesViewUninitialized=(uninitialized) 1154 variablesViewMissingArgs=(unavailable) 1155 1156 # LOCALIZATION NOTE (variablesDomNodeValueTooltip): The text that is displayed 1157 # in a tooltip on the "open in inspector" button in the the variables list for a 1158 # DOMNode item. 1159 variablesDomNodeValueTooltip=Click to select the node in the inspector 1160 1161 # LOCALIZATION NOTE (variablesViewErrorStacktrace): This is the text that is 1162 # shown before the stack trace in an error. 1163 variablesViewErrorStacktrace=Stack trace: 1164 1165 # LOCALIZATION NOTE (variablesViewMoreObjects): the text that is displayed 1166 # when you have an object preview that does not show all of the elements. At the end of the list 1167 # you see "N more..." in the web console output. 1168 # This is a semi-colon list of plural forms. 1169 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 1170 # #1 number of remaining items in the object 1171 # example: 3 more… 1172 variablesViewMoreObjects=#1 more…;#1 more… 1173 1174 # LOCALIZATION NOTE (serviceWorkerInfo.parsed): State displayed for a service 1175 # worker that has been parsed. 1176 serviceWorkerInfo.parsed=parsed 1177 # LOCALIZATION NOTE (serviceWorkerInfo.installing): State displayed for a 1178 # service worker that is being installed. 1179 serviceWorkerInfo.installing=installing 1180 # LOCALIZATION NOTE (serviceWorkerInfo.installed): State displayed for a 1181 # service worker that has finished being installed. 1182 serviceWorkerInfo.installed=installed 1183 # LOCALIZATION NOTE (serviceWorkerInfo.activating): State displayed for a 1184 # service worker that is being activated. 1185 serviceWorkerInfo.activating=activating 1186 # LOCALIZATION NOTE (serviceWorkerInfo.activated): State displayed for a 1187 # service worker that has finished being activated. 1188 serviceWorkerInfo.activated=activated 1189 # LOCALIZATION NOTE (serviceWorkerInfo.redundant): State displayed for a 1190 # service worker that is redundant. 1191 serviceWorkerInfo.redundant=redundant 1192 # LOCALIZATION NOTE (serviceWorkerInfo.unknown): State displayed for a 1193 # service worker that is in an unknown state. 1194 serviceWorkerInfo.unknown=unknown