summaryrefslogtreecommitdiffstats
path: root/l10n-hu/suite/chrome/common/console
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-hu/suite/chrome/common/console
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.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-hu/suite/chrome/common/console')
-rw-r--r--l10n-hu/suite/chrome/common/console/console.dtd47
-rw-r--r--l10n-hu/suite/chrome/common/console/console.properties17
2 files changed, 64 insertions, 0 deletions
diff --git a/l10n-hu/suite/chrome/common/console/console.dtd b/l10n-hu/suite/chrome/common/console/console.dtd
new file mode 100644
index 0000000000..95d8bd995b
--- /dev/null
+++ b/l10n-hu/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 "Hibakonzol">
+
+<!ENTITY errFile.label "Forrásfájl:">
+<!ENTITY errLine.label "Sor:">
+<!ENTITY errColumn.label "Oszlop:">
+
+<!ENTITY all.label "Mind">
+<!ENTITY all.accesskey "M">
+<!ENTITY errors.label "Hibák">
+<!ENTITY errors.accesskey "H">
+<!ENTITY warnings.label "Figyelmeztetések">
+<!ENTITY warnings.accesskey "F">
+<!ENTITY messages.label "Üzenetek">
+<!ENTITY messages.accesskey "z">
+<!ENTITY clear.label "Törlés">
+<!ENTITY clear.accesskey "T">
+<!ENTITY codeEval.label "Kód:">
+<!ENTITY codeEval.accesskey "d">
+<!ENTITY evaluate.label "Kiértékelés">
+<!ENTITY evaluate.accesskey "K">
+<!ENTITY filter2.label "Szűrő:">
+<!ENTITY filter2.accesskey "r">
+
+<!ENTITY copyCmd.label "Másolás">
+<!ENTITY copyCmd.accesskey "M">
+<!ENTITY copyCmd.commandkey "C">
+<!ENTITY sortFirst.label "Első > Utolsó sorrend">
+<!ENTITY sortFirst.accesskey "E">
+<!ENTITY sortLast.label "Utolsó > Első sorrend">
+<!ENTITY sortLast.accesskey "U">
+<!ENTITY closeCmd.commandkey "w">
+<!ENTITY focus1.commandkey "l">
+<!ENTITY focus2.commandkey "d">
+
+<!ENTITY menuBar.tooltip "Menüsor">
+<!ENTITY modeToolbar.tooltip "Üzemmód eszköztár">
+<!ENTITY entryToolbar.tooltip "JavaScript eszköztár">
+<!ENTITY toolbarsCmd.label "Megjelenítés/Elrejtés">
+<!ENTITY toolbarsCmd.accesskey "w">
+<!ENTITY toolbarMode.label "Üzemmód">
+<!ENTITY toolbarMode.accesskey "m">
+<!ENTITY toolbarEval.label "JavaScript bejegyzés">
+<!ENTITY toolbarEval.accesskey "J">
diff --git a/l10n-hu/suite/chrome/common/console/console.properties b/l10n-hu/suite/chrome/common/console/console.properties
new file mode 100644
index 0000000000..b0adacb914
--- /dev/null
+++ b/l10n-hu/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=Hiba:
+typeWarning=Figyelmeztetés:
+typeMessage=Üzenet:
+errFile=Forrásfájl: %S
+errLine=Sor: %S
+errLineCol=Sor: %S, oszlop: %S
+errCode=Forráskód:
+errTime=Időbélyeg: %S
+
+# LOCALIZATION NOTE (evaluationContextChanged): The message displayed when the
+# browser console's evaluation context (window against which input is evaluated)
+# changes.
+evaluationContextChanged=A konzol kiértékelési környezete megváltozott, valószínűleg azért, mert a cél ablak bezárásra került, vagy mert főablakot nyitott a böngészőkonzol ablakából.