bug 308810, add nb-NO l10n of inspector, extensions l10n only

This commit is contained in:
axel%pike.org 2005-09-16 14:39:34 +00:00
Родитель 22e6b4960d
Коммит d3ebf9a36a
16 изменённых файлов: 585 добавлений и 0 удалений

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

@ -51,6 +51,7 @@ ALL_LOCALES = \
en-US \
ga-IE \
hu \
nb-NO \
pl \
pt-BR \
ru \

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

@ -0,0 +1,16 @@
<!ENTITY mnEditUndo.label "Angre">
<!ENTITY mnEditUndo.accesskey "A">
<!ENTITY mnEditRedo.label "Gjenta">
<!ENTITY mnEditRedo.accesskey "G">
<!ENTITY mnEditCut.label "Klipp ut">
<!ENTITY mnEditCut.accesskey "u">
<!ENTITY mnEditCopy.label "Kopier">
<!ENTITY mnEditCopy.accesskey "K">
<!ENTITY mnEditPaste.label "Lim inn">
<!ENTITY mnEditPaste.accesskey "L">
<!ENTITY mnEditInsert.label "Sett inn">
<!ENTITY mnEditInsert.accesskey "e">
<!ENTITY mnEditEdit.label "Rediger">
<!ENTITY mnEditEdit.accesskey "R">
<!ENTITY mnEditDelete.label "Slett">
<!ENTITY mnEditDelete.accesskey "S">

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

@ -0,0 +1,63 @@
<!ENTITY Inspector.title "DOM-inspeksjon">
<!ENTITY thDOMNodes.label "DOM-noder">
<!ENTITY btnInspect.label "Inspiser">
<!ENTITY bxDocPanel.title "Dokument">
<!ENTITY bxObjectPanel.title "Objekt">
<!ENTITY btnSelecting.tooltip "Finn en node ved å trykke på den.">
<!ENTITY btnFind.tooltip "Finn en node basert på id, merkelapp eller egenskap.">
<!-- MAIN MENU ITEMS -->
<!ENTITY mnFile.label "Fil">
<!ENTITY mnWindows.label "Inspiser et vindu">
<!ENTITY mnWindows.accesskey "v">
<!ENTITY mnFile.accesskey "f">
<!ENTITY cmdShowOpenURLDialog.label "Inspiser en adresse ...">
<!ENTITY cmdShowOpenURLDialog.accesskey "I">
<!ENTITY cmdClose.label "Lukk">
<!ENTITY cmdClose.accesskey "L">
<!ENTITY cmdExit.label "Avslutt">
<!ENTITY cmdExit.accesskey "v">
<!ENTITY mnEdit.label "Rediger">
<!ENTITY mnEdit.accesskey "R">
<!ENTITY cmdUndo.label "Angre">
<!ENTITY cmdUndo.accesskey "a">
<!ENTITY cmdRedo.label "Gjenta">
<!ENTITY cmdRedo.accesskey "g">
<!ENTITY cmdCut.label "Klipp ut">
<!ENTITY cmdCut.accesskey "u">
<!ENTITY cmdCopy.label "Kopier">
<!ENTITY cmdCopy.accesskey "k">
<!ENTITY cmdPaste.label "Lim inn">
<!ENTITY cmdPaste.accesskey "i">
<!ENTITY cmdDelete.label "Slett">
<!ENTITY cmdDelete.accesskey "S">
<!ENTITY mnSearch.label "Søk">
<!ENTITY mnSearch.accesskey "s">
<!ENTITY mnSearchPlugins.label "Utvidelser">
<!ENTITY mnSearchPlugins.accesskey "u">
<!ENTITY cmdRunSearch.label "Kjør ...">
<!ENTITY cmdRunSearch.accesskey "k">
<!ENTITY mnView.label "Vis">
<!ENTITY mnView.accesskey "v">
<!ENTITY cmdToggleBrowser.label "Nettleser">
<!ENTITY cmdToggleSearch.label "Søkeresultat">
<!ENTITY cmdViewSearchItem.label "Vis ...">
<!ENTITY cmdEditSearchItem.label "Rediger ...">
<!ENTITY cmdCopySearchItemLine.label "Kopier linje">
<!ENTITY cmdCopySearchItemAll.label "Kopier alt">
<!ENTITY cmdSaveSearchItemText.label "Lagre ...">
<!ENTITY cmdClearSearch.label "Tøm">
<!ENTITY cmdHideSearchItems.label "Skjul">
<!ENTITY browserPanel.label "Nettleser">
<!ENTITY inspectNewWindow.label "Inspiser i nytt vindu">
<!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 = Inspiser adresse
inspectURL.message = Skriv inn en adresse:
inspectWindow.error.message = Klarte ikke bytte til forespurt vindu.
inspectWindow.error.title = Feil i vindu
styleRuleNewProperty.title = Ny stilregel ...
styleRuleEditProperty.title = Rediger stilregel ...
styleRulePropertyValue.message = Egenskapens verdi:
styleRulePropertyName.message = Egenskapens navn:
sidebar.title = DOM-inspekt\u00F8r
sidebarInstalled = Sidestolpen er installert.
newAttribute.title = Ny egenskap ...
editAttribute.title = Rediger egenskap ...
enterAttrName.message = Egenskapens navn:
enterAttrValue.message = Egenskapens verdi:
findNodesDocumentEnd.message = Slutten av dokumentet er n\u00E5dd.
findNodesDocumentEnd.title = Finn noder
#LOCALIZATION NOTE (root.title) label displayed for the tree head of the JavaScript Object tree
root.title = Subjekt
# The following items correspond to the node types defined by the
# W3C DOM Core specification.
1 = Element
2 = Egenskap
3 = Tekst
4 = CDATA-seksjon
5 = Entitetreferanse
6 = Entitet
7 = Prosesseringsinstruksjon
8 = Kommentar
9 = Dokument
10 = Dokumenttype
11 = Dokumentfragment
12 = Notasjon

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

