bug 308873, add da l10n of inspector, extensions l10n only

This commit is contained in:
axel%pike.org 2005-09-19 08:55:07 +00:00
parent 147dc332f9
commit b61f80bcd6
16 changed files with 585 additions and 0 deletions

View File

@ -47,6 +47,7 @@ include $(DEPTH)/config/autoconf.mk
ALL_LOCALES = \
ca \
cs-CZ \
da \
de \
en-US \
ga-IE \

View File

@ -0,0 +1,16 @@
<!ENTITY mnEditUndo.label "Fortryd">
<!ENTITY mnEditUndo.accesskey "F">
<!ENTITY mnEditRedo.label "Gentag">
<!ENTITY mnEditRedo.accesskey "G">
<!ENTITY mnEditCut.label "Klip">
<!ENTITY mnEditCut.accesskey "K">
<!ENTITY mnEditCopy.label "Kopier">
<!ENTITY mnEditCopy.accesskey "o">
<!ENTITY mnEditPaste.label "Indsæt">
<!ENTITY mnEditPaste.accesskey "I">
<!ENTITY mnEditInsert.label "Indsæt ny">
<!ENTITY mnEditInsert.accesskey "N">
<!ENTITY mnEditEdit.label "Rediger">
<!ENTITY mnEditEdit.accesskey "R">
<!ENTITY mnEditDelete.label "Slet">
<!ENTITY mnEditDelete.accesskey "S">

View File

@ -0,0 +1,63 @@
<!ENTITY Inspector.title "DOM Inspektør">
<!ENTITY thDOMNodes.label "DOM Nodes">
<!ENTITY btnInspect.label "Inspicer">
<!ENTITY bxDocPanel.title "Dokument">
<!ENTITY bxObjectPanel.title "Objekt">
<!ENTITY btnSelecting.tooltip "Inspicer en node ved at klikke på den">
<!ENTITY btnFind.tooltip "Find en node at inspicere ved id, tag eller attribut">
<!-- MAIN MENU ITEMS -->
<!ENTITY mnFile.label "Filer">
<!ENTITY mnWindows.label "Inspicer et vindue">
<!ENTITY mnWindows.accesskey "v">
<!ENTITY mnFile.accesskey "f">
<!ENTITY cmdShowOpenURLDialog.label "Inspicer en URL...">
<!ENTITY cmdShowOpenURLDialog.accesskey "u">
<!ENTITY cmdClose.label "Luk">
<!ENTITY cmdClose.accesskey "l">
<!ENTITY cmdExit.label "Afslut">
<!ENTITY cmdExit.accesskey "a">
<!ENTITY mnEdit.label "Rediger">
<!ENTITY mnEdit.accesskey "R">
<!ENTITY cmdUndo.label "Fortryd">
<!ENTITY cmdUndo.accesskey "F">
<!ENTITY cmdRedo.label "Gentag">
<!ENTITY cmdRedo.accesskey "G">
<!ENTITY cmdCut.label "Klip">
<!ENTITY cmdCut.accesskey "K">
<!ENTITY cmdCopy.label "Kopier">
<!ENTITY cmdCopy.accesskey "o">
<!ENTITY cmdPaste.label "Indsæt">
<!ENTITY cmdPaste.accesskey "I">
<!ENTITY cmdDelete.label "Slet">
<!ENTITY cmdDelete.accesskey "S">
<!ENTITY mnSearch.label "Søg">
<!ENTITY mnSearch.accesskey "s">
<!ENTITY mnSearchPlugins.label "Udvidelsemoduler">
<!ENTITY mnSearchPlugins.accesskey "U">
<!ENTITY cmdRunSearch.label "Kør...">
<!ENTITY cmdRunSearch.accesskey "K">
<!ENTITY mnView.label "Vis">
<!ENTITY mnView.accesskey "v">
<!ENTITY cmdToggleBrowser.label "Browser">
<!ENTITY cmdToggleSearch.label "Søgeresultater">
<!ENTITY cmdViewSearchItem.label "Vis...">
<!ENTITY cmdEditSearchItem.label "Rediger...">
<!ENTITY cmdCopySearchItemLine.label "Kopier linje">
<!ENTITY cmdCopySearchItemAll.label "Kopier alt">
<!ENTITY cmdSaveSearchItemText.label "Gem...">
<!ENTITY cmdClearSearch.label "Ryd">
<!ENTITY cmdHideSearchItems.label "Skjul">
<!ENTITY browserPanel.label "Browser">
<!ENTITY inspectNewWindow.label "Inspicer i nyt vindue">
<!ENTITY closeCmd.key "L">

