home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / de-DE.jar / locale / de-DE / editor / EditorInsertSource.dtd < prev    next >
Extensible Markup Language  |  2001-03-23  |  1KB  |  33 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3.    - The contents of this file are subject to the Netscape Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/NPL/
  7.    -  
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    -  
  13.    - The Original Code is Mozilla Communicator client code, released
  14.    - March 31, 1998.
  15.    - 
  16.    - The Initial Developer of the Original Code is Netscape
  17.    - Communications Corporation. Portions created by Netscape are
  18.    - Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19.    - Rights Reserved.
  20.    - 
  21.    - Contributor(s): 
  22.   -->
  23.  
  24. <!-- Window title -->
  25. <!ENTITY windowTitle.label "HTML einf├╝gen">
  26. <!ENTITY sourceEditField.label "Geben Sie HTML-Befehle und -Text ein:">
  27. <!ENTITY example.label "Beispiel: ">
  28. <!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" -->
  29. <!ENTITY exampleOpenTag.label "<i>">
  30. <!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" -->
  31. <!ENTITY exampleCloseTag.label "</i>">
  32. <!ENTITY exampleText.label "Hallo Welt!">
  33.