scratchpad.properties 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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 These strings are used inside the JavaScript scratchpad
  5. # which is available from the Web Developer sub-menu -> 'Scratchpad'.
  6. #
  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. # LOCALIZATION NOTE (export.fileOverwriteConfirmation): This is displayed when
  13. # the user attempts to save to an already existing file.
  14. export.fileOverwriteConfirmation=File exists. Overwrite?
  15. # LOCALIZATION NOTE (browserWindow.unavailable): This error message is shown
  16. # when Scratchpad does not find any recently active main browser window.
  17. browserWindow.unavailable=Scratchpad cannot find any browser window to execute the code in.
  18. # LOCALIZATION NOTE (scratchpadContext.invalid): This error message is shown
  19. # when user tries to run an operation in Scratchpad in an unsupported context.
  20. scratchpadContext.invalid=Scratchpad cannot run this operation in the current mode.
  21. # LOCALIZATION NOTE (openFile.title): This is the file picker title, when you
  22. # open a file from Scratchpad.
  23. openFile.title=Open File
  24. # LOCALIZATION NOTE (openFile.failed): This is the message displayed when file
  25. # open fails.
  26. openFile.failed=Failed to read the file.
  27. # LOCALIZATION NOTE (importFromFile.convert.failed): This is the message
  28. # displayed when file conversion from some charset to Unicode fails.
  29. # %1 is the name of the charset from which the conversion failed.
  30. importFromFile.convert.failed=Failed to convert file to Unicode from %1$S.
  31. # LOCALIZATION NOTE (clearRecentMenuItems.label): This is the label for the
  32. # menuitem in the 'Open Recent'-menu which clears all recent files.
  33. clearRecentMenuItems.label=Clear Items
  34. # LOCALIZATION NOTE (saveFileAs): This is the file picker title, when you save
  35. # a file in Scratchpad.
  36. saveFileAs=Save File As
  37. # LOCALIZATION NOTE (saveFile.failed): This is the message displayed when file
  38. # save fails.
  39. saveFile.failed=The file save operation failed.
  40. # LOCALIZATION NOTE (confirmClose): This is message in the prompt dialog when
  41. # you try to close a scratchpad with unsaved changes.
  42. confirmClose=Do you want to save the changes you made to this scratchpad?
  43. # LOCALIZATION NOTE (confirmClose.title): This is title of the prompt dialog when
  44. # you try to close a scratchpad with unsaved changes.
  45. confirmClose.title=Unsaved Changes
  46. # LOCALIZATION NOTE (confirmRevert): This is message in the prompt dialog when
  47. # you try to revert unsaved content of scratchpad.
  48. confirmRevert=Do you want to revert the changes you made to this scratchpad?
  49. # LOCALIZATION NOTE (confirmRevert.title): This is title of the prompt dialog when
  50. # you try to revert unsaved content of scratchpad.
  51. confirmRevert.title=Revert Changes
  52. # LOCALIZATION NOTE (scratchpadIntro1): This is a multi-line comment explaining
  53. # how to use the Scratchpad. Note that this should be a valid JavaScript
  54. # comment inside /* and */.
  55. scratchpadIntro1=/*\n * This is a JavaScript Scratchpad.\n *\n * Enter some JavaScript, then Right Click or choose from the Execute Menu:\n * 1. Run to evaluate the selected text (%1$S),\n * 2. Inspect to bring up an Object Inspector on the result (%2$S), or,\n * 3. Display to insert the result in a comment after the selection. (%3$S)\n */\n\n
  56. # LOCALIZATION NOTE (browserContext.notification): This is the message displayed
  57. # over the top of the editor when the user has switched to browser context.
  58. browserContext.notification=This scratchpad executes in the Browser context.
  59. # LOCALIZATION NOTE (help.openDocumentationPage): This returns a localized link with
  60. # documentation for Scratchpad on MDN.
  61. help.openDocumentationPage=https://developer.mozilla.org/en/Tools/Scratchpad
  62. # LOCALIZATION NOTE (scratchpad.statusBarLineCol): Line, Column
  63. # information displayed in statusbar when selection is made in
  64. # Scratchpad.
  65. scratchpad.statusBarLineCol = Line %1$S, Col %2$S
  66. # LOCALIZATION NOTE (fileNoLongerExists.notification): This is the message displayed
  67. # over the top of the the editor when a file does not exist.
  68. fileNoLongerExists.notification=This file no longer exists.
  69. # LOCALIZATION NOTE (propertiesFilterPlaceholder): this is the text that
  70. # appears in the filter text box for the properties view container.
  71. propertiesFilterPlaceholder=Filter properties
  72. # LOCALIZATION NOTE (connectionTimeout): message displayed when the Remote Scratchpad
  73. # fails to connect to the server due to a timeout.
  74. connectionTimeout=Connection timeout. Check the Error Console on both ends for potential error messages. Reopen the Scratchpad to try again.
  75. # LOCALIZATION NOTE (selfxss.msg): the text that is displayed when
  76. # a new user of the developer tools pastes code into the console
  77. # %1 is the text of selfxss.okstring
  78. selfxss.msg=Scam Warning: Take care when pasting things you don’t understand. This could allow attackers to steal your identity or take control of your computer. Please type ‘%S’ in the scratchpad below to allow pasting.
  79. # LOCALIZATION NOTE (selfxss.okstring): the string to be typed
  80. # in by a new user of the developer tools when they receive the sefxss.msg prompt.
  81. # Please avoid using non-keyboard characters here
  82. selfxss.okstring=allow pasting