responsiveUI.properties 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 Responsive Mode
  5. # which is available from the Web Developer sub-menu -> 'Responsive Mode'.
  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 (responsiveUI.rotate2): tooltip of the rotate button.
  13. responsiveUI.rotate2=Rotate
  14. # LOCALIZATION NOTE (responsiveUI.screenshot): tooltip of the screenshot button.
  15. responsiveUI.screenshot=Screenshot
  16. # LOCALIZATION NOTE (responsiveUI.userAgentPlaceholder): placeholder for the user agent input.
  17. responsiveUI.userAgentPlaceholder=Custom User Agent
  18. # LOCALIZATION NOTE (responsiveUI.screenshotGeneratedFilename): The auto generated filename.
  19. # The first argument (%1$S) is the date string in yyyy-mm-dd format and the second
  20. # argument (%2$S) is the time string in HH.MM.SS format.
  21. responsiveUI.screenshotGeneratedFilename=Screen Shot %1$S at %2$S
  22. # LOCALIZATION NOTE (responsiveUI.touch): tooltip of the touch button.
  23. responsiveUI.touch=Simulate touch events (page reload might be needed)
  24. # LOCALIZATION NOTE (responsiveUI.addPreset): label of the add preset button.
  25. responsiveUI.addPreset=Add Preset
  26. # LOCALIZATION NOTE (responsiveUI.removePreset): label of the remove preset button.
  27. responsiveUI.removePreset=Remove Preset
  28. # LOCALIZATION NOTE (responsiveUI.customResolution): label of the first item
  29. # in the menulist at the beginning of the toolbar. For %S is replace with the
  30. # current size of the page. For example: "400x600".
  31. responsiveUI.customResolution=%S (custom)
  32. # LOCALIZATION NOTE (responsiveUI.namedResolution): label of custom items with a name
  33. # in the menulist of the toolbar.
  34. # For example: "320x480 (phone)".
  35. responsiveUI.namedResolution=%S (%S)
  36. # LOCALIZATION NOTE (responsiveUI.customNamePromptTitle1): prompt title when asking
  37. # the user to specify a name for a new custom preset.
  38. responsiveUI.customNamePromptTitle1=Responsive Design Mode
  39. # LOCALIZATION NOTE (responsiveUI.close1): tooltip text of the close button.
  40. responsiveUI.close1=Leave Responsive Design Mode
  41. # LOCALIZATION NOTE (responsiveUI.customNamePromptMsg): prompt message when asking
  42. # the user to specify a name for a new custom preset.
  43. responsiveUI.customNamePromptMsg=Give a name to the %Sx%S preset
  44. # LOCALIZATION NOTE (responsiveUI.resizer): tooltip showed when
  45. # overring the resizers.
  46. responsiveUI.resizerTooltip=Use the Control key for more precision. Use Shift key for rounded sizes.
  47. # LOCALIZATION NOTE (responsiveUI.needReload): notification that appears
  48. # when touch events are enabled
  49. responsiveUI.needReload=If touch event listeners have been added earlier, the page needs to be reloaded.
  50. responsiveUI.notificationReload=Reload
  51. responsiveUI.notificationReload_accesskey=R
  52. responsiveUI.dontShowReloadNotification=Never show again
  53. responsiveUI.dontShowReloadNotification_accesskey=N