View File

@ -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 = Inspicer URL
inspectURL.message = Indtast en URL:
inspectWindow.error.message = Kan ikke skifte til det valgte vindue.
inspectWindow.error.title = Fejl ved inspicering af vindue
styleRuleNewProperty.title = Ny typografi-regl
styleRuleEditProperty.title = Rediger typografi-regl
styleRulePropertyValue.message = Indtast v\u00e6rdi for egenskab:
styleRulePropertyName.message = Indtast navn på egenskab:
sidebar.title = DOM Inspekt\u00f8r
sidebarInstalled = Sidebj\u00e6lken er installeret.
newAttribute.title = Ny attribut
editAttribute.title = Rediger attribut
enterAttrName.message = Indtast attribut navn:
enterAttrValue.message = Indtast attribut v\u00e6rdi:
findNodesDocumentEnd.message = Slutningen af dokumentet n\u00e5et.
findNodesDocumentEnd.title = Find noder
#LOCALIZATION NOTE (root.title) label displayed for the tree head of the JavaScript Object tree
root.title = Rod
# The following items correspond to the node types defined by the
# W3C DOM Core specification.
1 = Element
2 = Attribut
3 = Tekst
4 = CDATA Sektion
5 = Entitet reference
6 = Entitet
7 = Processeringsinstruktion
8 = Kommentar
9 = Dokument
10 = Dokumenttype
11 = Dokumentfragment
12 = Notation

View File

@ -0,0 +1,14 @@
<!ENTITY Inspector.label "DOM Inspektør">
<!ENTITY Sidebar.label "Sidebjælke">
<!ENTITY elementBlinking.label "Element Blink">
<!ENTITY blinkSelectedElement.label "Blink det valgte element">
<!ENTITY borderColor.label "Rammefarve">
<!ENTITY borderWidth.label "Rammetykkelse">
<!ENTITY px.label "(px)">
<!ENTITY blinkDuration.label "Blink varighed">
<!ENTITY ms.label "(ms)">
<!ENTITY blinkSpeed.label "Blink hastighed">
<!ENTITY invertColors.label "Inverter farver">
<!ENTITY installHowTo.label "DOM Inspektør sidebjælken er pt. ikke installeret. Klik på knappen 'Installer' for at tilføje den til din sidebjælke.">
<!ENTITY install.label "Installer">
<!ENTITY addNavigatorHooks.label "Tilføj kontekst-menuer til Navigator">

View File

@ -0,0 +1,4 @@
<!ENTITY findFiles.title "Find filer...">
<!ENTITY txSearchFor.label "Søg efter:">
<!ENTITY txSearchPath.label "Søg i:">
<!ENTITY cbRecurse.label "Søg undermapper">

View File

@ -0,0 +1,2 @@
<!ENTITY junkImgs.title "Find ubrugte billeder i det nuværende tema...">
<!ENTITY junkImgsDescription "For at denne søgning kan foretages effektivt bliver du nød til at inspicere et dokument som indlæser ENHVER CSS fil i det nuværende tema. Derefter, peg på den placering på disken, hvor roden af det nuværende tema kan findes.">

View File

@ -0,0 +1,7 @@
<!ENTITY inspectorTaskCmd.label "DOM Inspektør">
<!ENTITY inspectorTaskCmd.commandkey "i">
<!ENTITY inspectorTaskCmd.accesskey.ff "n">
<!ENTITY inspectorTaskCmd.accesskey "I">
<!ENTITY inspectPageTaskCmd.label "Inspicer side">
<!ENTITY inspectPageTaskCmd.accesskey "i">

View File

@ -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 "Placering">
<!ENTITY boxDimension.label "Størrelse">
<!ENTITY boxMargin.label "Margen">
<!ENTITY boxBorder.label "Ramme">
<!ENTITY boxPadding.label "Udfyldelse">

View File

@ -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 "Egenskab">
<!ENTITY propertyValue.label "Værdi">

View File

