diff options
Diffstat (limited to 'l10n-nb-NO/suite/chrome/common/search/engineManager.dtd')
-rw-r--r-- | l10n-nb-NO/suite/chrome/common/search/engineManager.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-nb-NO/suite/chrome/common/search/engineManager.dtd b/l10n-nb-NO/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..44d3e2110e --- /dev/null +++ b/l10n-nb-NO/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY engineManager.title "Behandle søkemotorliste"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Disse søkemotorene er installert:"> + +<!ENTITY columnLabel.name "Navn"> +<!ENTITY columnLabel.keyword "Nøkkelord"> + +<!-- Buttons --> +<!ENTITY up.label "Flytt opp"> +<!ENTITY up.accesskey "o"> +<!ENTITY dn.label "Flytt ned"> +<!ENTITY dn.accesskey "n"> +<!ENTITY remove.label "Slett"> +<!ENTITY remove.accesskey "S"> +<!ENTITY edit.label "Rediger nøkkelord …"> +<!ENTITY edit.accesskey "R"> + +<!ENTITY addEngine.label "Installer flere søkemotorer …"> +<!ENTITY addEngine.accesskey "I"> + +<!ENTITY enableSuggest.label "Vis søkeforslag"> +<!ENTITY enableSuggest.accesskey "V"> + +<!ENTITY restoreDefaults.label "Gjenopprett standard"> +<!ENTITY restoreDefaults.accesskey "G"> |