diff options
Diffstat (limited to 'l10n-nl/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-nl/suite/chrome/common/search/engineManager.dtd b/l10n-nl/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..5d139392cb --- /dev/null +++ b/l10n-nl/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 "Zoekmachinelijst beheren"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "U hebt de volgende zoekmachines geïnstalleerd:"> + +<!ENTITY columnLabel.name "Naam"> +<!ENTITY columnLabel.keyword "Sleutelwoord"> + +<!-- Buttons --> +<!ENTITY up.label "Omhoog verplaatsen"> +<!ENTITY up.accesskey "h"> +<!ENTITY dn.label "Omlaag verplaatsen"> +<!ENTITY dn.accesskey "l"> +<!ENTITY remove.label "Verwijderen"> +<!ENTITY remove.accesskey "V"> +<!ENTITY edit.label "Sleutelwoord bewerken…"> +<!ENTITY edit.accesskey "b"> + +<!ENTITY addEngine.label "Meer zoekmachines toevoegen…"> +<!ENTITY addEngine.accesskey "M"> + +<!ENTITY enableSuggest.label "Zoeksuggesties tonen"> +<!ENTITY enableSuggest.accesskey "Z"> + +<!ENTITY restoreDefaults.label "Standaardwaarden herstellen"> +<!ENTITY restoreDefaults.accesskey "S"> diff --git a/l10n-nl/suite/chrome/common/search/engineManager.properties b/l10n-nl/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..0fe00d6e92 --- /dev/null +++ b/l10n-nl/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=Sleutelwoord bewerken +editMsg=Voer een nieuw sleutelwoord in voor ‘%S’: +duplicateTitle=Dubbel sleutelwoord +duplicateEngineMsg=U hebt een sleutelwoord gekozen dat momenteel wordt gebruikt door ‘%S’. Kies een ander. +duplicateBookmarkMsg=U hebt een sleutelwoord gekozen dat momenteel wordt gebruikt door een bladwijzer. Kies een ander. diff --git a/l10n-nl/suite/chrome/common/search/search-panel.dtd b/l10n-nl/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..fa1bcc9029 --- /dev/null +++ b/l10n-nl/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 "Zoeken"> +<!ENTITY search.placeholder "Voer zoekterm in"> + +<!ENTITY search.engineManager.label "Zoekmachines beheren…"> diff --git a/l10n-nl/suite/chrome/common/search/search.properties b/l10n-nl/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..b85293faa6 --- /dev/null +++ b/l10n-nl/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=Zoeken bij %S +cmd_addFoundEngine=‘%S’ toevoegen diff --git a/l10n-nl/suite/chrome/common/search/searchbar.dtd b/l10n-nl/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..2cb8e55f2d --- /dev/null +++ b/l10n-nl/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 "Zoekmachines beheren…"> +<!ENTITY searchEndCap.label "Zoeken"> |