@ -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 "Find Noder...">
<!ENTITY cmdShowFindDialog.accesskey "f">
<!ENTITY cmdShowFindDialog.accelkey "f">
<!ENTITY cmdFindNext.label "Find næste">
<!ENTITY cmdFindNext.accesskey "n">
<!ENTITY cmdToggleAnonContent.label "Vis anonymt indhold">
<!ENTITY cmdToggleAnonContent.accesskey "a">
<!ENTITY cmdToggleWhitespaceNodes.label "Vis blanke noder">
<!ENTITY cmdToggleWhitespaceNodes.accesskey "b">
<!ENTITY cmdFlashSelected.label "Blink valgte element">
<!ENTITY cmdToggleAttributes.label "Vis attributer">
<!ENTITY cmdToggleAttributes.accesskey "r">
<!ENTITY cmdSelectByClick.label "Vælg element ved klik">
<!ENTITY cmdSelectByClick.accesskey "V">
<!ENTITY ColumnsDialog.title "Kolonner">
<!ENTITY cmdShowColumnsDialog.label "Kolonner...">
<!ENTITY cmdShowColumnsDialog.accesskey "K">
<!ENTITY cmdInsertNode.label "Indsæt...">
<!ENTITY cmdDeleteNode.label "Slet">
<!ENTITY cmdCopyXML.label "Kopier XML">
<!ENTITY cmdBlink.label "Blink element">
<!ENTITY cmdInspectBrowser.label "Inspicer indholdt dokument">
<!ENTITY cmdInspectInNewWindow.label "Inspicer i nyt vindue">
<!ENTITY cmdShowPseudoClasses.label "Sæt Pseudo-klasser...">
<!ENTITY cmdShowPseudoClasses.accesskey "p">
<!ENTITY pseudoClasses.title "Pseudo-klasser">
<!ENTITY findNodes.title "Find noder">
<!ENTITY findNodesById.label "ID">
<!ENTITY findNodesByTag.label "Tag">
<!ENTITY findNodesByAttr.label "Attr">
<!ENTITY findNodesByAttrValue.label "Værdi">
<!ENTITY findNodesSearchBy.label "Søg efter">
<!ENTITY findNodesDirection.label "Retning">
<!ENTITY findNodesDirectionUp.label "Op">
<!ENTITY findNodesDirectionDown.label "Ned">
<!ENTITY findNodesFind.label "Find">
<!ENTITY findNodesCancel.label "Afbryd">

View File

@ -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 "Nodenavn:">
<!ENTITY namespaceURI.label "Namespace URI:">
<!ENTITY nodeType.label "Nodetype:">
<!ENTITY nodeValue.label "Nodeværdi:">

View File

@ -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 "Kopier værdi">
<!ENTITY jsEval.label "Evaluer JavaScript...">
<!ENTITY jsProperty.label "Egenskab">
<!ENTITY jsValue.label "Værdi">
<!ENTITY jsEval.desc "Indtast et JavaScript udtryk. Variablen &quot;target&quot; er den egenskab som pt. er valgt. Enhver værdi som returneres vil blive vist i JavaScript Objektviseren.">
<!ENTITY jsExecute.label "Udfør">
<!ENTITY jsCancel.label "Afbryd">

View File

@ -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 "Find CSS regler...">
<!ENTITY miFindCSSRules.accesskey "F">
<!ENTITY newRules.label "Ny">
<!ENTITY deleteSelectedRules.label "Slet">
<!ENTITY disableSelectedRules.label "Deaktiver">
<!ENTITY openSelectedFileInEditor.label "Åbn fil i editor">
<!ENTITY newProperty.label "Ny egenskab">
<!ENTITY editSelectedProperty.label "Rediger">
<!ENTITY deleteSelectedProperty.label "Slet">
<!-- LOCALIZATION NOTE: DO NOT LOCALIZE "!important" since it is a CSS API -->
<!ENTITY toggleSelectedImportant.label "Tænd/sluk !important">
<!ENTITY styleRule.label "Regl">
<!ENTITY styleRuleURI.label "Fil">
<!ENTITY styleRuleLineNumber.label "Linje">
<!ENTITY styleRulePropPriority.label "Prioritet">
<!ENTITY styleRulePropName.label "Egenskab">
<!ENTITY styleRulePropValue.label "Værdi">

View File

@ -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 "Typografiark">
<!ENTITY styleRules.label "Regler">

View File

@ -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 "Indhold">
<!ENTITY bindingMethods.label "Metoder">
<!ENTITY bindingProperties.label "Egenskaber">
<!ENTITY bindingGetter.label "Getter">
<!ENTITY bindingSetter.label "Setter">
<!ENTITY bindingProperty.label "Egenskab">
<!ENTITY bindingHandlers.label "Handlers">
<!ENTITY bindingResources.label "Ressourcer">
<!ENTITY bindingSourceCode.label "Kildekode">