styleeditor.dtd 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 This file contains the Style Editor window strings -->
  5. <!-- LOCALIZATION NOTE : FILE Do not translate commandkeys -->
  6. <!-- LOCALIZATION NOTE : The correct localization of this file might be to keep
  7. it in English, or another language commonly spoken among web developers.
  8. You want to make that choice consistent across the developer tools.
  9. A good criteria is the language in which you'd find the best documentation
  10. on web development on the web. -->
  11. <!ENTITY newButton.label "New">
  12. <!ENTITY newButton.tooltip "Create and append a new style sheet to the document">
  13. <!ENTITY newButton.accesskey "N">
  14. <!ENTITY importButton.label "Import…">
  15. <!ENTITY importButton.tooltip "Import and append an existing style sheet to the document">
  16. <!ENTITY importButton.accesskey "I">
  17. <!ENTITY visibilityToggle.tooltip "Toggle style sheet visibility">
  18. <!ENTITY saveButton.label "Save">
  19. <!ENTITY saveButton.tooltip "Save this style sheet to a file">
  20. <!ENTITY saveButton.accesskey "S">
  21. <!ENTITY optionsButton.tooltip "Style Editor options">
  22. <!-- LOCALIZATION NOTE (showOriginalSources.label): This is the label on the context
  23. menu item to toggle showing original sources in the editor. -->
  24. <!ENTITY showOriginalSources.label "Show original sources">
  25. <!-- LOCALIZATION NOTE (showOriginalSources.accesskey): This is the access key for
  26. the menu item to toggle showing original sources in the editor. -->
  27. <!ENTITY showOriginalSources.accesskey "o">
  28. <!-- LOCALIZATION NOTE (showMediaSidebar.label): This is the label on the context
  29. menu item to toggle showing @media rule shortcuts in a sidebar. -->
  30. <!ENTITY showMediaSidebar.label "Show @media sidebar">
  31. <!-- LOCALIZATION NOTE (showMediaSidebar.accesskey): This is the access key for
  32. the menu item to toggle showing the @media sidebar. -->
  33. <!ENTITY showMediaSidebar.accesskey "m">
  34. <!-- LOCALICATION NOTE (mediaRules.label): This is shown above the list of @media rules
  35. in each stylesheet editor sidebar. -->
  36. <!ENTITY mediaRules.label "@media rules">
  37. <!ENTITY editorTextbox.placeholder "Type CSS here.">
  38. <!-- LOCALICATION NOTE (noStyleSheet.label): This is shown when a page has no
  39. stylesheet. -->
  40. <!ENTITY noStyleSheet.label "This page has no style sheet.">
  41. <!-- LOCALICATION NOTE (noStyleSheet-tip-start.label): This is the start of a
  42. tip sentence shown when there is no stylesheet. It suggests to create a new
  43. stylesheet and provides an action link to do so. -->
  44. <!ENTITY noStyleSheet-tip-start.label "Perhaps you'd like to ">
  45. <!-- LOCALICATION NOTE (noStyleSheet-tip-action.label): This is text for the
  46. link that triggers creation of a new stylesheet. -->
  47. <!ENTITY noStyleSheet-tip-action.label "append a new style sheet">
  48. <!-- LOCALICATION NOTE (noStyleSheet-tip-end.label): End of the tip sentence -->
  49. <!ENTITY noStyleSheet-tip-end.label "?">
  50. <!-- LOCALIZATION NOTE (openLinkNewTab.label): This is the text for the
  51. context menu item that opens a stylesheet in a new tab -->
  52. <!ENTITY openLinkNewTab.label "Open Link in New Tab">