add license; add viewsource (contribution by Sammy Ford)

This commit is contained in:
brade%netscape.com 1999-08-31 12:57:26 +00:00
parent 1e504af60b
commit 2cc2e33ace

View File

@ -1,3 +1,26 @@
<!--
- The contents of this file are subject to the Netscape Public
- License Version 1.1 (the "License"); you may not use this file
- except in compliance with the License. You may obtain a copy of
- the License at http://www.mozilla.org/NPL/
-
- Software distributed under the License is distributed on an "AS
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- implied. See the License for the specific language governing
- rights and limitations under the License.
-
- The Original Code is Mozilla Communicator client code, released
- March 31, 1998.
-
- The Initial Developer of the Original Code is Netscape
- Communications Corporation. Portions created by Netscape are
- Copyright (C) 1999 Netscape Communications Corporation. All
- Rights Reserved.
-
- Contributor(s):
- Sammy Ford
-->
<!-- Window title -->
<!ENTITY editorWindow.title "Editor">
<!ENTITY textEditorWindow.title "Text Editor">
@ -35,7 +58,8 @@
<!ENTITY showCompositionToolbarCmd.label ".Show Composition Toolbar">
<!ENTITY hideFormattingToolbarCmd.label ".Hide Format Toolbar">
<!ENTITY showFormattingToolbarCmd.label ".Show Format Toolbar">
<!ENTITY viewPageSource.label "View Page Source">
<!ENTITY dcharMenu.label "Character Set">
<!ENTITY dcharIso1Cmd.label "ISO Latin 1 (ISO-8859-1)">
<!ENTITY dcharIso2Cmd.label "ISO Latin 2 (ISO-8859-2)">
@ -421,3 +445,4 @@
<!ENTITY toolplaineditor.accesskey "p">
<!ENTITY toolspellcheck.accesskey "s">
<!ENTITY toolsetfocus.accesskey "f">
<!ENTITY viewpagesource.accesskey "7">