adding German (de) locale for inspector, no bug, blanket-a=bsmedberg

This commit is contained in:
kairo%kairo.at 2005-07-28 13:26:39 +00:00
Родитель c18d228a2c
Коммит be3228e35a
16 изменённых файлов: 585 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,7 @@ VPATH=@srcdir@
include $(DEPTH)/config/autoconf.mk
ALL_LOCALES = \
de \
en-US \
$(NULL)

Просмотреть файл

@ -0,0 +1,16 @@
<!ENTITY mnEditUndo.label "Rückgängig">
<!ENTITY mnEditUndo.accesskey "R">
<!ENTITY mnEditRedo.label "Wiederholen">
<!ENTITY mnEditRedo.accesskey "W">
<!ENTITY mnEditCut.label "Ausschneiden">
<!ENTITY mnEditCut.accesskey "A">
<!ENTITY mnEditCopy.label "Kopieren">
<!ENTITY mnEditCopy.accesskey "K">
<!ENTITY mnEditPaste.label "Einfügen">
<!ENTITY mnEditPaste.accesskey "E">
<!ENTITY mnEditInsert.label "Hinzufügen">
<!ENTITY mnEditInsert.accesskey "H">
<!ENTITY mnEditEdit.label "Bearbeiten">
<!ENTITY mnEditEdit.accesskey "B">
<!ENTITY mnEditDelete.label "Löschen">
<!ENTITY mnEditDelete.accesskey "L">

Просмотреть файл

@ -0,0 +1,63 @@
<!ENTITY Inspector.title "DOM Inspector">
<!ENTITY thDOMNodes.label "DOM-Knoten">
<!ENTITY btnInspect.label "Inspizieren">
<!ENTITY bxDocPanel.title "Dokument">
<!ENTITY bxObjectPanel.title "Objekt">
<!ENTITY btnSelecting.tooltip "Einen Knoten zum Inspizieren durch darauf klicken suchen">
<!ENTITY btnFind.tooltip "Einen Knoten zum Inspizieren über ID, Tag oder Attribut suchen">
<!-- MAIN MENU ITEMS -->
<!ENTITY mnFile.label "Datei">
<!ENTITY mnWindows.label "Ein Fenster inspizieren">
<!ENTITY mnWindows.accesskey "F">
<!ENTITY mnFile.accesskey "D">
<!ENTITY cmdShowOpenURLDialog.label "URL inspizieren...">
<!ENTITY cmdShowOpenURLDialog.accesskey "U">
<!ENTITY cmdClose.label "Schließen">
<!ENTITY cmdClose.accesskey "L">
<!ENTITY cmdExit.label "Beenden">
<!ENTITY cmdExit.accesskey "e">
<!ENTITY mnEdit.label "Bearbeiten">
<!ENTITY mnEdit.accesskey "B">
<!ENTITY cmdUndo.label "Rückgängig">
<!ENTITY cmdUndo.accesskey "R">
<!ENTITY cmdRedo.label "Wiederholen">
<!ENTITY cmdRedo.accesskey "W">
<!ENTITY cmdCut.label "Ausschneiden">
<!ENTITY cmdCut.accesskey "s">
<!ENTITY cmdCopy.label "Kopieren">
<!ENTITY cmdCopy.accesskey "c">
<!ENTITY cmdPaste.label "Einfügen">
<!ENTITY cmdPaste.accesskey "E">
<!ENTITY cmdDelete.label "Löschen">
<!ENTITY cmdDelete.accesskey "L">
<!ENTITY mnSearch.label "Suchen">
<!ENTITY mnSearch.accesskey "S">
<!ENTITY mnSearchPlugins.label "Erweiterungen">
<!ENTITY mnSearchPlugins.accesskey "E">
<!ENTITY cmdRunSearch.label "Ausführen...">
<!ENTITY cmdRunSearch.accesskey "A">
<!ENTITY mnView.label "Ansicht">
<!ENTITY mnView.accesskey "A">
<!ENTITY cmdToggleBrowser.label "Browser">
<!ENTITY cmdToggleSearch.label "Suchergebnisse">
<!ENTITY cmdViewSearchItem.label "Ansicht...">
<!ENTITY cmdEditSearchItem.label "Bearbeiten...">
<!ENTITY cmdCopySearchItemLine.label "Zeile kopieren">
<!ENTITY cmdCopySearchItemAll.label "Alles Kopieren">
<!ENTITY cmdSaveSearchItemText.label "Sichern...">
<!ENTITY cmdClearSearch.label "Leeren">
<!ENTITY cmdHideSearchItems.label "Verstecken">
<!ENTITY browserPanel.label "Browser">
<!ENTITY inspectNewWindow.label "In neuem Fenster inspizieren">
<!ENTITY closeCmd.key "W">

Просмотреть файл

