diff options
Diffstat (limited to 'l10n-ms/editor/ui/chrome/dialogs/EditorReplace.dtd')
-rw-r--r-- | l10n-ms/editor/ui/chrome/dialogs/EditorReplace.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-ms/editor/ui/chrome/dialogs/EditorReplace.dtd b/l10n-ms/editor/ui/chrome/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..f5e84097a5 --- /dev/null +++ b/l10n-ms/editor/ui/chrome/dialogs/EditorReplace.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!-- extracted from EdReplace.xul --> + +<!ENTITY replaceDialog.title "Cari dan Ganti"> +<!ENTITY findField.label "Cari teks:"> +<!ENTITY findField.accesskey "r"> +<!ENTITY replaceField.label "Ganti dengan:"> +<!ENTITY replaceField.accesskey "t"> +<!ENTITY caseSensitiveCheckbox.label "Padanan huruf tepat"> +<!ENTITY caseSensitiveCheckbox.accesskey "P"> +<!ENTITY wrapCheckbox.label "Balut keliling"> +<!ENTITY wrapCheckbox.accesskey "B"> +<!ENTITY backwardsCheckbox.label "Carian mengundur"> +<!ENTITY backwardsCheckbox.accesskey "m"> +<!ENTITY findNextButton.label "Cari Berikut"> +<!ENTITY findNextButton.accesskey "C"> +<!ENTITY replaceButton.label "Ganti"> +<!ENTITY replaceButton.accesskey "G"> +<!ENTITY replaceAndFindButton.label "Ganti dan Cari"> +<!ENTITY replaceAndFindButton.accesskey "d"> +<!ENTITY replaceAllButton.label "Ganti Semua"> +<!ENTITY replaceAllButton.accesskey "S"> +<!ENTITY closeButton.label "Tutup"> +<!ENTITY closeButton.accesskey "T"> |