diff --git a/src/com/jpexs/decompiler/flash/gui/Main.java b/src/com/jpexs/decompiler/flash/gui/Main.java index 4af00e425..f935180c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/Main.java +++ b/src/com/jpexs/decompiler/flash/gui/Main.java @@ -337,22 +337,22 @@ public class Main { swf.addEventListener(new EventListener() { @Override public void handleExportingEvent(String type, int index, int count, Object data) { - // todo honfika: localize - String text = "Exporting "; + String text = AppStrings.translate("work.exporting"); if (type != null && type.length() > 0) { - text += type + " "; + text += " " + type; } - startWork(text + index + "/" + count + " " + data); + + startWork(text + " " + index + "/" + count + " " + data); } @Override public void handleExportedEvent(String type, int index, int count, Object data) { - // todo honfika: localize - String text = "Exported "; + String text = AppStrings.translate("work.exported"); if (type != null && type.length() > 0) { - text += type + " "; + text += " " + type; } - startWork(text + index + "/" + count + " " + data); + + startWork(text + " " + index + "/" + count + " " + data); } @Override diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties index 9e731596c..35d0ad036 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties @@ -43,6 +43,7 @@ scripts.as = ActionScript scripts.pcode = P-code scripts.pcode_hex = P-code with Hex scripts.hex = Hex +scripts.constants = Constants binaryData = Binary data binaryData.raw = Raw diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties index 1efb7254b..8425308df 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties @@ -43,6 +43,7 @@ scripts.as = ActionScript scripts.pcode = P-code scripts.pcode_hex = P-code \u00e9s Hexa scripts.hex = Hexa +scripts.constants = Konstansok binaryData = Binary data binaryData.raw = Nyers diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index 63de11344..65dd3dfae 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -585,3 +585,4 @@ contextmenu.copyTagWithDependencies = Copy tag with dependencies to button.replaceWithTag = Replace with other character tag button.resolveConstants = Resolve constants button.viewConstants = View Constants +work.exported = Exported diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties index 03dab9fd7..8260c602d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties @@ -583,4 +583,5 @@ menu.file.import.script = Szkript import\u00e1l\u00e1sa contextmenu.copyTagWithDependencies = M\u00e1sol\u00e1s ide f\u00fcgg\u0151s\u00e9gekkel button.replaceWithTag = Csere m\u00e1sik karakter tagre button.resolveConstants = Konstansok felold\u00e1sa -button.viewConstants = Konstansok mutat\u00e1sa \ No newline at end of file +button.viewConstants = Konstansok mutat\u00e1sa +work.exporting = Export\u00e1lva