summaryrefslogtreecommitdiffstats
path: root/l10n-ms/suite/chrome/common/console
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-ms/suite/chrome/common/console
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ms/suite/chrome/common/console')
-rw-r--r--l10n-ms/suite/chrome/common/console/console.dtd47
-rw-r--r--l10n-ms/suite/chrome/common/console/console.properties17
2 files changed, 64 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">
diff --git a/l10n-ms/suite/chrome/common/console/console.properties b/l10n-ms/suite/chrome/common/console/console.properties
new file mode 100644
index 0000000000..fcdbd2ba73
--- /dev/null
+++ b/l10n-ms/suite/chrome/common/console/console.properties
@@ -0,0 +1,17 @@
+# 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/.
+
+typeError=Ralat:
+typeWarning=Amaran:
+typeMessage=Mesej:
+errFile=Fail Sumber: %S
+errLine=Baris: %S
+errLineCol=Baris: %S, Lajur: %S
+errCode=Kod Sumber:
+errTime=Cap masa: %S
+
+# LOCALIZATION NOTE (evaluationContextChanged): The message displayed when the
+# browser console's evaluation context (window against which input is evaluated)
+# changes.
+evaluationContextChanged=Penilaian konteks konsol telah diubah, mungkin kerana tetingkap sasaran telah ditutup atau anda telah membuka tetingkap utama dari dalam tetingkap konsol pelayar.