diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties index 3ac767772..1dd334940 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties @@ -404,4 +404,7 @@ config.description.debugHalt = Pause SWF on start of debugging. config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Internal) Debug menu splitter location config.description.gui.avm2.splitPane.vars.dividerLocationPercent = -tip = Tip:\u0020 \ No newline at end of file +tip = Tip:\u0020 + +config.name.gui.action.splitPane.vars.dividerLocationPercent = (Internal) AS1/2 Debug menu splitter location +config.description.gui.action.splitPane.vars.dividerLocationPercent = \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties index c90445d2c..d3477c38c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties @@ -385,4 +385,7 @@ config.description.debugHalt = Zapauzovat SWF ihned po spu\u0161t\u011bn\u00ed v config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Intern\u00ed) Um\u00edst\u011bn\u00ed rozd\u011blovn\u00edku lad\u00edc\u00edho menu config.description.gui.avm2.splitPane.vars.dividerLocationPercent = -tip = Tip:\u0020 \ No newline at end of file +tip = Tip:\u0020 + +config.name.gui.action.splitPane.vars.dividerLocationPercent = (Intern\u00ed) Um\u00edst\u011bn\u00ed rozd\u011blovn\u00edku lad\u00edc\u00edho menu v AS 1/2 +config.description.gui.action.splitPane.vars.dividerLocationPercent = \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index 0670dc8ea..64643794e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -680,6 +680,7 @@ work.halted = Debugging started, execution halted. Add breakpoints and click Con debuglog.header = Log debuglog.button.clear = Clear +#after 7.0.1 work.debugging.wait = Waiting for Flash debug projector to connect error.debug.listen = Cannot listen on port %port%. There might be other flash debugger running. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties index 98b216223..d1d9aeb01 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties @@ -675,4 +675,22 @@ work.running = B\u011bh work.debugging = Lad\u011bn\u00ed work.debugging.instrumenting = P\u0159\u00edprava SWF pro lad\u011bn\u00ed work.breakat = Pozastaveno na \u0020 -work.halted = Lad\u011bn\u00ed za\u010dalo, b\u011bh je nyn\u00ed pozastaven. P\u0159idejte breakpointy a klikn\u011bte na Pokra\u010dovat (F5) pro obnoven\u00ed b\u011bhu. \ No newline at end of file +work.halted = Lad\u011bn\u00ed za\u010dalo, b\u011bh je nyn\u00ed pozastaven. P\u0159idejte breakpointy a klikn\u011bte na Pokra\u010dovat (F5) pro obnoven\u00ed b\u011bhu. + +debuglog.header = Z\u00e1znam +debuglog.button.clear = Vypr\u00e1znit + + +#after 7.0.1 +work.debugging.wait = \u010cek\u00e1 se na p\u0159ipojen\u00ed Flash debug projektoru + +error.debug.listen = Nelze naslouchat na portu %port%. Mo\u017en\u00e1 je spu\u0161t\u011bn n\u011bjak\u00fd jin\u00fd debugger. + +debug.break.reason.unknown = (Nezn\u00e1m\u00fd d\u016fvod) +debug.break.reason.breakpoint = (Breakpoint) +debug.break.reason.watch = (Watch) +debug.break.reason.fault = (Selh\u00e1n\u00ed) +debug.break.reason.stopRequest = (Zastaveno) +debug.break.reason.step = (Step) +debug.break.reason.halt = (Halt) +debug.break.reason.scriptLoaded = (Skript na\u010dten) \ No newline at end of file