diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-ms/suite/chrome/common/console/console.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ms/suite/chrome/common/console/console.dtd')
-rw-r--r-- | l10n-ms/suite/chrome/common/console/console.dtd | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/l10n-ms/suite/chrome/common/console/console.dtd b/l10n-ms/suite/chrome/common/console/console.dtd new file mode 100644 index 0000000000..58af1ce30e --- /dev/null +++ b/l10n-ms/suite/chrome/common/console/console.dtd @@ -0,0 +1,47 @@ +<!-- 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 errorConsole.title "Konsol Ralat"> + +<!ENTITY errFile.label "Fail Sumber:"> +<!ENTITY errLine.label "Baris:"> +<!ENTITY errColumn.label "Lajur:"> + +<!ENTITY all.label "Semua"> +<!ENTITY all.accesskey "S"> +<!ENTITY errors.label "Ralat"> +<!ENTITY errors.accesskey "t"> +<!ENTITY warnings.label "Amaran"> +<!ENTITY warnings.accesskey "n"> +<!ENTITY messages.label "Mesej"> +<!ENTITY messages.accesskey "M"> +<!ENTITY clear.label "Buang"> +<!ENTITY clear.accesskey "u"> +<!ENTITY codeEval.label "Kod:"> +<!ENTITY codeEval.accesskey "o"> +<!ENTITY evaluate.label "Menilai"> +<!ENTITY evaluate.accesskey "i"> +<!ENTITY filter2.label "Tapis:"> +<!ENTITY filter2.accesskey "i"> + +<!ENTITY copyCmd.label "Salin"> +<!ENTITY copyCmd.accesskey "S"> +<!ENTITY copyCmd.commandkey "C"> +<!ENTITY sortFirst.label "Tertib Susunan Pertama > Terakhir"> +<!ENTITY sortFirst.accesskey "a"> +<!ENTITY sortLast.label "Tertib Susunan Terakhir > Pertama"> +<!ENTITY sortLast.accesskey "r"> +<!ENTITY closeCmd.commandkey "w"> +<!ENTITY focus1.commandkey "l"> +<!ENTITY focus2.commandkey "d"> + +<!ENTITY menuBar.tooltip "Bar Menu"> +<!ENTITY modeToolbar.tooltip "Bar alatan Mod"> +<!ENTITY entryToolbar.tooltip "Bar alatan Entri JavaScript"> +<!ENTITY toolbarsCmd.label "Papar/Sorok"> +<!ENTITY toolbarsCmd.accesskey "r"> +<!ENTITY toolbarMode.label "Mod"> +<!ENTITY toolbarMode.accesskey "M"> +<!ENTITY toolbarEval.label "Entri JavaScript"> +<!ENTITY toolbarEval.accesskey "J"> |