diff options
Diffstat (limited to 'l10n-ms/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-ms/suite/chrome/common/search/engineManager.dtd b/l10n-ms/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..5e18bf0fc3 --- /dev/null +++ b/l10n-ms/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 "Urus Senarai Enjin Carian"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Anda ada memasang enjin carian berikut:"> + +<!ENTITY columnLabel.name "Nama"> +<!ENTITY columnLabel.keyword "Kata kunci"> + +<!-- Buttons --> +<!ENTITY up.label "Pindah Atas"> +<!ENTITY up.accesskey "A"> +<!ENTITY dn.label "Pindah Bawah"> +<!ENTITY dn.accesskey "P"> +<!ENTITY remove.label "Buang"> +<!ENTITY remove.accesskey "B"> +<!ENTITY edit.label "Edit Kata kunci…"> +<!ENTITY edit.accesskey "t"> + +<!ENTITY addEngine.label "Tambah lebih banyak enjin carian…"> +<!ENTITY addEngine.accesskey "T"> + +<!ENTITY enableSuggest.label "Papar cadangan carian"> +<!ENTITY enableSuggest.accesskey "P"> + +<!ENTITY restoreDefaults.label "Pulih Piawai"> +<!ENTITY restoreDefaults.accesskey "u"> diff --git a/l10n-ms/suite/chrome/common/search/engineManager.properties b/l10n-ms/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..90f1466436 --- /dev/null +++ b/l10n-ms/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=Edit Kata kunci +editMsg=Masukkan kata kunci baru untuk "%S": +duplicateTitle=Kata kunci Duplikasi +duplicateEngineMsg=Anda telah memilih kata kunci yang sedang digunakan oleh "%S". Sila pilih yang lain. +duplicateBookmarkMsg=Anda telah memilih kata kunci yang sedang digunakan oleh tandabuku. Sila pilih yang lain. diff --git a/l10n-ms/suite/chrome/common/search/search-panel.dtd b/l10n-ms/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..781d332794 --- /dev/null +++ b/l10n-ms/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 "Cari"> +<!ENTITY search.placeholder "Masukkan teks carian"> + +<!ENTITY search.engineManager.label "Urus Enjin Carian…"> diff --git a/l10n-ms/suite/chrome/common/search/search.properties b/l10n-ms/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..9ba749c25d --- /dev/null +++ b/l10n-ms/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=Cari menggunakan %S +cmd_addFoundEngine=Tambah "%S" diff --git a/l10n-ms/suite/chrome/common/search/searchbar.dtd b/l10n-ms/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..4cb2a849d1 --- /dev/null +++ b/l10n-ms/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 "Urus Enjin Carian…"> +<!ENTITY searchEndCap.label "Cari"> |