diff options
Diffstat (limited to 'l10n-ca/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-ca/suite/chrome/common/search/engineManager.dtd b/l10n-ca/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..7166f66e4e --- /dev/null +++ b/l10n-ca/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 "Gestiona la llista de motors de cerca"> +<!ENTITY engineManager.style "min-width: 38em;"> +<!ENTITY engineManager.intro "Teniu els següents motors de cerca instal·lats:"> + +<!ENTITY columnLabel.name "Nom"> +<!ENTITY columnLabel.keyword "Paraula clau"> +<!-- Buttons --> + +<!ENTITY up.label "Mou amunt"> +<!ENTITY up.accesskey "u"> +<!ENTITY dn.label "Mou avall"> +<!ENTITY dn.accesskey "v"> +<!ENTITY remove.label "Suprimeix"> +<!ENTITY remove.accesskey "r"> +<!ENTITY edit.label "Edita la paraula clau…"> +<!ENTITY edit.accesskey "t"> + +<!ENTITY addEngine.label "Aconsegueix més motors de cerca…"> +<!ENTITY addEngine.accesskey "A"> + +<!ENTITY enableSuggest.label "Mostra suggeriments de cerca"> +<!ENTITY enableSuggest.accesskey "s"> + +<!ENTITY restoreDefaults.label "Restaura els motors per defecte"> +<!ENTITY restoreDefaults.accesskey "e"> diff --git a/l10n-ca/suite/chrome/common/search/engineManager.properties b/l10n-ca/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..f76adb619f --- /dev/null +++ b/l10n-ca/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=Edita la paraula clau +editMsg=Introduïu una paraula clau nova per a «%S»: +duplicateTitle=Duplica la paraula clau +duplicateEngineMsg=Heu triat una paraula clau que ja utilitza «%S». Seleccioneu-ne una altra. +duplicateBookmarkMsg=Heu triat una paraula clau que ja utilitza una adreça d'interès. Seleccioneu-ne una altra. diff --git a/l10n-ca/suite/chrome/common/search/search-panel.dtd b/l10n-ca/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..82f8dd265e --- /dev/null +++ b/l10n-ca/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 "Cerca"> +<!ENTITY search.placeholder "Introduïu el text de la cerca"> + +<!ENTITY search.engineManager.label "Gestiona els motors de cerca…"> diff --git a/l10n-ca/suite/chrome/common/search/search.properties b/l10n-ca/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..bf5e12562f --- /dev/null +++ b/l10n-ca/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=Cerca fent servir %S +cmd_addFoundEngine=Afegeix «%S» diff --git a/l10n-ca/suite/chrome/common/search/searchbar.dtd b/l10n-ca/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..4f9ba416b9 --- /dev/null +++ b/l10n-ca/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 "Gestiona els motors de cerca…"> +<!ENTITY searchEndCap.label "Cerca"> |