@ -0,0 +1,71 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla 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/MPL/
#
# 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 DOM Inspector.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 2003
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
inspectURL.title =
inspectURL.message =
inspectWindow.error.message =
inspectWindow.error.title =
styleRuleNewProperty.title =
styleRuleEditProperty.title =
styleRulePropertyValue.message =
styleRulePropertyName.message =
sidebar.title =
sidebarInstalled =
newAttribute.title =
editAttribute.title =
enterAttrName.message =
enterAttrValue.message =
findNodesDocumentEnd.message =
findNodesDocumentEnd.title =
#LOCALIZATION NOTE (root.title) label displayed for the tree head of the JavaScript Object tree
root.title =
# The following items correspond to the node types defined by the
# W3C DOM Core specification.
1 =
2 =
3 =
4 =
5 =
6 =
7 =
8 =
9 =
10 =
11 =
12 =

Просмотреть файл

@ -0,0 +1,14 @@
<!ENTITY Inspector.label "DOM Inspector">
<!ENTITY Sidebar.label "Sidebar">
<!ENTITY elementBlinking.label "Blinken von Elementen">
<!ENTITY blinkSelectedElement.label "Ausgewähltes Element blinken lassen">
<!ENTITY borderColor.label "Rahmenfarbe">
<!ENTITY borderWidth.label "Rahmenbreite">
<!ENTITY px.label "(px)">
<!ENTITY blinkDuration.label "Blinkdauer">
<!ENTITY ms.label "(ms)">
<!ENTITY blinkSpeed.label "Blinkgeschwindigkeit">
<!ENTITY invertColors.label "Farben invertieren">
<!ENTITY installHowTo.label "Die DOM Inspector Sidebar ist momentan nicht installiert. Klicken Sie die 'Installieren'-Schaltfläche, um Sie zu Ihrer Sidebar hinzuzufügen.">
<!ENTITY install.label "Installieren">
<!ENTITY addNavigatorHooks.label "Kontextmenüs in Navigator hinzufügen">

Просмотреть файл

@ -0,0 +1,4 @@
<!ENTITY findFiles.title "Dateien suchen...">
<!ENTITY txSearchFor.label "Suche nach:">
<!ENTITY txSearchPath.label "Suche in:">
<!ENTITY cbRecurse.label "Unterordner durchsuchen">

Просмотреть файл

@ -0,0 +1,2 @@
<!ENTITY junkImgs.title "Nicht verwendete Grafiken in aktuellem Theme suchen...">
<!ENTITY junkImgsDescription "Damit diese Suche wirklich effektiv funktionieren kann, müssen Sie ein Dokument inspizieren, das JEDE CSS-Datei im aktuellen Theme lädt. Dann zeigen Sie die Adresse auf der Festplatte, auf der das Hauptverzeichnis des aktuellen Themes gefunden werden kann.">

Просмотреть файл

@ -0,0 +1,7 @@
<!ENTITY inspectorTaskCmd.label "DOM Inspector">
<!ENTITY inspectorTaskCmd.commandkey "i">
<!ENTITY inspectorTaskCmd.accesskey.ff "n">
<!ENTITY inspectorTaskCmd.accesskey "I">
<!ENTITY inspectPageTaskCmd.label "Seite inspizieren">
<!ENTITY inspectPageTaskCmd.accesskey "i">

Просмотреть файл

@ -0,0 +1,43 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY boxPosition.label "Position">
<!ENTITY boxDimension.label "Dimensionen">
<!ENTITY boxMargin.label "Außenabstand">
<!ENTITY boxBorder.label "Rahmen">
<!ENTITY boxPadding.label "Innenabstand">

Просмотреть файл

@ -0,0 +1,40 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY propertyName.label "Eigenschaft">
<!ENTITY propertyValue.label "Wert">

Просмотреть файл

