sourceeditor.dtd 945 B

1234567891011121314151617181920
  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 Source Editor component
  5. - strings. The source editor component is used within the Scratchpad and
  6. - Style Editor tools. -->
  7. <!-- LOCALIZATION NOTE : FILE Do not translate commandkeys -->
  8. <!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
  9. - keep it in English, or another language commonly spoken among web developers.
  10. - You want to make that choice consistent across the developer tools.
  11. - A good criteria is the language in which you'd find the best
  12. - documentation on web development on the web. -->
  13. <!ENTITY gotoLineCmd.label "Jump to line…">
  14. <!ENTITY gotoLineCmd.key "J">
  15. <!ENTITY gotoLineCmd.accesskey "J">