home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / en-US.jar / locale / en-US / global / console.dtd < prev    next >
Text File  |  2002-12-03  |  2KB  |  52 lines

  1. <!-- The contents of this file are subject to the Netscape Public
  2. License Version 1.1 (the "License"); you may not use this file
  3. except in compliance with the License. You may obtain a copy of
  4. the License at http://www.mozilla.org/NPL/
  5.  
  6. Software distributed under the License is distributed on an "AS
  7. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. implied. See the License for the specific language governing
  9. rights and limitations under the License.
  10.  
  11. The Original Code is Mozilla Communicator client code, released
  12. March 31, 1998.
  13.  
  14. The Initial Developer of the Original Code is Netscape
  15. Communications Corporation. Portions created by Netscape are
  16. Copyright (C) 1998-1999 Netscape Communications Corporation. All
  17. Rights Reserved.
  18.  
  19. Contributor(s): ______________________________________. -->
  20.  
  21. <!ENTITY console.title "JavaScript Console">
  22.  
  23. <!ENTITY menuBar.tooltip      "Menu Bar">
  24. <!ENTITY modeToolbar.tooltip  "Mode Toolbar">
  25. <!ENTITY entryToolbar.tooltip "Javascript Entry Toolbar">
  26. <!ENTITY errFile.label   "Source File:">
  27. <!ENTITY errLine.label   "Line:">
  28. <!ENTITY errColumn.label "Column:">
  29.  
  30. <!ENTITY all.label       "All">
  31. <!ENTITY all.accesskey   "A">
  32. <!ENTITY errors.label    "Errors">
  33. <!ENTITY errors.accesskey "r">
  34. <!ENTITY warnings.label  "Warnings">
  35. <!ENTITY warnings.accesskey "n">
  36. <!ENTITY messages.label  "Messages">
  37. <!ENTITY messages.accesskey "M">
  38. <!ENTITY clear.label     "Clear">
  39. <!ENTITY clear.accesskey "l">
  40. <!ENTITY evaluate.label  "Evaluate">
  41.  
  42. <!ENTITY sortFirst.label "First > Last Sort Order">
  43. <!ENTITY sortFirst.accesskey "f">
  44. <!ENTITY sortLast.label  "Last > First Sort Order">
  45. <!ENTITY sortLast.accesskey  "l">
  46.  
  47. <!ENTITY toolbarsCmd.label "Show/Hide">
  48. <!ENTITY toolbarsCmd.accesskey "w">
  49. <!ENTITY toolbarMode.label "Mode">
  50. <!ENTITY toolbarEval.label "JavaScript Entry">
  51.  
  52.