@ -0,0 +1,14 @@
<!ENTITY Inspector.label "DOM-inspektør">
<!ENTITY Sidebar.label "Sidestolpe">
<!ENTITY elementBlinking.label "Varsling">
<!ENTITY blinkSelectedElement.label "Blink valgt element">
<!ENTITY borderColor.label "Farge">
<!ENTITY borderWidth.label "Bredde">
<!ENTITY px.label "(px)">
<!ENTITY blinkDuration.label "Varighet">
<!ENTITY ms.label "(ms)">
<!ENTITY blinkSpeed.label "Hurtighet">
<!ENTITY invertColors.label "Inverter farger">
<!ENTITY installHowTo.label "DOM-inspektør sidestolpe er ikke installert. Trykk 'Installer' for å legge det til i din sidestople.">
<!ENTITY install.label "Installer">
<!ENTITY addNavigatorHooks.label "Opprett hurtigmeny i nettleser">

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

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

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

@ -0,0 +1,2 @@
<!ENTITY junkImgs.title "Finn ubrukte bilder i det aktive temaet ...">
<!ENTITY junkImgsDescription "For at dette søket skal være effektivt, så må du inspisere et dokument som laster ALLE CSS filer i det aktive temaet. Så pek til en plassering på hard-disken hvor roten til det aktive temaet kan bli funnet.">

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

@ -0,0 +1,7 @@
<!ENTITY inspectorTaskCmd.label "DOM-inspeksjon">
<!ENTITY inspectorTaskCmd.commandkey "i">
<!ENTITY inspectorTaskCmd.accesskey.ff "n">
<!ENTITY inspectorTaskCmd.accesskey "I">
<!ENTITY inspectPageTaskCmd.label "Inspiser side">
<!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 "Posisjon">
<!ENTITY boxDimension.label "Dimensjon">
<!ENTITY boxMargin.label "Margin">
<!ENTITY boxBorder.label "Ramme">
<!ENTITY boxPadding.label "Kantfyll">

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

@ -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 "Egenskap">
<!ENTITY propertyValue.label "Verdi">

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

