diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-sv-SE/suite/chrome/common/search/engineManager.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-sv-SE/suite/chrome/common/search/engineManager.dtd b/l10n-sv-SE/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..cbce51fb44 --- /dev/null +++ b/l10n-sv-SE/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 "Hantera tillgängliga sökmotorer"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Du har följande sökmotorer installerade:"> + +<!ENTITY columnLabel.name "Namn"> +<!ENTITY columnLabel.keyword "Sökord"> + +<!-- Buttons --> +<!ENTITY up.label "Flytta upp"> +<!ENTITY up.accesskey "U"> +<!ENTITY dn.label "Flytta ner"> +<!ENTITY dn.accesskey "N"> +<!ENTITY remove.label "Ta bort"> +<!ENTITY remove.accesskey "R"> +<!ENTITY edit.label "Redigera sökord…"> +<!ENTITY edit.accesskey "d"> + +<!ENTITY addEngine.label "Hämta fler sökmotorer…"> +<!ENTITY addEngine.accesskey "F"> + +<!ENTITY enableSuggest.label "Visa sökförslag"> +<!ENTITY enableSuggest.accesskey "S"> + +<!ENTITY restoreDefaults.label "Återställ ursprungliga inställningar"> +<!ENTITY restoreDefaults.accesskey "e"> |