@ -0,0 +1,87 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY cmdShowFindDialog.label "Knoten suchen...">
<!ENTITY cmdShowFindDialog.accesskey "s">
<!ENTITY cmdShowFindDialog.accelkey "f">
<!ENTITY cmdFindNext.label "Weitersuchen">
<!ENTITY cmdFindNext.accesskey "t">
<!ENTITY cmdToggleAnonContent.label "Anonymen Inhalt anzeigen">
<!ENTITY cmdToggleAnonContent.accesskey "A">
<!ENTITY cmdToggleWhitespaceNodes.label "Leere Textknoten anzeigen">
<!ENTITY cmdToggleWhitespaceNodes.accesskey "x">
<!ENTITY cmdFlashSelected.label "Gewähltes Element blinken lassen">
<!ENTITY cmdToggleAttributes.label "Attribute anzeigen">
<!ENTITY cmdToggleAttributes.accesskey "t">
<!ENTITY cmdSelectByClick.label "Element durch Klick auswählen">
<!ENTITY cmdSelectByClick.accesskey "K">
<!ENTITY ColumnsDialog.title "Spalten">
<!ENTITY cmdShowColumnsDialog.label "Spalten...">
<!ENTITY cmdShowColumnsDialog.accesskey "S">
<!ENTITY cmdInsertNode.label "Einfügen...">
<!ENTITY cmdDeleteNode.label "Löschen">
<!ENTITY cmdCopyXML.label "XML kopieren">
<!ENTITY cmdBlink.label "Element blinken lassen">
<!ENTITY cmdInspectBrowser.label "Enthaltenes Dokument inspizieren">
<!ENTITY cmdInspectInNewWindow.label "In neuem Fenster inspizieren">
<!ENTITY cmdShowPseudoClasses.label "Pseudo-Klassen setzen...">
<!ENTITY cmdShowPseudoClasses.accesskey "P">
<!ENTITY pseudoClasses.title "Pseudo-Klassen">
<!ENTITY findNodes.title "Nodes suchen">
<!ENTITY findNodesById.label "ID">
<!ENTITY findNodesByTag.label "Tag">
<!ENTITY findNodesByAttr.label "Attr">
<!ENTITY findNodesByAttrValue.label "Wert">
<!ENTITY findNodesSearchBy.label "Suchen nach">
<!ENTITY findNodesDirection.label "Richtung">
<!ENTITY findNodesDirectionUp.label "Nach oben">
<!ENTITY findNodesDirectionDown.label "Nach unten">
<!ENTITY findNodesFind.label "Suchen">
<!ENTITY findNodesCancel.label "Abbrechen">

Просмотреть файл

@ -0,0 +1,42 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY nodeName.label "Node-Name:">
<!ENTITY namespaceURI.label "Namespace-URI:">
<!ENTITY nodeType.label "Node-Typ:">
<!ENTITY nodeValue.label "Node-Wert:">

Просмотреть файл

@ -0,0 +1,48 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY jsCopyValue.label "Wert kopieren">
<!ENTITY jsEval.label "JavaScript auswerten...">
<!ENTITY jsProperty.label "Eigenschaft">
<!ENTITY jsValue.label "Wert">
<!ENTITY jsEval.desc "Geben Sie einen JavaScript-Ausdruck an. Die Variable &quot;target&quot; ist die momentan ausgewählte Eigenschaft. Jeder Wert, den Sie zurückgeben, wird im Javascript-Objektbetrachter angezeigt.">
<!ENTITY jsExecute.label "Ausführen">
<!ENTITY jsCancel.label "Abbrechen">

Просмотреть файл

@ -0,0 +1,59 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY miFindCSSRules.label "CSS-Regeln suchen...">
<!ENTITY miFindCSSRules.accesskey "C">
<!ENTITY newRules.label "Neu">
<!ENTITY deleteSelectedRules.label "Löschen">
<!ENTITY disableSelectedRules.label "Deaktivieren">
<!ENTITY openSelectedFileInEditor.label "Datei im Editor öffnen">
<!ENTITY newProperty.label "Neue Eigenschaft">
<!ENTITY editSelectedProperty.label "Bearbeiten">
<!ENTITY deleteSelectedProperty.label "Löschen">
<!-- LOCALIZATION NOTE: DO NOT LOCALIZE "!important" since it is a CSS API -->
<!ENTITY toggleSelectedImportant.label "!important ein/ausschalten">
<!ENTITY styleRule.label "Regel">
<!ENTITY styleRuleURI.label "Datei">
<!ENTITY styleRuleLineNumber.label "Zeile">
<!ENTITY styleRulePropPriority.label "Priorität">
<!ENTITY styleRulePropName.label "Eigenschaft">
<!ENTITY styleRulePropValue.label "Wert">

Просмотреть файл

@ -0,0 +1,41 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY styleLocation.label "Stylesheet">
<!ENTITY styleRules.label "Regeln">

Просмотреть файл

@ -0,0 +1,47 @@
<!-- ***** BEGIN LICENSE BLOCK *****
#if 0
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla 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/MPL/
-
- 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 DOM Inspector.
-
- The Initial Developer of the Original Code is
- Christopher A. Aillon <christopher@aillon.com>.
- Portions created by the Initial Developer are Copyright (C) 2003
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
#endif
- ***** END LICENSE BLOCK ***** -->
<!ENTITY bindingContent.label "Inhalt">
<!ENTITY bindingMethods.label "Methoden">
<!ENTITY bindingProperties.label "Eigenschaften">
<!ENTITY bindingGetter.label "Getter">
<!ENTITY bindingSetter.label "Setter">
<!ENTITY bindingProperty.label "Eigenschaft">
<!ENTITY bindingHandlers.label "Handler">
<!ENTITY bindingResources.label "Resourcen">
<!ENTITY bindingSourceCode.label "Quellcode">