@ -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 "Finn noder ...">
<!ENTITY cmdShowFindDialog.accesskey "f">
<!ENTITY cmdShowFindDialog.accelkey "f">
<!ENTITY cmdFindNext.label "Finn neste">
<!ENTITY cmdFindNext.accesskey "n">
<!ENTITY cmdToggleAnonContent.label "Vis anonymt innhold">
<!ENTITY cmdToggleAnonContent.accesskey "a">
<!ENTITY cmdToggleWhitespaceNodes.label "Vis blanke noder">
<!ENTITY cmdToggleWhitespaceNodes.accesskey "b">
<!ENTITY cmdFlashSelected.label "Blink valgt element">
<!ENTITY cmdToggleAttributes.label "Vis egenskaper">
<!ENTITY cmdToggleAttributes.accesskey "v">
<!ENTITY cmdSelectByClick.label "Velg elementer ved å klikke">
<!ENTITY cmdSelectByClick.accesskey "V">
<!ENTITY ColumnsDialog.title "Kolonner">
<!ENTITY cmdShowColumnsDialog.label "Kolonner ...">
<!ENTITY cmdShowColumnsDialog.accesskey "k">
<!ENTITY cmdInsertNode.label "Sett inn ...">
<!ENTITY cmdDeleteNode.label "Slett">
<!ENTITY cmdCopyXML.label "Kopier XML">
<!ENTITY cmdBlink.label "Blink element">
<!ENTITY cmdInspectBrowser.label "Inspiser dokument">
<!ENTITY cmdInspectInNewWindow.label "Inspiser i nytt vindu">
<!ENTITY cmdShowPseudoClasses.label "Sett pseudo-klasser ...">
<!ENTITY cmdShowPseudoClasses.accesskey "p">
<!ENTITY pseudoClasses.title "Pseudo-klasser">
<!ENTITY findNodes.title "Finn noder">
<!ENTITY findNodesById.label "Id">
<!ENTITY findNodesByTag.label "Element">
<!ENTITY findNodesByAttr.label "Egenskap">
<!ENTITY findNodesByAttrValue.label "Verdi">
<!ENTITY findNodesSearchBy.label "Søk etter">
<!ENTITY findNodesDirection.label "Retning">
<!ENTITY findNodesDirectionUp.label "Opp">
<!ENTITY findNodesDirectionDown.label "Ned">
<!ENTITY findNodesFind.label "Finn">
<!ENTITY findNodesCancel.label "Avbryt">

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

@ -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 "Navn:">
<!ENTITY namespaceURI.label "Navnerom:">
<!ENTITY nodeType.label "Type:">
<!ENTITY nodeValue.label "Verdi:">

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

@ -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 verdi">
<!ENTITY jsEval.label "Evaluer Javascript ...">
<!ENTITY jsProperty.label "Egenskap">
<!ENTITY jsValue.label "Verdi">
<!ENTITY jsEval.desc "Skriv inn et JavaScript-uttrykk. Variabelen &quot;target&quot; er det valgte objektet. Enhver verdi du returnerer vil vises i objektviseren for JavaScript.">
<!ENTITY jsExecute.label "Utfør">
<!ENTITY jsCancel.label "Avbryt">

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

@ -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 "Finn stilregel ...">
<!ENTITY miFindCSSRules.accesskey "F">
<!ENTITY newRules.label "Ny">
<!ENTITY deleteSelectedRules.label "Slett">
<!ENTITY disableSelectedRules.label "Deaktiver">
<!ENTITY openSelectedFileInEditor.label "Åpne i filredigerer">
<!ENTITY newProperty.label "Ny egenskap ...">
<!ENTITY editSelectedProperty.label "Rediger ...">
<!ENTITY deleteSelectedProperty.label "Slett">
<!-- LOCALIZATION NOTE: DO NOT LOCALIZE "!important" since it is a CSS API -->
<!ENTITY toggleSelectedImportant.label "Merk som !important">
<!ENTITY styleRule.label "Regel">
<!ENTITY styleRuleURI.label "Fil">
<!ENTITY styleRuleLineNumber.label "Linje">
<!ENTITY styleRulePropPriority.label "Prioritet">
<!ENTITY styleRulePropName.label "Egenskap">
<!ENTITY styleRulePropValue.label "Verdi">

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

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

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

@ -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 "Innhold">
<!ENTITY bindingMethods.label "Metoder">
<!ENTITY bindingProperties.label "Egenskaper">
<!ENTITY bindingGetter.label "Henter">
<!ENTITY bindingSetter.label "Setter">
<!ENTITY bindingProperty.label "Egenskap">
<!ENTITY bindingHandlers.label "Håndterere">
<!ENTITY bindingResources.label "Resursser">
<!ENTITY bindingSourceCode.label "Kildekode">