diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-hu/suite/chrome/common/console | |
parent | Initial commit. (diff) | |
download | firefox-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-hu/suite/chrome/common/console')
-rw-r--r-- | l10n-hu/suite/chrome/common/console/console.dtd | 47 | ||||
-rw-r--r-- | l10n-hu/suite/chrome/common/console/console.properties | 17 |
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. |