webConsole.dtd 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. <!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
  5. - keep it in English, or another language commonly spoken among web developers.
  6. - You want to make that choice consistent across the developer tools.
  7. - A good criteria is the language in which you'd find the best
  8. - documentation on web development on the web. -->
  9. <!ENTITY window.title "Web Console">
  10. <!ENTITY browserConsole.title "Browser Console">
  11. <!-- LOCALIZATION NOTE (saveBodies.label): You can see this string in
  12. - the Web Console and Browser Console menu. -->
  13. <!ENTITY saveBodies.label "Log Request and Response Bodies">
  14. <!ENTITY saveBodies.accesskey "L">
  15. <!-- LOCALIZATION NOTE (openURL.label): You can see this string in the Web
  16. - Console context menu. -->
  17. <!ENTITY openURL.label "Open URL in New Tab">
  18. <!ENTITY openURL.accesskey "T">
  19. <!-- LOCALIZATION NOTE (btnPageNet.label): This string is used for the menu
  20. - button that allows users to toggle the network logging output.
  21. - This string and the following strings toggle various kinds of output
  22. - filters. -->
  23. <!ENTITY btnPageNet.label "Net">
  24. <!ENTITY btnPageNet.tooltip "Log network access">
  25. <!ENTITY btnPageNet.accesskey "N">
  26. <!-- LOCALIZATION NOTE (btnPageNet.accesskeyMacOSX): This string is used as
  27. - access key for the menu button that allows users to toggle the network
  28. - logging output. On MacOSX accesskeys are available with Ctrl-*. Please make
  29. - sure you do not use the following letters: A, E, N and P. These are used
  30. - for editing commands in text inputs. -->
  31. <!ENTITY btnPageNet.accesskeyMacOSX "t">
  32. <!ENTITY btnPageCSS.label "CSS">
  33. <!ENTITY btnPageCSS.tooltip2 "Log CSS errors and warnings">
  34. <!ENTITY btnPageCSS.accesskey "C">
  35. <!ENTITY btnPageJS.label "JS">
  36. <!ENTITY btnPageJS.tooltip "Log JavaScript exceptions">
  37. <!ENTITY btnPageJS.accesskey "J">
  38. <!ENTITY btnPageSecurity.label "Security">
  39. <!ENTITY btnPageSecurity.tooltip "Log security errors and warnings">
  40. <!ENTITY btnPageSecurity.accesskey "u">
  41. <!-- LOCALIZATION NOTE (btnPageLogging): This is used as the text of the
  42. - the toolbar. It shows or hides messages that the web developer inserted on
  43. - the page for debugging purposes, using calls such console.log() and
  44. - console.error(). -->
  45. <!ENTITY btnPageLogging.label "Logging">
  46. <!ENTITY btnPageLogging.tooltip "Log messages sent to the window.console object">
  47. <!ENTITY btnPageLogging.accesskey3 "L">
  48. <!ENTITY btnConsoleErrors "Errors">
  49. <!ENTITY btnConsoleInfo "Info">
  50. <!ENTITY btnConsoleWarnings "Warnings">
  51. <!ENTITY btnConsoleLog "Log">
  52. <!ENTITY btnConsoleXhr "XHR">
  53. <!ENTITY btnConsoleReflows "Reflows">
  54. <!-- LOCALIZATION NOTE (btnServerLogging): This is used as the text of the
  55. - the toolbar. It shows or hides messages that the web developer inserted on
  56. - the page for debugging purposes, using calls on the HTTP server. -->
  57. <!ENTITY btnServerLogging.label "Server">
  58. <!ENTITY btnServerLogging.tooltip "Log messages received from a web server">
  59. <!ENTITY btnServerLogging.accesskey "S">
  60. <!ENTITY btnServerErrors "Errors">
  61. <!ENTITY btnServerInfo "Info">
  62. <!ENTITY btnServerWarnings "Warnings">
  63. <!ENTITY btnServerLog "Log">
  64. <!-- LOCALIZATION NODE (btnConsoleSharedWorkers) the term "Shared Workers"
  65. - should not be translated. -->
  66. <!ENTITY btnConsoleSharedWorkers "Shared Workers">
  67. <!-- LOCALIZATION NODE (btnConsoleServiceWorkers) the term "Service Workers"
  68. - should not be translated. -->
  69. <!ENTITY btnConsoleServiceWorkers "Service Workers">
  70. <!-- LOCALIZATION NODE (btnConsoleWindowlessWorkers) the term "Workers"
  71. - should not be translated. -->
  72. <!ENTITY btnConsoleWindowlessWorkers "Add-on or Chrome Workers">
  73. <!ENTITY filterOutput.placeholder "Filter output">
  74. <!ENTITY btnClear.label "Clear">
  75. <!ENTITY btnClear.tooltip "Clear the Web Console output">
  76. <!ENTITY btnClear.accesskey "r">
  77. <!ENTITY fullZoomEnlargeCmd.commandkey "+">
  78. <!ENTITY fullZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards -->
  79. <!ENTITY fullZoomEnlargeCmd.commandkey3 "">
  80. <!ENTITY fullZoomReduceCmd.commandkey "-">
  81. <!ENTITY fullZoomReduceCmd.commandkey2 "">
  82. <!ENTITY fullZoomResetCmd.commandkey "0">
  83. <!ENTITY fullZoomResetCmd.commandkey2 "">
  84. <!ENTITY copyURLCmd.label "Copy Link Location">
  85. <!ENTITY copyURLCmd.accesskey "a">
  86. <!ENTITY closeCmd.key "W">
  87. <!ENTITY findCmd.key "F">
  88. <!ENTITY clearOutputCtrl.key "L">
  89. <!ENTITY openInVarViewCmd.label "Open in Variables View">
  90. <!ENTITY openInVarViewCmd.accesskey "V">
  91. <!ENTITY storeAsGlobalVar.label "Store as global variable">
  92. <!ENTITY storeAsGlobalVar.accesskey "S">