diff options
Diffstat (limited to 'l10n-nn-NO/suite/chrome/common/search')
5 files changed, 55 insertions, 0 deletions
diff --git a/l10n-nn-NO/suite/chrome/common/search/engineManager.dtd b/l10n-nn-NO/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..247c55950c --- /dev/null +++ b/l10n-nn-NO/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,26 @@ +<!-- 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 columnLabel.name "Namn"> +<!ENTITY columnLabel.keyword "Nykelord"> + +<!-- 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 nykelord…"> +<!ENTITY edit.accesskey "R"> + +<!ENTITY addEngine.label "Installer fleire søkjemotorar…"> +<!ENTITY addEngine.accesskey "I"> + +<!ENTITY enableSuggest.label "Vis søkjeforslag"> +<!ENTITY enableSuggest.accesskey "V"> + +<!ENTITY restoreDefaults.label "Bygg oppatt standard"> +<!ENTITY restoreDefaults.accesskey "B"> diff --git a/l10n-nn-NO/suite/chrome/common/search/engineManager.properties b/l10n-nn-NO/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..d0714e7fd0 --- /dev/null +++ b/l10n-nn-NO/suite/chrome/common/search/engineManager.properties @@ -0,0 +1,9 @@ +# 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/. + +editTitle=Rediger nykelord +editMsg=Skriv inn eit nykelord for «%S»: +duplicateTitle=Duplikat nykelord +duplicateEngineMsg=Du har valt eit nykelord som allereie vert brukt av «%S». Vel eit anna nykelord. +duplicateBookmarkMsg=Du har valt eit nykelord som vert brukt av eit anna bokmerke. Vel eit anna nykelord. diff --git a/l10n-nn-NO/suite/chrome/common/search/search-panel.dtd b/l10n-nn-NO/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..7c6046bb7e --- /dev/null +++ b/l10n-nn-NO/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,8 @@ +<!-- 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 search.button.label "Søk"> +<!ENTITY search.placeholder "Skriv inn søkjetekst"> + +<!ENTITY search.engineManager.label "Handter søkjemotorar…"> diff --git a/l10n-nn-NO/suite/chrome/common/search/search.properties b/l10n-nn-NO/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..066d056ef5 --- /dev/null +++ b/l10n-nn-NO/suite/chrome/common/search/search.properties @@ -0,0 +1,6 @@ +# 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/. + +searchtip=Søk med %S +cmd_addFoundEngine=Legg til «%S» diff --git a/l10n-nn-NO/suite/chrome/common/search/searchbar.dtd b/l10n-nn-NO/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..0d801fe630 --- /dev/null +++ b/l10n-nn-NO/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,6 @@ +<!-- 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 cmd_engineManager.label "Handsam søkjemotorar…"> +<!ENTITY searchEndCap.label "Søk"> |